Hint: Zen Road is developed with PHP, just install a MySQL, find a Web application server that can run PHP, put the Zen source code inside, and then follow the steps to install it. You don't have to use xampp,xampp just to integrate the PHP environment with MySQL.
Introduction to Zen Road
Zen Road project Management Software (ZENTAOPMS) is a domestic, based on the ZPL protocol, open source free project management software, it set product management, project management, test management in one, but also contains the transaction management, organization and management and many other functions, is a fully functional project management software, The perfect coverage of the core process of project management, is the first choice for small and medium enterprise project management. Zen Road project management software is developed using PHP + MySQL and ──zentaophp based on the autonomous PHP development framework. Third-party developers or businesses can easily develop plugins or customize them.
About the article
Installs the Zen Channel Management system version 7.2 under the Linux operating system environment. Install the XAMPP(apache+mysql+php+perl) integration package under Linux.
Directory
First, install the XAMPP integration Package
1. Download XAMPP
2, installation XAMPP
3. Start XAMPP
Second, the installation of Zen Road project management software
1, download the Zen Road Project management software source code
2. Installation of Zen Road project management software
First, install the XAMPP integration Package
XAMPP is an integrated installation package that contains Apache+mysql+php+perl.
1. Download XAMPP
level
Xampp-linux-1.8.2-6-installer.run
Http://sourceforge.net/projects/xampp/files/XAMPP%20Linux/1.8.2/xampp-linux-1.8.2-6-installer.run/download
64 guests
Xampp-linux-x64-1.8.2-6-installer.run
Http://sourceforge.net/projects/xampp/files/XAMPP%20Linux/1.8.2/xampp-linux-x64-1.8.2-6-installer.run/download
2, installation XAMPP
upload the XAMPP to The TMP directory of the Linux server and add execute permissions. Perform the installation.
The command is as follows:
- Cd/tmp
- chmod +x Xampp-linux-x64-1.8.2-6-installer.run
- ./xampp-linux-x64-1.8.2-6-installer.run
The following is the information displayed through the remote connection of the Linux installation process, which requires multiple input of y.
Install directly on the Linux server will pop up the installation interface, always click on the next step.
[Email protected] bin]# cd/tmp
[Email protected] tmp]# chmod +x xampp-linux-x64-1.8.2-6-installer.run
[Email protected] tmp]#./xampp-linux-x64-1.8.2-6-installer.run
----------------------------------------------------------------------------
Welcome to the XAMPP Setup Wizard.
----------------------------------------------------------------------------
Select the components of your want to install; Clear the components does not want
To install. Click Next When your is ready to continue.
XAMPP Core Files:y (cannot be edited)
XAMPP Developer Files [y/n]: Y
Is the selection above correct? [y/n]: Y
----------------------------------------------------------------------------
Installation Directory
XAMPP'll be installed To/opt/lampp
Press [Enter] to continue:
----------------------------------------------------------------------------
Setup is now a ready to begin installing XAMPP on your computer.
Want to continue? [y/n]: Y
----------------------------------------------------------------------------
Please wait while the Setup installs XAMPP on your computer.
Installing
0% ______________ 50% ______________ 100%
#########################################
----------------------------------------------------------------------------
Setup has finished installing XAMPP on your computer.
3. Start XAMPP
XAMPP installation is complete, the default is to start, if not started, you can start with the following command.
Start XAMPP
- cd/opt/lampp/
- ./lampp Start
Stop XAMPP
- cd/opt/lampp/
- ./lampp Stop
Restart XAMPP
1. cd/opt/lampp/
2../lampp Restart
Security settings
- cd/opt/lampp/
- ./LAMPP Security
Uninstalling XAMPP
- Rm-rf/opt/lampp
Second, the installation of Zen Road project management software
1, download the Zen Road Project management software source code
Download site 1:http://sourceforge. Net/projects/zentao/files/7.2/zentaopms.7.2.stable.zip/download
Download site 2:http://dl.cnezsoft.com/zentao/7.2/ZenTaoPMS.7.2.stable.zip
After downloading the zentaopms.7.2.stable.zip , unzip the file to get Zentaopms, Zentaopms the entire folder to the server /opt/lampp/ htdocs/ directory.
Install package download
Linux XAMPP 32-bit
http://download.csdn.net/detail/xinxin19881112/8883581
Linux XAMPP 64-bit http://download.csdn.net/detail/xinxin19881112/8883605
Zen Road project management software http://download.csdn.net/detail/xinxin19881112/8883561
2. Installation of Zen Road project management software
Accessing http://127.0.0.1/zentaopms/www/index.php in the browser will display the installation page and replace it with the server's IP address.
The installation process checks the system environment and, if a red prompt fails to check, execute the following command to add permissions to the folder.
chmod o=rwx-r/opt/lampp/htdocs/zentaopms/tmp/chmod o=rwx-r/opt/lampp/htdocs/zentaopms/www/datachmod 777-r / Opt/lampp/htdocs/zentaopms/config
After executing the command, click the Refresh button, check all by turning green, and click Next button.
Enter the database server IP address, server port, database user name, database password, and the prefix used by the library build table used by the PMS. These can be the default options, click Save directly. Empty existing data: Installed again, install delete database tables and data again.
If prompted above, create a new my.php file, copy the contents of the text box into the my.php , and put the my.php in the /opt/lampp/htdocs/zentaopms/config/ Folder.
Enter your company name, Administrator account, and administrator password.
After the installation is complete, access the http://127.0.0.1/zentaopms/www/index.php in the browser and replace it with the IP address of the server .
You may receive the following prompt to delete the install.php and upgrade.php two files.
Install.php and upgrade.php files exist under directory/opt/lampp/htdocs/zentaopms/www, for system security, please delete these two files.
The presence of install.php and upgrade.php file in Directory/opt/lampp/htdocs/zentaopms/www, in order to software Securi Ty, please delete these-files.
Go to the WWW folder and enter the following command to delete the install.php and upgrade.php files.
CD/OPT/LAMPP/HTDOCS/ZENTAOPMS/WWWRM INSTALL.PHPRM upgrade.php
[Email protected] tmp]# cd/opt/lampp/htdocs/zentaopms/www
[Email protected] www]# RM install.php
Rm:remove regular file ' install.php '? Y
[Email protected] www]# RM upgrade.php
Rm:remove regular file ' upgrade.php '? Y
[Email protected] www]#
Access Zen Channel default port is 80, can add additional port access, for example 8082, modify httpd.conf file,
Vi/opt/lampp/apache2/conf/httpd.conf
Add the following line at the end of the file
Listen 8082
This can be accessed either through 80 ports or through 8082 ports.
http://127.0.0.1/zentaopms/www/index.php
http://127.0.0.1:8082/zentaopms/www/index.php
Installation of Zen Road management system under Linux 7.2