Deploy ZenTao service on linux and use it

1. Download the ZenTao open source version compressed package

Enter the official website and select the open source version
. Scroll down and select the corresponding version to download according to the operating system.
My server is centOS7.6.

Insert image description here

Second upload server decompression

Upload the downloaded compressed package to the server
and extract it to the opt folder.

sudo tar -zxvf ZenTaoPMS.10.0.beta.zbox_64.tar.gz -C /opt/

Note: Be sure to unzip it to the opt folder

3. Modify port configuration and start

The -ap parameter can modify the Apache port, and the -mp parameter can modify the Mysql port.

	/opt/zbox/zbox -ap 8001 -mp 3306

start up

/opt/zbox/zbox start

stop

/opt/zbox/zbox stop

4. Log in and create departments and users

Visit ip:port to enter the page.
Log in and enter the default username and password admin 123456.
You will be prompted to change the password and enter the system.

Click the organization menu on the left, then click Add User to fill in the user information and save it.
Insert image description here
Click Department to add department information.
Insert image description here
Insert image description here

5. Create a project

Click on a menu item to add an item
Click on a product to add a product
Insert image description here

Guess you like

Origin blog.csdn.net/weixin_44931584/article/details/128936186