2007-03-26から1日間の記事一覧

mongrelの起動バッチを書いた。 #!/bin/sh # chkconfig: 345 80 15 # description: Hoge Ruby on Rails application APP_DIR="/usr/local/hoge/RoR" case "$1" in 'start') echo "Starting Hoge Application Server Start:" mongrel_rails start -d -c $APP_…