Awesome
railsbox-cookbook
Configures a development environment for Ruby on Rails development. It will have the following main components:
- RVM (user_installs)
- Oh-My-Zsh
- MySQL
- PostgreSQL
- MongoDB
- Elasticsearch
- Redis 2
- Node.js
Vagrant Installation
gem install berkshelf
vagrant plugin install vagrant-berkshelf
vagrant plugin install vagrant-omnibus
vagrant up --provision
Usage
railsbox::default
Include railsbox
in your node's run_list
:
{
"run_list": [
"recipe[railsbox::default]"
]
}
Contributing
- Fork the repository on Github
- Create a named feature branch (i.e.
add-new-recipe
) - Write your change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request
License and Authors
Author:: Fabio Akita (boss@akitaonrails.com)