1.download ruby-one click for windows from www.ruby-lang.org, set up.
2.run command:
  gem install rails --include-dependencies (success)
3.set up mongrel: 
  gem install win32-service(pick the most recent one)
  gem install mongrel (pick the win32 pre-built) 
  gem install mongrel_service 

  all of the above were successful.

  then i creat an empty folder "d:\myapp",run the command: 
  mongrel_rails service::install -N myapp -c d:\myapp -p 4000 -e production 

  the rusult:the path you specified isn't a valid Rails application 

  so what's the matter?

  i am a student in Nanjing Agricultural University,I am learning ruby and ruby 
on rails,but there are few books and other materials for me.so can you help me?
_______________________________________________
Mongrel-users mailing list
Mongrel-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/mongrel-users

Reply via email to