Included is everything you might need to start a new rack based application.
#Getting Started
- Create
config/application.yml
an example is provided inconfig/application.yml.example
cap deploy:setup
will upload your config to the shared directory and prepare the application for deploymentcap ops:create_virtual_host
will define a new nginx virtual host in /etc/nginx/sites-enabled/your-application-name
cap ops:restart_nginx
will restart nginxcap deploy
will deploy and start the server- Enjoy