zoukankan      html  css  js  c++  java
  • Build a ZenTao Server on Linux

    1. Download xampp for linux on Apache Friends, file name: xampp-linux-1.8.3-2-installer.run;

    Intallation guide: Linux FAQs on Apache Friends

    1. $ chmod 755 xampp-linux-1.8.3-2-installer.run

    2. $ sudo ./xampp-linux-1.8.3-2-installer.run

    3. $ sudo /opt/lampp/lampp start

    4. Verify: browse http://10.21.3.8, you can see the xampp homepage.

    5. Downlaod zentao source code pack ZenTaoPMS.5.2.1.zip;

    6. unzip ZenTaoPMS.5.2.1.zip to /opt/lampp/htdocs;

    7. browse "http://localhost/zentaopms/www" to start install process. If not, try http://localhost/zentaopms/www/install.php;

    8. zentao parameter::

      Host port: 3306; Database user: root db password: zentaopms database name: zentao admin name: chad admin password: zentaopms

    Config file path: /opt/lampp/htdocs/zentaopms/config/my.php

    Backup and Restore ZenTao Data

    Backup

    # /opt/lampp/lampp bakcup
    

    Restore

    # sh xampp-backup-27-01-14.sh
    

    According to the LinuxFAQ on ApacheFriends, the backup/restore is a beta feature, which has no guarantee.

  • 相关阅读:
    poj2240
    poj1135
    poj1062
    poj3278
    2218 补丁vs错误
    必做: 1041、1024、1077、2218、1183(较难)
    poj2828
    poj3253
    洛谷P1122 最大子树和
    1074 食物链
  • 原文地址:https://www.cnblogs.com/darkmatter/p/3606829.html
Copyright © 2011-2022 走看看