One-click Installation Package for Linux
- 2015-09-09 16:14:35
- azalea
- 10155
- Last edited by xiying guan on 2018-12-06 10:08:46
One-click Installation Package for Linux has build-in Apache, Php, Mysql。 All you need to do is to download .zip file and run it. There are 32 bit and 64 bit packages for Linux. Pleae download the installation package that fits your operating system.
1. Unzip installation packages to /opt. Do NOT unzip it to other directory and copy it to /opt, because the owner and read/write permission of the files might be changed. Use tar -zxvf ZenTaoPMS.7.3.stable.zbox_32.tar.gz -C /opt.
2. Execute /opt/lampp/lampp to lauch Apache and Mysql.
Execute /opt/lampp/lampp to stop Apache and Mysql.
Execute /opt/lampp/lampp to restart Apache and Mysql.
Execute /opt/zbox/zbox -h to get zbox help. -ap can change the port of Apache and -mp can change the port of Mysql. (i.e. /opt/zbox/zbox -ap 8080
3. Use web browser to access http://ip: port. ( default account admin,and its password 123456)
4. The database account is root with no password. The database management account is admin. When you use admin to access ZenTao, your identity verification is required due to safety. Execute /opt/zbox/auth/adduser.sh to add the account (first cd /opt/zbox/auth/ and then execute ./adduser.sh).