From 18c471f778f0490783ebfc51a2c4d7c270f60e8d Mon Sep 17 00:00:00 2001 From: AEtherC0r3 Date: Fri, 6 Apr 2018 23:23:12 +0300 Subject: [PATCH] Edit command to start the server in bootstrap.sh Recommend using bundle exec rails instead of /vagrant/bin/rails Closes #1915 --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index f23739ed..ea4c95af 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -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"