update configure.sh
This commit is contained in:
parent
821966c5db
commit
ed88445c6b
1 changed files with 1 additions and 1 deletions
|
@ -14,4 +14,4 @@ vagrant ssh --command "cd /vagrant; bundle install";
|
||||||
vagrant ssh --command "cd /vagrant; cp .example-env .env";
|
vagrant ssh --command "cd /vagrant; cp .example-env .env";
|
||||||
|
|
||||||
# Rake all the things
|
# Rake all the things
|
||||||
vagrant ssh --command "cd /vagrant; rake db:create; rake db:schema:load; rake db:fixtures:load"
|
vagrant ssh --command "cd /vagrant; rake db:create; rake db:setup"
|
||||||
|
|
Loading…
Reference in a new issue