I have a project of ruby on rails downloaded from net…how to execute that project?
if possible send me the links or include the steps
I have Eclipse as an IDE and concerned plug in installed!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You need to execute the
script/serverthat’s inside the project directory (you can use the terminal provided on your system).Then, according to the convention, and provided Ruby on Rails is properly installed, you should be able to access your site via http://localhost:3000.