This module allows to setup a full production ready Alfred application instance.
This module takes care of installing base software and the application it self:
- Git
- Ruby and RVM
- PostgresSQL
- Nginx
The applicacion is installed as a service with Upstart The application is installed under /var/www/alfred.
bundle exec rspec spec/acceptance
In the vagrant directory there is a vagrant configuration ready to use, just go to that directory en execute vagrant up.
This module was tested on Ubuntu 14.04.