Changes

Jump to: navigation, search

Umlaut Deployment with Thin and Apache

8 bytes removed, 15:49, 7 April 2011
m
no edit summary
#First you must install the thin gem and any dependencies, including rack. We found that versions of rack later than 1.0.1 caused problems.
:$ sudo gem install thin
:$ sudo gem install rack --version 1.0.1
#Next add these two files to Umlaut.'''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
</pre>
#Then make the my_thin_ctl executable
:$ chmod 755 my_thin_ctl
#Finally, run
: $ ./script/local/my_thin_ctl start
58
edits

Navigation menu