ZenTao Getting Started
ZenTao is an Open Source software released under ZPL license. It integrates with Product Management, Project Management, QA Management, Document Management, Todos Management, Company Management etc. ZenTao is the best choice for software project management.
If you have installed Websoft9 Jenkins, the following steps is for your quick start
Preparation
- Get the Internet IP of your Server on Cloud
- Check your Inbound of Security Group Rule of Cloud Console to ensure the TCP:80 is allowed
- Complete Five steps for Domain if you want to use Domain for ZenTao
- Get default username and password of ZenTao
ZenTao Initialization
Steps for you
-
Using local Chrome or Firefox to visit the URL https://domain or https://Internet IP, start to install
-
Choose a language, go to next step
-
Accept LICENSE and check the environment for ZenTao
-
Then configure the database connection information
-
Save configure file
-
Set your administrator account for ZenTao
Please don't select the [Import Demo data](Demo data only support chinese)
-
Login by you set user and password
-
ZenTao dashboard
-
Register ZenTao official account, make your ZenTao connect to ZenTao's plugins Marketplace
Refer to ZenTao Manual to get more details
Having trouble?
Below is for you to solve problem, and you can contact Websoft9 Support or refer to Troubleshoot + FAQ to get more.
ZenTao QuickStart
ZenTao Setup
Configure SMTP
-
Get SMTP related parameters in the mailbox management console
-
Login ZenTao, open:【Admin】>【Message】>【Mail】, select SMTP as the mail
-
Fill in the correct SMTP items
-
After the setting is completed, a message notification is triggered to verify that SMTP is correct.
Set Languages
ZenTao supports multiple languages. Here are the main steps to install and set up multiple languages:
Install Plugin
ZenTao have provided Plugins Marketplace for you to extend functions of ZenTao
-
Log in ZenTao, search the plugins you want to use
-
Intall plugin
You can download plugin and unzip it, then upload to /zentao/module for installing also
ZenTao recover administrator password
If you don't remember your administrator password, please user phpMyAdmin to modify zt_user table of ZenTao's database, make the password of your adminitrator's value is e10adc3949ba59abbe56e057f20f883e
, then your new password is 123456
Integrate Git
Refer to Integrate Git
Reference sheet
The below items and General parameter sheet is maybe useful for you manage ZenTao
Run docker ps
, view all containers when ZenTao is running:
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
bbe3b0d3441d easysoft/zentao:latest "bash -c 'cat /my_cm…" 8 minutes ago Up 8 minutes 0.0.0.0:9003->80/tcp, :::9003->80/tcp zentao
0c04db7cc20a mysql:5.7 "docker-entrypoint.s…" 8 minutes ago Up 8 minutes 3306/tcp, 33060/tcp zentao-db
Path
ZenTao installation directory: /data/apps/zentao
ZenTao source code path: /data/apps/zentao/data/zentao
ZenTao configuration file: /data/apps/zentao/data/zentao/config/config.php
Port
no special port
Version
# ZenTao Version
cat /data/apps/zentao/data/zentao/VERSION
Service
sudo docker start | stop | restart | stats zentao
sudo docker start | stop | restart | stats zentao-db
Cli
ZenTao provides a set of command operations, please refer to the official documentation for details: Initialization Management Script
API
ZenTao API All request results are in JSON format, and whether the request is successful is judged according to the status of the returned result.