You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sites/en/installfest/deploy_a_rails_app.step
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ step "Deploy your app to Heroku" do
90
90
bundle install --without production
91
91
BASH
92
92
93
-
message "Again, wait for the console prompt, and look for the 'Your bundle is complete!' message just above. If you are on Windows and you get the message "The system cannot find the path specified.", then you need to first install Bundler. You can do this by typing "gem install bundler". Once this finishes, then redo the "bundle install --without production" command. If this fails, get a volunteer to help you edit `config/environments/production.rb` "
93
+
message "Again, wait for the console prompt, and look for the 'Your bundle is complete!' message just above. If you are on Windows and you get the message 'The system cannot find the path specified.', then you need to first install Bundler. You can do this by typing `gem install bundler`. Once this finishes, then redo the `bundle install --without production` command. If this fails, get a volunteer to help you edit `config/environments/production.rb` "
0 commit comments