Skip to content

Launch-with-1-Click/vagrant-amimoto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Vagrant 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": [
        "*"
      ]
    }
  ]
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •