1、下載bitnami的redmine安裝包
https://bitnami.com/stack/redmine/installer
2、安裝remine
./bitnami-redmine-3.3.2-0-linux-x64-installer.run
3、依次選擇安裝語言、產品語言、安裝的元件、郵件配置。
預設安裝在/opt/redmine-3.3.2-0目錄下。
4、預設產生的郵件配置有問題,會導致郵件無法發出,修改配置檔案:
vim /opt/redmine-3.3.2-0/apps/redmine/htdocs/config/configuration.yml
-------------------------------------------------
default:
# Outgoing emails configuration
# See the examples below and the Rails guide for more configuration options:
# http://guides.rubyonrails.org/action_mailer_basics.html#action-mailer-configuration
email_delivery:
delivery_method: :smtp
smtp_settings:
ssl: true
address: smtp.exmail.qq.com
port: 465
domain: exmail.qq.com
authentication: :login
#enable_starttls_auto: true
user_name: redmine@xxx.com
password: 123456
5、重啟服務
cd /opt/redmine-3.3.2-0/
sh ctlscript.sh restart