Centos deploys ZenTao project management software

Zentao project management software official website https://www.zentao.net/

Download the installation package (this time directly use the one-click installation package)

Insert picture description here
Download according to your own version
Insert picture description here
and put it in the /opt directory of the server after downloading

[root@localhost opt]# pwd
/opt
[root@localhost opt]# ls
ZenTaoPMS.12.5.3.zbox_64.tar.gz

Unzip and start

[root@localhost opt]# tar -zxf ZenTaoPMS.12.5.3.zbox_64.tar.gz 
[root@localhost zbox]# ls
app  auth  bin  data  etc  logs  README  run  tmp  zbox
启动  将会占用到80以及3306端口
[root@localhost zbox]# ./zbox 
Usage: zbox.php {
    
    start|stop|restart|status}

Options:
    -h --help Show help.
    -ap --aport Apache port, default 80.
    -mp --mport Mysql port, default 3306.
[root@localhost zbox]# ./zbox start   
Start Apache success
Start Mysql success
## 启动成功

ZenTao web interface access http://IP (default port 80) The
Insert picture description here
default account admin password 123456 is
Insert picture description here
set according to your needs.
Insert picture description here
Success~
Insert picture description here

Guess you like

Origin blog.csdn.net/weixin_46152207/article/details/113389808