Text description: Build the XAMPP + testlink + bugfree test management environment and modify the Apache and MySQL ports of XAMPP

Source: Internet
Author: User
Tags testlink

The image has been replaced ......

1. installation environment: Windows 7 or XP

2. Software Package:Xampp-win32-1.7.4-VC6-installer.exe unzip testlink-1.9.3.tar.gz unzip bugfree3.0.3.zip;

Click http://pan.baidu.com/share/link? Required id = 79806 & UK = 4077895710 you can download the three software packages I use;

You can also go to the official website to download:

XAMPP Official Website: http://sourceforge.net/projects/xampp/

Testlink Official Website: http://www.teamst.org/

Bugfree Official Website: http://www.bugfree.org.cn

The official website version may be updated. Pay attention to matching versions.


3. install and configure

1. install and configure XAMPP

A, double-click the downloaded xampp-win32-1.7.4-VC6-installer.exe file, select the installation directory, click Next;

B. After the installation is complete, open http: // localhost/in the browser. An interface is displayed, indicating that the installation is successful;

Select a language. I select Chinese to enter the configuration page;

C. Open http: // localhost/security/index. php,

Red is insecure. ClickHttp: // localhost/security/xamppsecurity. phpLink,

Go to the MySQL security console & XAMPP directory protection, and set your own MySQL and XAMPP passwords;

D. Set the PHP running security mode.

Modify the php. ini file under the XAMPP/PHP Directory (the path may be different here for different software versions, but the file name looks the same );

View the safe_mode field and change safe_mode = off to safe_mode = on.


Ii. install and configure testlink

Avel will download testlink-1.9.3.tar.gz
Decompress the package to XAMPP/htdocs and change the file name to testlink;

 
B. Access http: // localhost/testlink/index. php to display the installation interface of testlink. Select "New installaction"

Select "agree" and click "Next,

Enter the relevant information and click "proess testlink setup !"

C. Access testlink after installation;


3. install and configure bugfree

A. decompress the downloaded bugfree3.0.3.zip file to XAMPP/htdocs and change the file name to bugfree;

B. Access http: // localhost/bugfree/index. php,

As prompted, create a directory named bugfile in XAMPP/htdocs (different versions of bugfree2.x are installed );

After creation, you can directly install bugfree on the next node;

Enter the relevant information, accept the agreement, and click Install,

C. After installation, you can access bugfree. The default user name is admin and the password is 123456;

So far, the installation is complete.


4. Modify the default Apache and MySQL ports of XAMPP.

1. Modify port 80 of Apache to another

Sometimes port 80 on the computer is occupied by other programs, such as Tomcat or Serv-U, which can be used to modify the Apache port of XAMPP.

Tomcat is assigned to ports 80 and 8080 on my computer, so I need to modify the apache service port that comes with XAMPP;

A. Open the httpd. conf file in the XAMPP/Apache/conf directory and change 80 to another one (such as 8088)

You need to modify servername localhost: 80 and listen in the file.
Port 80;

B. Change the SSL 443 port in the httpd-ssl.conf under XAMPP/Apache/CONF/extra to another port.

You also need to change the servername in the file.
Localhost: 80 and listen 80;

Of course, if you do not use Apache's https, you can also disable the SSL module:

 
Open the XAMPP installation directory and modify the/Apache/CONF/httpd. conf file,

Find the include "CONF/extra/httpd-ssl.conf" sentence and comment it out.

C. After the modification, you restart the Apache server through XAMPP-control and find that the port remains unchanged. This is because XAMPP writes its Apache to the startup Item during installation, restart the Apache process:

Right-click my computer-> Manage-> services and applications-> services, find the corresponding apache service, and restart it;

In fact, the xampp1.7.4 comes with atat7.

After modifying the port, add the corresponding port when accessing testlink and bugfree.


II,Modify MySQL port 3306 to another one (this test failed !!)

Modify
In the my. ini file, change 3306 to another one, for example, to 3307.

It is said that the default port of MySQL can be modified, but I have not modified it !!

I will upload 3306 in all. ini files under XAMPP/mysq
It cannot be changed to 3307 !! Rough grass !!!

If someone has solved the problem, please let me know. Thank you very much !~!


Success !!


Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.