xampp, testlink, mantis installation

Reference : Port: https: //www.csdn.net/gather_24/MtTaIg1sODQ2OS1ibG9n.html

testlink:https://blog.csdn.net/m0_37618247/article/details/82149367

              www.51testing.com/html/25/n-3711025-2.html

mantis: https://blog.csdn.net/angel_xiaa/article/details/44155155

 

Resources Address: (xampp, testlink, mantis)

Link: https: //pan.baidu.com/s/1gU3C0JscM4rqYwrGW1krjg
extraction code: ks9y 

 

xampp installation:

Double-click :( suggestive: in other disk installed will limit some of the features, use UAC, installed in the C: \ Program Files) is usually installed in the other disk.

 

  Has been next- "installation position (changed to a place you want to install) -" always next- "complete

 

 Select the language - "English.

Configuration:

Apache configuration:

Modify httpd.conf (change two things): the port: 80 "8081 (can be changed to other)

  

 End modify save and close.

 

Modify httpd-ssl.conf (three modified): 443- "4433 (can be changed to another)

   

  End modify save and close.

 

MySQL configuration:

Modify my.ini (two modifications): 3306- "3316 (can be changed to other)

 

  Save and close.

 

 "Php.ini - under modified the Apache  (important)

  

  Save and close.

 

Open apache, mysql:

Click to start

 

Open your browser: Sign the red box in front of their own position to modify the port number in the apache httpd.conf correspond to each other.

 

Click to go to phpMyAdmin:

 

Enter Change Password

 

Enter your password.

 

To D: \ xampp \ phpMyAdmin \ config.inc.php modification is consistent with the previous password.

 

  Save and exit can enter phpmyadmin. Because after installing the mantis helpful.

 

 Installation TestLink:

TestLink extract the compressed files to the XAMPP installation directory htdocs, and renamed testlink

 

 

 // localhost :( set their own port number) / testlink installation, set-top there is a warning: Enter http browser:

 

 Tips to Add code here :( Refresh disappear)

 

 Click New installation.

 

 

 Click agree, then click contince.

 

 

:( problems here can not be changed) to see above: TestLink Installation and Configuration

One problem: checking max.execution time (to restart refresh)
       Solution: Modify session.gc_maxlifetime time xampp php installation directory in the php.ini,
       session.gc_maxlifetime = 3000 (probably in the 1437 line)

Question two: Checking Postgres Database Failed Postgres Database can not be used!.
  Solution: such as the installation of MySQL or SqlServer, do not deal with the warning
Question three: Checking LDAP library OK
  resolve: php.ini file is modified as follows:
  Extension = php_ldap.dll
  found no php_ldap.dll, installing PHP LDAP extension, or not, find another name, so the php_ldap.dll into ldap.dll, no errors

 

Question one:

 

There is a problem here :( question must be changed)

 

 

These two issues:
prompt mean let us confirm / var / testlink / logs directory exists,
we need to find config.inc.php files under testlink some modifications:

One problem:
The $ tlCfg-> log_path = '/ var / testlink / logs /';
revised as: $ tlCfg-> log_path = "file in the path of logs testlink clamp";
($ tlCfg-> log_path, = 'D: \ xampp \ htdocs \ testlink \ logs '; I)

 

 Question two:

将$g_repositoryPath = '/var/testlink/upload_area/'; 

Review of: $ g_repositoryPath = "testlink upload_area folder path";
($ g_repositoryPath = 'D: \ XAMPP \ the htdocs \ Testlink \ upload_area'; I)

 

 Save close, you can refresh. Click Continue

 

If you install mysql password is not set, then after the first database input box to fill root, password can not fill, then click Process TestLink Setup !.

 

 

 success.

 

 

 re-register

localhost :( own port) / testlink

 

 

Installation mantis:

Decompression mantis compressed files, rename mantis, cut to D: \ xampp \ under htdocs \ (own xampp) directory.

 

In D: \ xampp \ mysql \ under data \ Folder New Folder bugtracker

In D: \ xampp \ apache \ conf \ httpd.conf file, add the following code :( I put the first line)

<Directory "xampp下的mantis路径"> 比如:D:/xampp/htdocs/mantis
Options Indexes
AllowOverride None
Order allow,deny
Allow from all
Require all granted
</Directory>

 

 

In the address bar, type http: // localhost :( own port) / mantis /, enter the Mantis installation page

The default information text box do not move.

In the "Password (for Database)" localhost user (xampp) of the MYSQL ROOT password
"Admin Username (to create Database if required)" column enter root,

"Admin Password (to create Database if required)" enter the ROOT password, such as talent.

Click on "Install / Upgrade Database" installation.

 

 Error will not change following error. (red)

 

 

 As the previous cross-sectional view of want want back, is directly login screen (not sorry to cut)

log in;

localhost :( own port number) / mantis /

account password:

Accounts: administrator

Password: root

 

 

 Acknowledgments:
If useful, thank thumbs up or reviews; if less than or supplement the Department, also thank you for comment were correct.

 

 

 

 

 

 

 

 

 

 

End ------------ ------------ restore content

Guess you like

Origin www.cnblogs.com/mengxi618/p/12632222.html