I am running windows vista on my lap top. I installed virtual box and
virtual rails on this laptop and it is running linux. I am very new at
learning rails. So far the only thing I have done is create a blog
application by typing in:
mkdir rails_projects
cd rails_projects
rails first_app
so now im at the point where I am typing the following:
1. rails blog
2. cd blog
3. script server
after this I go to my web server and type in localhost/3000, after
doing this I click the link that says "about your applications
environment". When I click this I get an error message saying "we're
sorry, but something went wrong" Is this because I dont have a data
base running like SQlite? I typed sqlite into the terminal and it
tells me what version I have so Im assuming that its installed. Where
do I go from here? Im very much a novice at this point and any
feedback would be appreciated.
--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
No comments:
Post a Comment