A chef cookbook to deploy Ruby applications to Amazon OpsWorks.
Refer to Getting Started guide in documentation.
You can either install eveyrthing locally using rvm and pip or use the Docker container which includes all necessary dependencies inside it.
docker-compose run -e SKIP="AuthorName AuthorEmail" cookbook \
bash -c "overcommit --sign && overcommit -r && rspec"
To run integration tests you need Chef Development Kit. After installing it, invoke:
chef exec bundle install -j 4 --path vendor
sudo chef exec bundle exec rake integration:docker
docker-compose run cookbook bash -c "cd docs && make html"
Please see CONTRIBUTING for details.
Author: Igor Rzegocki (@ajgon)
- Nick Marden (@nickmarden)
- Phong Si (@phongsi)
- Kevin Pheasey (@kpheasey)
- Nathan Flood (@npflood)
- Teruo Adachi (@interu)
- Marcos Beirigo (@marcosbeirigo)
License: MIT