Install ZenTao via Lampp in Linux

2016-06-17 09:40:21
azalea
6014
Final Edition:tengfei De 2019-01-07 13:32:51

It is difficult for most users to deploy the runtime environment for Apache, MySQL, and PHP in Linux, especially for those who are not familiar with Linux but are asked to do so by their supervisors. You can choose Lampp integration package to deploy the ZenTao environment, which will be relatively easy.


1. Download the lampp package (PHP5.3-5.5 and 7.0 is recommended currently.)


64 bit PHP 7.0: https://sourceforge.net/projects/xampp/files/XAMPP%20Linux/7.0.15/xampp-linux-x64-7.0.15-0-installer.run/download
32 bit PHP 5.4: http://sourceforge.net/projects/xampp/files/XAMPP%20Linux/1.8.2/xampp-linux-1.8.2-6-installer.run/download


2. To download the lampp package into /opt/, execute Chmod a+rx *.run. Add the privilege to run, and then perform ./xampp-linux-x64-1.8.2-6-installer.run (or ./xampp-linux-1.8.2-6-installer.run). After extracting the package, it will generate a directory  /opt/lampp/ .


3. Start the lampp service

Start: /opt/lampp/lampp start 
Stop: /opt/lampp/lampp stop
Restart: /opt/lampp/lampp restart


4. Install Ioncube for ZenTao Pro decryption //www.zentao.pm/book/zentaoprohelp/135.html. After extracting it, copy it to the Apache directory /opt/lampp/htdocs/.


5. Install Zentao Pro. Extract the Zentao installation package, the zentaopms folder,  to /opt/lampp/htdocs/


6. Visit IP: port number/zentaopms/www/install.php and follow the prompts to install the ZenTao Pro.


7. Replace your license after the installation is completed. Extract the license bizextXXXX.zip, put the last two files to the directory

/opt/lampp/htdocs/zentaopms/config/license/ to replace the original two files.


Commenter
Commentaires reçus après vérification。