1. Install Database: Execute command yum-y install Mysql-server, see prompt
"Complete" on behalf of MySQL installation success.
2. Start the database: Install finished, execute Command service mysqld start, see starting mysqld: OK Status, which represents the successful start of the MySQL database.
3. Log in to the database: Mysql-u root-p Enter the password (the default user root password forMySQL is empty)
4. using the database: Login successfully switch to MySQL database, enter use mysql
5. Create a new root user, and give this user permission to operate the database and all objects, the% of the weighted statement of the vehicle to connect to MySQL Server, so that navicat This customer is certainly no problem, empowering statements are:
Grant all privileges on * * to ' root ' @ '% ' identified by ' 123456 ' vith grant option;
6. Refresh database permissions,flush privileges;
7. set up mysql boot from boot
edit /etc/rc.local with VI
at the end of the file, add Service mysqld Start
8. Upload the Zen Road installation package to the /opt directory via xftp
Judging The Linux system version, using the uname-a command, I am here with the system
8. Enter the/OPT directory to unzip the installation package
Cd/opt
TAR-XZVF zentaopms.7.3.stable.zbox_64.tar.gz.tgz
after decompression /opt the directory will have ZBox Catalogue
9. go to the zbox directory and modify the configuration file
CD ZBox
Modify The port in the app/zentao/config/my.php configuration file to 3307;
VI app/zentao/config/my.php
Modify the configuration file for VI etc/mysql/my.cnf to Port modified to 3307;
Implementation of Zen Road start-up file
Cd/opt/zbox
./zbox Start
hit the browser to enter your server address plus port, you can access the
Zen Road Installation package:
Baidu Network Disk
Https://pan.baidu.com/s/1pKDRKPHFnzVd9rLfgZ8ZBw
Password:
Tnvh
Installing Zen Trails under Linux