Edit command to start the server in bootstrap.sh
Recommend using bundle exec rails instead of /vagrant/bin/rails Closes #1915
This commit is contained in:
parent
98defe2d0f
commit
18c471f778
1 changed files with 1 additions and 1 deletions
|
|
@ -76,4 +76,4 @@ else
|
|||
fi
|
||||
|
||||
echo -e "\nProvisioning of your OSEM rails app done!"
|
||||
echo -e "To start your development OSEM run: vagrant exec /vagrant/bin/rails server -b 0.0.0.0\n"
|
||||
echo -e "To start your development OSEM run: vagrant exec bundle exec rails server -b 0.0.0.0\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue