Detailed process set up and configure the Zen server under Linux - includes software resources -Dotest Dong-ho

Zen build management tool for the Linux environment

1: Baidu cloud disk to download:

Zen - Links: https://pan.baidu.com/s/1Stu7nOZVIPO5TnpJWjWtiQ

Extraction code: dnik

CentOs operating system - Links: https://pan.baidu.com/s/1EnRMMy0R_ju5POGFzzOtjw

Extraction code: x86p

2: The official website to download the corresponding version of Linux (note how much their service is bit, you can download the corresponding version; you can choose the open source version)

Note: This tutorial operating system is: Centos6.7-64bit (pay attention to the initial system, being the first not to install other)
Detailed process set up and configure the Zen server under Linux - includes software resources -Dotest Dong-ho
3: Once you have downloaded using ssh \ xshell \ crt package will be uploaded to the / opt directory

Note: Use the root user to install; otherwise because of permission issues an error

Detailed process set up and configure the Zen server under Linux - includes software resources -Dotest Dong-ho
4: Extract: get zbox directory

-xzvf of ZenTaoPMS.11.4.1.zbox_64.tar.gz

Detailed process set up and configure the Zen server under Linux - includes software resources -Dotest Dong-ho

5: because on my server also install other software, in order to prevent conflict, need to modify the Apache \ Mysql port of Zen

Note: Apache default port: 80 Mysql default port: 3306

cd /opt/zbox

./zbox -ap 9095 - Modify Apache port 9095

Detailed process set up and configure the Zen server under Linux - includes software resources -Dotest Dong-ho

./zbox -mp 3307 - mysql modify the port: 3307

Detailed process set up and configure the Zen server under Linux - includes software resources -Dotest Dong-ho

6: Go zbox directory; start Zen

cd zbox

./zbox start

Detailed process set up and configure the Zen server under Linux - includes software resources -Dotest Dong-ho

7: View Port occupation

netstat -anpt |grep 9095

netstat -anpt |grep 3307

Detailed process set up and configure the Zen server under Linux - includes software resources -Dotest Dong-ho

8: If you are building cloud Ali, you need to map the corresponding network management company Apache port (if they practice, you do not need to build local)
Detailed process set up and configure the Zen server under Linux - includes software resources -Dotest Dong-ho

9: Access Zen: IP + port number (port number after the modification; otherwise the default 80)

http://39.96.**.**:9095/zentao/user-login.html

Detailed process set up and configure the Zen server under Linux - includes software resources -Dotest Dong-ho

10: Configuration Zen

You must configure

1) Project

2) version - version information for each product

3) Product

4) team - everyone assigned a default password, you need to modify login

5) Company Name

6) team owned projects, products

Selective configuration

1) field changes: for example, priority, severity - selective configuration

2) permission to modify

3) requirements, use cases item configuration

4) file library

11: Configuring Zen and inform company personnel corresponding; this time we can submit bug, interact with the

Detailed process set up and configure the Zen server under Linux - includes software resources -Dotest Dong-ho

=== === to the period featured technical articles

I can learn to test it? Employment after school can do?

See: Dotest- Dong-ho - I can learn, 'Employment?

How that self-testing software na?

See: Dotest- Dong-ho - software testing should be how self?

Of course, how to test software package resume?

See: Dotest- Dong-ho - software testing, how to package your resume?

What software testing interview to ask? Real organize software testing interview Daquan

See: Dotest- Dong-ho - software testing interview questions - Go to the student actual interview finishing -v2.0

Software testing, how to write use cases? How covering complete? Logical thinking

See: Dotest- Dong-ho - logical thinking of writing software test cases

The actual testing process of software testing project

See: Dotest- Dong-ho - the actual test project

Software Testing Interview Tips - Interview Questions Daquan
See: Dotest- Dong-ho - Software Testing Interview Tips

Training Routines

See: Dotest- Dong-ho - to discuss training - training to guard against credit

Why test engineers to learn linux?

See: Dotest- Dong-ho - why the test engineers to learn linux?

How to increase the rate of adoption of the interview?

See: software testing, how to increase the rate of adoption of the interview?

Senior Year - a few notes to find a job
graduation season - a few notes to find a job

Etc. Other articles may own look! !

Guess you like

Origin blog.51cto.com/dotest/2433923