// 下階層用テンプレート
#topicpath
----
//ここにコンテンツを記述します。

 [root@centos redmine-1.0.0]# cat /etc/init.d/redmine
 #!/bin/sh
 # chkconfig: 2345 86 25
 # description: Redmine
 #
 
 MONGREL=/usr/bin/mongrel_rails
 PATH=/sbin:/bin:/usr/bin
 REDMINE_PATH=/opt/redmine-1.0.0
 REDMINE_PATH=/opt/redmine-1.0.0   <-適宜。
 case "$1" in
 start)
    $MONGREL start -e production -d -p 3000 --prefix=/redmine -c $REDMINE_PATH
   ;;
 stop)
   $MONGREL stop -c $REDMINE_PATH
   ;;
 esac
 
 exit 0
 
 [root@centos redmine-1.0.0]#

**関連リンク [#y8699f1c]
-[[CentOS で Redmine を自動起動 - すえひろがりっっっっ!>http://d.hatena.ne.jp/suer/20090101/1230798584]]
-[[プロジェクト管理 Redmineのインストールメモ | データセンターの専用サーバ データセンターダイレクト ブログ>http://blog.dc-d.jp/?p=1379]]


----
この記事は
#vote(おもしろかった,そうでもない)

#comment
#topicpath


SIZE(10){現在のアクセス:&counter;}



トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS