Installation Zen ubuntu

You must be unpacked directly to the / opt directory

sudo tar -zxvf /home/tiankafei/ZenTaoPMS.11.5.1.zbox_64.tar.gz -C /opt

Change the default port apache and mysql
/ opt / zbox / zbox -ap 8080 -mp 3307

Increase user database

cd /opt/zbox/auth/
./adduser.sh
root
123456

Start Zen

 

/opt/zbox/zbox start

According to the modified ip address and port access apache

http://192.168.12.111:8080

Guess you like

Origin www.cnblogs.com/tiankafei/p/11125298.html