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 trial

Ruby Build a Simple Ruby on Rails Application Creating an Authentication System Pulling the Latest Code

Once I close out of the CMD what folder do I need to go back into. I go back into cd/treehouse but rails server wont run

I closed the cmd now I am trying to get back to where I was. I tunnel to the project folder but the rails server command wont start the server. Do i need to be in a specific folder?

1 Answer

Hi Andrew -

The rails server command should be run when you're in your app directory. For example, ~/treehouse/projects/testapp

At the command prompt, you would cd testapp and then type the rails server command.

Hope this helps!

Ronald