This project contains an example application to be deployed with Capistrano.
Please be aware that this project is setup to run in a very specific and contained environment. It only purpose is to demonstrate the capabilities of Capistrano.
The slides for the talk can be found here.
To start or restart the app please run
bundle install
bundle exec rake run_service
To run the app in development mode you can execute
bundle install
bundle exec rackup