/webapp_base_box

Cookbook for basic box to build a webapp on

Primary LanguageRubyOtherNOASSERTION

webapp_base_box-cookbook

This cookbook will deploy a ruby on rails framework on a Ubuntu 14.04 server to be used for creating a dynamic web app

Supported Platforms

Base box will be for Ubuntu 14.04

Usage

webapp_base_box::default

Include webapp_base_box in your node's run_list:

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

License and Authors

Author:: Kyle Scully