add gem install bundler to configure.sh
This commit is contained in:
parent
499f6349e6
commit
3f5d2bd7f3
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ fi
|
||||||
vagrant up
|
vagrant up
|
||||||
|
|
||||||
# Bundle!
|
# Bundle!
|
||||||
|
vagrant ssh --command "cd /vagrant; gem install bundler";
|
||||||
vagrant ssh --command "cd /vagrant; bundle install";
|
vagrant ssh --command "cd /vagrant; bundle install";
|
||||||
|
|
||||||
# copy the db config
|
# copy the db config
|
||||||
|
|
Loading…
Add table
Reference in a new issue