/template-rails-ansible

Template for Ruby on Rails App Developmettem by Ansible

Template for Ruby on Rails App Developmettem by Ansible

Requirements

How To Build The Virtual Machine

Vagrant:

host $ vagrant plugin install vagrant-vbguest

Building the virtual machine:

host $ git clone https://github.com/katsuhiko/template-rails-ansible.git
host $ cd template-rails-ansible
host $ vagrant up

Create files

~/.ssh/amazon.pem

~/.aws/credentials

[default]
aws_access_key_id = XXXXXXXX
aws_secret_access_key = XXXXXXXX

How To New Rails Project

How To New Rails Plugin