metelsky / ansible-rails

Builds a production ready Rails environment with Nginx, Unicorn and Rbenv that can be run in Vagrant or deployed to a cloud Ubuntu box.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible Rails

This will provision a Rails box suitable for production use running Nginx, Unicorn and MySQL on a cloud Ubuntu server or local Vagrant environment.

It should allow you to have a development environment that is identical to your production environment

Stack

  • Rails
  • Nginx
  • Unicorn
  • Rbenv
  • Node.js
  • MySQL

Use

For local Vagrant development

vagrant up 

About

Builds a production ready Rails environment with Nginx, Unicorn and Rbenv that can be run in Vagrant or deployed to a cloud Ubuntu box.

License:MIT License