Added patterns from github code base - easy setup.
This commit is contained in:
parent
4b585b8d67
commit
ebae1d027b
1 changed files with 7 additions and 0 deletions
7
script/bootstrap.sh
Executable file
7
script/bootstrap.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
bundle install
|
||||
rake db:create
|
||||
rake db:migrate
|
||||
rake db:seed
|
||||
|
Loading…
Reference in a new issue