Here's a basic rundown.

1. "rails new my_new_app"
This generates your brand new rails application, and puts it all in a
new folder called "my_new_app".

2. "cd my_new_app"
Go into your "my_new_app" folder.

3. "rails server"
Launch the rails server - notice you are running this command while
INSIDE the rails project folder.

Test this out and see if it works for you. We also need to see the
actual error messages you are getting in the terminal. From now on,
make it a habit to post any and all console ouput for us to see, it'll
let us help you out much more easily. :)

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to