adding vagrant and docker files

This commit is contained in:
Mike McCabe
2014-09-18 18:53:30 -06:00
parent ca11cabadd
commit 0dcadb6f00
4 changed files with 40 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
set -e
rake db:setup
rails server