58
edits
Changes
m
--<pre>
--</pre>
--<pre>
--</pre>
no edit summary
Instead of using mongrel, NYU is using [http://code.macournoyer.com/thin/ thin]. The thin configuration is almost identical to mongrel. The two files used to implement are detailed below.
config/umlaut_config/deploy/thin_cluster.yml
# Unix account to run your processes as:
user: umlaut
# Only if you want to start at web path other than base / :
#prefix: /getit # for instance. Start with slash, and don't end with one.
script/local/my_thin_ctl
#!/bin/bash
thin $1 -C /apps/umlaut/config/umlaut_config/deploy/thin_cluster.yml