2012-09-01から1ヶ月間の記事一覧

エラー

Starting httpd: Syntax error on line 2 of /etc/httpd/conf.d/vcs.conf: Invalid command 'PerlLoadModule', perhaps misspelled or defined by a module not included in the server configurationmod_perlが必要 yum -y install mod_perl Unknown DAV pr…

本番

git clone https://github.com/alminium/alminium.git cd alminium ./smelt mysql のパスワード 26行目 -MYSQL='mysql' +MYSQL='mysql -uroot -pパスワード'

alminium+ jenkins

下準備 redmineの公式ドキュメントの通り進めていきますrpm -Uvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-7.noarch.rpm yum groupinstall "Development Tools" yum install openssl-devel readline-devel zlib-devel curl-devel liby…