Chef cookbook with recipes to install a-blog cms.

acms

Supported Platforms

Installation

git clone https://github.com/ogom/cookbook-acms.git
cd cookbook-acms/
bundle install --path=.bundle
bundle exec vagrant up
open http://192.168.6.4/

Amazon Web Services (AWS)

cp example/Vagrantfile_aws Vagrantfile
bundle exec vagrant up --provider=aws
open http://[subdomain].amazonaws.com/

Attributes

Usage

acms::default

Include acms in your node's run_list:

{
  "run_list": [
    "recipe[acms::default]"
  ]
}

Links

Authors

License