System environment:
Centos6.5-web
Software: http://www.zentao.net/
Zentaopms.8.2.4.zbox_64.tar.gz
Software installation excerpt from Zen Road official:
Linux one-click installation package built-in Apache, PHP, MySQL these applications, only need to download unzip to run Zen Dao.
Starting with the 7.3 release, Linux one-click installation package is divided into 32-bit and 64-bit two packages, please download the appropriate package according to the operating system conditions.
1, the installation package directly extracted to the/OPT directory, do not extract to another directory and then copied to/opt/, because this will cause the file owner and read and write permissions to change.
You can use the command: TAR-ZXVF zentaopms.7.3.stable.zbox_32.tar.gz-c/opt
2. Execute/opt/zbox/zbox Start command to open Apache and MySQL.
Execute the/opt/zbox/zbox stop command to stop Apache and MySQL.
Execute the/opt/zbox/zbox restart command to restart Apache and MySQL.
You can use the/opt/zbox/zbox-h command to get help about the ZBox command
Where the-AP parameter can modify the Apache port, the-MP parameter can modify the MySQL port (for example:/opt/zbox/zbox-ap 8080)
3, browser access HTTP://IP: port (Default account admin, password 123456)
4, the database user name: root, the password is empty. Database management is Adminer, but for security purposes, authentication is required to access Adminer, and the user needs to run/opt/zbox/auth/adduser.sh to add users (cd/opt/zbox/auth/and then execute. adduser.sh).
5, Web Access Zen Road, click Database Management has 2 layers of authentication:
1) The window verification is entered to run Addusers.sh added account number and password;
2) Web page direct Display Login interface: server: 127.0.0.1:mysql Port account root database fill Zentao
This article is from the "Drunken Classics" blog, please be sure to keep this source http://81505285.blog.51cto.com/4865091/1795303
linux-centos6.5 One-Touch Installation Zen Road