Command Line For Starting Mongrel

Posted by Tres Sun, 16 Dec 2007 19:05:00 GMT

Here’s the command needed to start mongrel_rails for testing or if you don’t feel like running fastcgi through apache or lighttpd:

mongrel_rails start -a 127.0.0.1 -e production -c /var/www/blogomatic -l
log/mongrel.log --user mongrel --group mongrel -p 1292 -d

Posted in

Comments are disabled