1
0
mirror of https://github.com/jcwimer/railsVagrant synced 2026-03-25 02:44:44 +00:00

Initial commit

This commit is contained in:
2015-04-20 15:22:41 -04:00
parent d392f9ded2
commit 9006e9da70
6 changed files with 42 additions and 2 deletions

8
README.rdoc Normal file
View File

@@ -0,0 +1,8 @@
# railsVagrant
Ubuntu 14.04 vagrant template for rails development.
To use, do the following:
* Run <tt>vagrant up</tt>
* Run <tt>vagrant ssh</tt>
* Cd to <tt>/vagrant/setup</tt>
* Run <tt>./build.sh</tt>