Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialAdam Zuckerberg
22,248 PointsLet's say you don't complete this in one session - when you come back to a Ruby project, what step do you start with?
So, if you are on the VM, do you have to do "vagrant up" again or was that just the first time? "vagrant ssh"? "bin/rails server" - where do you start off?
2 Answers
Kevin Naegele
10,868 PointsI am on a Mac, I have to vagrant up and then ssh.
Adam Kelm
29,082 Points1) Go to the directory where the Vagrant file is. 2) vagrant up 3) Go the directory where project files are, but not into the project folder. 4) vagrant ssh
Then, if you want to start the Rails server, you go into the project main directory, then rails s.