Added patterns from github code base - easy setup.

This commit is contained in:
Martin Edenhofer 2013-01-23 23:31:18 +01:00
parent 4b585b8d67
commit ebae1d027b

7
script/bootstrap.sh Executable file
View file

@ -0,0 +1,7 @@
#!/bin/bash
bundle install
rake db:create
rake db:migrate
rake db:seed