Displaying 2 results from an estimated 2 matches for "mcalogin".
Did you mean:
dclogin
2006 Aug 04
8
Capistrano /usr/bin/env: ruby: no such file or directory
Hi,
I''m deploying to a prod linux server via Capistrano, but the last step,
running the reaper, won''t complete.
Ruby is stored in /usr/local/bin on the server, and I''m deploying from
winxp.
$ ssh mcalogin@lx07
Password:
mcalogin@LX07:~> env | grep "^PATH"
PATH=/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome/b
in:/opt/
kde3/bin:/usr/lib/java/jre/bin
mcalogin@LX07:~> which ruby
/usr/local/bin/ruby
Here is a copy of the log of ''rake remote:restart''...
2006 Jul 31
0
Can''t get into production mode!
...ng my first rails app. I''m using lighty and fcgi, and cannot
get the app to go into production mode. I deploy via Capistrano.
When I dump ENV, RAILS_ENV is still ''development''. Is something
overriding the lighty config?
Here is the lighty config:
var.appname = "mcalogin"
server.port = 1411
server.modules = ("mod_rewrite", "mod_fastcgi", "mod_accesslog")
server.username = "wwwrun"
server.groupname = "www"
server.pid-file = "/var/run/lighttpd.pid"
accesslog.filename = "/var/log/lighttpd/access_log...