Establish Build with Docker
- official website: https://www.redmine.org
- Download Page: https://www.redmine.org/projects/redmine/wiki/Download
- Installation Guide: https://www.redmine.org/projects/redmine/wiki/redmineinstall
- Ref: https://www.redmine.org/projects/redmine/wiki/HowTo%5FInstall%5FRedmine%5Fon%5FDebian%5F9
- official docker hub: https://hub.docker.com/%5F/redmine
Establish Redmine from the beginning
VM initial
Download Redmine and run
Nginx
Install SSL
Ref: https://certbot.eff.org/lets-encrypt/debianbuster-nginx
Set server account
Note: shdennlin-c83d109ebef3.json is server account secret
give dns admin permissions
Install SSL by Let’s encrypt
Create Wildcard SSL Certificate
Step2. SSL configuration in nginx
sudo -E vi /opt/nginx/conf/nginx.conf
Gmail Configuration
Ref: https://www.redmine.org/projects/redmine/wiki/emailconfiguration#GMail-Google-Apps
- Error:
5.7.8 Username and Password not accepted. Learn more....
Solve: https://stackoverflow.com/a/58947125/14740020 - Error:
send-mail: Authorization failed 534 5.7.14
Slove: https://serverfault.com/a/672182
Plugins
Ref: https://www.redmine.org/plugins
WYSIWYG Editor
Ref: https://redmine.org/plugins/redmine%5Fwysiwyg%5Feditor
Github: https://github.com/taqueci/redmine%5Fwysiwyg%5Feditor
Agile
Ref: https://www.redmine.org/plugins/redmine%5Fagile
Install: https://www.redmineup.com/pages/help/agile/installing-redmine-agile-plugin-on-linux?utm%5Fsource=Main&utm%5Fmedium=email&utm%5Fcampaign=Download%5Fplugin%5Femail&utm%5Fterm=download%5Fplugin%5Femail&utm%5Fcontent=installation%5Fguide
checklist
Ref: https://www.redmine.org/plugins/redmine%5Fchecklists
Install: https://www.redmineup.com/pages/help/checklists/installing-redmine-checklists-plugin-on-linux?utm%5Fsource=Main&utm%5Fmedium=email&utm%5Fcampaign=Download%5Fplugin%5Femail&utm%5Fterm=download%5Fplugin%5Femail&utm%5Fcontent=installation%5Fguide
Attach image from clipboard (can’t use in Redmine 4.2.1.stable.20997)
Ref: https://www.redmine.org/plugins/clipboard%5Fimage%5Fpaste
Install: https://github.com/peclik/clipboard%5Fimage%5Fpaste/blob/master/README.textile
Themes
Ref: https://www.redmine.org/projects/redmine/wiki/theme%5Flist
PurpleMine 2
Github: https://github.com/mrliptontea/PurpleMine2