eiel / cookbook-acms

Chef's Cookbook for a-blog cms

Home Page:http://ogom.github.io/cookbook-acms/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

a-blog cms Cookbook

Chef cookbook with recipes to install a-blog cms.

acms

Supported Platforms

  • Ubuntu (12.04, 12.10)

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

  • Application
  • Database

Usage

acms::default

Include acms in your node's run_list:

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

Links

Authors

License

  • MIT

About

Chef's Cookbook for a-blog cms

http://ogom.github.io/cookbook-acms/