????????????????????????????????????Linux(Ubuntu)????Redmine??????????????????????????
????TL;DR
????· ??Linux(Ubuntu)????Redmine?????????
????· ????phpMyAdmin??????????
????· ????Redmine?????????
????· Linux???ò???????
??????Linux(Ubuntu)????Redmine??????
????· ?????????°?? Redmine????? ??
????· ??? scp ????????????????????????
????scp /Users/CharlieChu/Desktop/bitnami-redmine-3.3.2-2-linux-x64-installer.run root@<remote-ip>:/home
????bitnami-redmine-3.3.2-2-linux-x64-installer.run   151MB   1.2MB/s   02:07
????scp????
????· ??? ssh ????????Linux??????
????ssh root@<remote-ip>
????Welcome to Ubuntu 16.04.2 LTS (GNU/Linux 4.4.0-63-generic x86_64)
????* Documentation:  https://help.ubuntu.com
????* Management:     https://landscape.canonical.com
????* Support:        https://ubuntu.com/advantage
????ssh????
????· ??? cd ???????.run??????????
????cd /home
????/home# ls
????bitnami-redmine-3.3.2-2-linux-x64-installer.run
????· ????”chmod +x *.run”
????chmod +x *.run
????chmod????
????· ????”./*.run”??.run????????????????????????
????root@xxxxxx:/home# ./*.run
????????Redmine?????????
????· ????????
??????? rm ???????Redmine?????
????rm -rf bitnami-redmine-3.3.2-2-linux-x64-installer.run
????rm???? rm -rf file (-r ?????μ?飬?????ж????????????. -f ?????????????
????????Redmine????????
????Redmine???????????????????????????80???????????????????Redmine????????8082????????????5?????á?
????· ?? httpd-app.conf ??? PassengerPreStart http://127.0.0.1:80/redmine ???У???????????
????cd /opt/redmine-3.3.2-2/apps/redmine/conf
????vim httpd-app.conf
????vim????????????????????
??????????? cat ????????????????????
????cat httpd-app.conf
????cat????
????· ?? httpd-vhosts.conf ??? <VirtualHost *:80> ???С?
????vim httpd-vhosts.conf
????· ?? /opt/redmine-3.3.2-2/apache2/scripts/ctl.sh ?????????? httpd started at port 80 ??
????cd ~
????vim /opt/redmine-3.3.2-2/apache2/scripts/ctl.sh
????· ?? /opt/redmine-3.3.2-2/apache2/conf/bitnami/bitnami.conf ?????????? <VirtualHost _default_:80> ??
????cd /opt/redmine-3.3.2-2/apache2/conf/bitnami/
????vim bitnami.conf
????· ?? /opt/redmine-3.3.2-2/apache2/conf/httpd.conf ??????52??212??- Listen 8082 ?? ServerName localhost:80 ?????????
????vim /opt/redmine-3.3.2-2/apache2/conf/httpd.conf
????:set number
????:set number??????????
????· ????Redmine???ɡ?
????/opt/redmine-3.3.1-0/ctlscript.sh restart
????Syntax OK
????/opt/redmine-3.3.2-2/apache2/scripts/ctl.sh : httpd stopped
????/opt/redmine-3.3.2-2/mysql/scripts/ctl.sh : mysql stopped
????170324 11:33:36 mysqld_safe Logging to '/opt/redmine-3.3.2-2/mysql/data/mysqld.log'.
????170324 11:33:36 mysqld_safe Starting mysqld.bin daemon with databases from /opt/redmine-3.3.2-2/mysql/data
????/opt/redmine-3.3.2-2/mysql/scripts/ctl.sh : mysql  started at port 3306
????Syntax OK
????/opt/redmine-3.3.2-2/apache2/scripts/ctl.sh : httpd started at port 8082
????????phpMyAdmin??????????
????????????????????? httpd-app.conf ??
????vim /opt/redmine-3.3.2-2/apps/phpmyadmin/conf/httpd-app.conf
??????????????????
????<IfVersion >= 2.3>
????Require local
??????????????
????<IfVersion >= 2.3>
????Require all granted
?????????????????????
?????????phpMyAdmin????????????????????????????????????????????????
????vim /opt/redmine-3.3.2-2/apps/redmine/htdocs/config/database.yml
???????????????????????????????????????