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