Giter VIP home page Giter VIP logo

vagrant-amimoto's Introduction

Vagarnt WordPress (Amimoto)

Description

Amimoto WordPressStack greatly simplifies the development and management of WordPress hosting. WordPress is a content management platform that allows users to easily publish, manage, and organize a wide variety of content on a website. Amimoto Stack includes ready-to-run versions of WordPress. It is completely integrated and configured, so you’ll be ready to start developing your WordPress as soon as the AMI is launched onto Amazon EC2.

http://megumi-cloud.com/

Getting Started

1. Install VirtualBox.

2. Install Vagrant.

3. Install the vagrant plugins.

$ vagrant plugin install vagrant-aws

6. Set shell environment variables to .bash_profile like below.

You should create IAM user for the Vagrant.

# https://console.aws.amazon.com/iam/home#home
export AWS_ACCESS_KEY="your aws access key"
export AWS_SECRET_ACCESS_KEY="your aws secret key"

# https://console.aws.amazon.com/ec2/v2/home#KeyPairs:
export AWS_EC2_KEYPAIR="your key pairs"
export AWS_EC2_KEYPAIR_PATH="/path/to/.ssh/id_rsa"

Reload environment variables.

$ source .bash_profile

5. Clone the repository into a local directory.

$ git clone [email protected]:Launch-with-1-Click/vagrant-amimoto.git

6. Change into a new directory.

$ cd vagrant-amimoto

7. Start a Vagrant environment.

$ vagrant up --provider=aws

Sample IAM policy

{
  "Statement": [
    {
      "Sid": "xxxxxxxxxxxxx",
      "Action": [
        "ec2:*"
      ],
      "Effect": "Allow",
      "Resource": [
        "*"
      ]
    }
  ]
}

vagrant-amimoto's People

Contributors

miya0001 avatar digitalcube2006 avatar

Watchers

James Cloos avatar G. Willson avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.