Installation Configuration Zen

  1. First download ZenTaoPMS.7.3.stable.zbox_64.tar.gz.tgz
  2. Entry / opt directory will extract the installation package
  3. tar -xzvf ZenTaoPMS.7.3.stable.zbox_64.tar.gz.tgz
  4. After decompression / opt directory under the directory will zbox
  5. Zbox into the directory, modify the configuration file cd / opt / zbox  
  6. Vim /opt/zbox/app/zentao/config/my.php modify the configuration file is modified port 3307;

          

      7. Modify vim /opt/zbox/etc/mysql/my.cnf profile, modify the port 3307;

        

     

     8. The startup file execution Zen   

        cd /opt/zbox

        ./zbox start start

        ./zbox stop stop

       ./zbox restart restart

    9. Open the browser access, plus behind ip port 80, the default user name: admin, password: 123456

   10. You can modify the order on the default port does not occupy 80,3306 server, we modify the Zen comes with apache, mysql port

         / Opt / zbox / zbox -ap 8081 modified port Zen

         / Opt / zbox / zbox -mp 9001 modified mysql port

        

Guess you like

Origin www.cnblogs.com/changlai/p/11563823.html