Changes

Jump to: navigation, search

Umlaut Deployment with Thin and Apache

110 bytes added, 15:37, 7 April 2011
no edit summary
[[Umlaut]]Instead of using mongrel, NYU is using [http://code.macournoyer.com/thin/ thin]. The thin configuration is almost identical to mongrel. The Apache configuration is exactly the same as with mongrel and is detailed at  The two files used to implement thin are detailed below.'''config/umlaut_config/deploy/thin_cluster.yml'''
<pre>
# Unix account to run your processes as:
#prefix: /getit # for instance. Start with slash, and don't end with one.
</pre>
'''script/local/my_thin_ctl'''
<pre>
#!/bin/bash
thin $1 -C /apps/umlaut/config/umlaut_config/deploy/thin_cluster.yml
</pre>
58
edits

Navigation menu