- add link to thin doc

This commit is contained in:
Richard Alam 2011-05-03 17:31:52 -04:00
parent e0452bb372
commit be757afc87

View File

@ -24,6 +24,7 @@ mkdir $DEPLOY_DIR"/log"
mkdir $DEPLOY_DIR"/tmp"
echo "Installing matterhorn webapp in thin..."
# see http://code.macournoyer.com/thin/usage/
thin config -C "/etc/thin/matterhorn.yml" -c $DEPLOY_DIR"/" --servers "1" -e "production"
echo "**************************************************"