S
society
Guest
Hello,
Ruby (+fcgi) is installed but how to Admin or Activate that ruby?
Ruby (+fcgi) is installed but how to Admin or Activate that ruby?
cd /a/website/path/
rails myapp
cd myapp
ruby1.8 script/server
=> Booting WEBrick...
=> Rails application started on [url]http://0.0.0.0:3000[/url]
=> Ctrl-C to shutdown server; call with --help for options
[2006-12-17 15:08:01] INFO WEBrick 1.3.1
[2006-12-17 15:08:01] INFO ruby 1.8.2 (2005-04-11) [i386-linux]
[2006-12-17 15:08:01] INFO WEBrick::HTTPServer#start: pid=6685 port=3000
Originally posted by zero
It's pretty easy.