Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing bundler step to Vagrant quickstart #70

Closed
alexanderdean opened this issue Apr 8, 2015 · 3 comments
Closed

Add missing bundler step to Vagrant quickstart #70

alexanderdean opened this issue Apr 8, 2015 · 3 comments
Assignees
Labels
type:defect Bugs or weaknesses. The issue has to contain steps to reproduce.
Milestone

Comments

@alexanderdean
Copy link
Member

vagrant@snowplow-ruby-tracker:/vagrant$ bundle install
The program 'bundle' is currently not installed. To run 'bundle' please ask your administrator to install the package 'bundler'
@alexanderdean
Copy link
Member Author

Assigned to Fred but I have a live branch going - so answer in a comment here is perfect...

@alexanderdean alexanderdean added this to the Version 0.4.2 milestone Apr 8, 2015
@alexanderdean alexanderdean added the type:defect Bugs or weaknesses. The issue has to contain steps to reproduce. label Apr 8, 2015
@fblundun
Copy link
Contributor

fblundun commented Apr 8, 2015

@alexanderdean If the up.guidance is changed to

To get started:
vagrant ssh
cd /vagrant
gem install bundler
bundle install
rspec

then it works as expected.

(The new line is "gem install bundler".)

@alexanderdean
Copy link
Member Author

Hero! Thanks Fred

@alexanderdean alexanderdean changed the title Vagrant quickstart is incorrect Add missing bundler step to Vagrant quickstart Apr 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:defect Bugs or weaknesses. The issue has to contain steps to reproduce.
Projects
None yet
Development

No branches or pull requests

2 participants