1. Zen Road Download: #官网: http://www.zentao.net/
[Email protected] ~]# wget http://dl.cnezsoft.com/zentao/10.0.beta/ZenTaoPMS.10.0.beta.zbox_64.tar.gz
2. Unzip to the/OPT directory
[Email protected] ~]# TAR-XVF zentaopms.10.0.beta.zbox_64.tar.gz-c/opt/
3. Modify Zen Lane's own Apache, MySQL port #禅道默认启动apache跟mysql端口分别为: 80 3306
Modify Zen Lane's own Apache port:
[Email protected] ~]#/OPT/ZBOX/ZBOX-AP 88
Modify the Zen path to bring your own MySQL port:
[Email protected] ~]#/OPT/ZBOX/ZBOX-MP 3308
4. Start the Zen Channel service
[[email protected] ~]#/opt/zbox/zbox start
Apache is running
Mysql is running
Related commands:
/opt/zbox/zbox Start command to open Apache and MySQL.
/opt/zbox/zbox Stop command stops Apache and MySQL.
/opt/zbox/zbox Restart command to restart Apache and MySQL.
/opt/zbox/zbox-h getting help on the ZBox command
5. Create a Database account
[Email protected] ~]#/opt/zbox/auth/adduser.sh
This tool was used to the add user to access Adminer
Account:adminer
Password:adding Password for user Adminer
Note: The user name of the database: root, the password is empty. Database management is Adminer, but for security purposes, authentication is required to access Adminer, and you need to run a script to add an account
Command line Login Zen path comes with MySQL database: The readme has MySQL's initial password
/opt/zbox/bin/mysql-u root-p 3306-p ' 123456 '
The command line imports the backed up data:
/opt/zbox/bin/mysql-u root-p 3306-p ' 123456 ' Zentao < Zentao.sql
6. Turn off the firewall
[[Email protected]ocalhost ~] #service iptables Stop
[[Email protected] ~] #service iptables Restart//restart firewall
7. Browser Access
In Liunx environment Firefox input: localhost:88
In window, enter 192.168.1.23:88//colon into the English environment
The operation is as follows: Liunx input command ifconfig, get IP address, 192.168.1.23
Default account password: admin/123456
Project management system of Building Zen Road under Linux