views:

51

answers:

3

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 !!

Please Help !!

+2  A: 

You need to execute the script/server that'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.

Luzal
thanks!! but understood a little , but how todo that ??can u describe in steps
javatechi
@javatechi, you really don't know how to *run a program*????
Pavel Shved
@pavel shved yeah !! earlier was doing java programming...for Ruby this is my first day !!
javatechi
It depends on which platform you're running.
Luzal
+1  A: 

I think , this is where you should start : http://guides.rubyonrails.org/

NM
A: 
  1. Open up your terminal or command prompt
  2. cd to the project directory
  3. Type: "ruby script/server"
  4. Open your browser
  5. Go to http://localhost:3000
Mr. Matt
lol............
Shripad K