Skip to content

Commit 8f7fbb5

Browse files
ecm7890tjgrathwell
authored andcommitted
add instructions for installing Bundler in Windows
this is a common error that students run into
1 parent 111ab9d commit 8f7fbb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sites/en/installfest/deploy_a_rails_app.step

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ step "Deploy your app to Heroku" do
9090
bundle install --without production
9191
BASH
9292

93-
message "Again, wait for the console prompt, and look for the 'Bundle complete!' message just above. 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 'Bundle 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` "
9494
end
9595

9696
step "Set the root route" do

0 commit comments

Comments
 (0)