Overview
Chef cookbook with recipes to install a-blog cms.
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/
cp example/Vagrantfile_aws Vagrantfile
bundle exec vagrant up --provider=aws
open http://[subdomain].amazonaws.com/
Include acms
in your node's run_list
:
{
"run_list": [
"recipe[acms::default]"
]
}