Chef Solo config for management servers with Ruby/Rack based applications
Using Chef and Capistrano to deploy a Rails application on Ubuntu 16.04
- Ubuntu 16.04
- PostgreSQL
- Redis
- Monit
- RVM
- Node.js
- Nginx
- Ncdu
Insert machine IP into next files:
cp nodes/machine.ip.json nodes/my_new_node.json
Replace passwords into base role and run:
bundle exec knife solo bootstrap root@ip nodes/my_new_node.json
The template is available as open source under the terms of the MIT License.