1. Zen Road Download: #官网: http://www.zentao.net/article-browse-1067.html
[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 path with Apache, MySQL Port # Zen path default Apache and MySQL ports are: 3306
Modify Zen Lane's own Apache port:
[Email protected] ~]#/OPT/ZBOX/ZBOX-AP 9000
Modify the Zen path to bring your own MySQL port:
[Email protected] ~]#/OPT/ZBOX/ZBOX-MP 9001
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. The Adminer is used for database management, but for security purposes, authentication is required to access Adminer, and the script needs to be run to add accounts
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. Configure Iptables firewall rules to allow port access
[[Email protected] ~] #iptables-A input-p tcp–dport 9000-j ACCEPT
[[Email protected] ~] #iptables-A input-p tcp–dport 9001-j ACCEPT
Restart the firewall for the rule to take effect:
[[Email protected] ~] #service iptables Save
[[Email protected] ~] #service iptables restart
7. Browser Access
http://192.168.25.133:9000
Default account password: admin/123456
Project management system of Building Zen Road under Linux