Project management system of Building Zen Road under Linux

Source: Internet
Author: User

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.