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:
AEtherC0r3 2018-04-06 23:23:12 +03:00 committed by James Mason
parent 98defe2d0f
commit 18c471f778

View file

@ -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"