start mongrel daemon
mongrel_rails start -d -p 8020 -e production
-d daemonizes the process
-e tells Rails proj. to use production enviromnent
-p port to use, increment by 10 past next closest port
TextSnippets > deckard > mongrel
2760 users tagging and storing useful source code snippets
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world (or not, you can keep them private!)
mongrel_rails start -d -p 8020 -e production
mongrel_rails stop -P <rel. location of PID file>