Skip to content

Latest commit

 

History

History
40 lines (20 loc) · 1 KB

README.md

File metadata and controls

40 lines (20 loc) · 1 KB

Alfred Puppet Module

Build Status Puppet Forge Puppet Forge

Overview

This module allows to setup a full production ready Alfred application instance.

Module Description

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.

Running acceptance test

bundle exec rspec spec/acceptance

Usage with Vagrant

In the vagrant directory there is a vagrant configuration ready to use, just go to that directory en execute vagrant up.

Limitations

This module was tested on Ubuntu 14.04.