KirIn 落書き帳

素人がプログラミング, FPGA, LSIをお勉強しているメモ書きです。間違いがあればご指導していただけたら幸いです。

Centos7にRedmineをインストール

参考URL :

Centos インストール

bitnami インストール

https://cloudpack.media/10562
http://ossfan.net/setup/redmine-03.html

mysqlのインストール付近でエラーになるので以下のパッケージをインストールしておきます。

yum install -y perl-Data-Dumper

bitnamiを参考URLに従ってインストール /opt/redmineにインストール

ファイアウォール設定

firewall-cmd --permanent --add-service=http
firewall-cmd --permanent --add-service=https
firewall-cmd --reload

redmine自動起動

systemctl list-unit-files -t service | grep redmine
systemctl enable redmine.service

redmineテーマ変更

http://kuttsun.blogspot.jp/2015/10/bitnami-redmine-farendfancy.html
https://www.redminecrm.com/pages/a1-theme

/opt/redmine/apps/redmine/htdocs/public/themesにテーマフォルダをおきます。

redmineメール設定

https://manablog.org/redmine-bitnami-mail/