0% found this document useful (0 votes)
305 views

Configurar TestLink

The document provides instructions for configuring TestLink and MantisBT on a local XAMPP server. It includes details on changing configuration file paths, database credentials, email server settings using Gmail, and login credentials for the TestLink and MantisBT administrator users. It also provides general information on XAMPP security settings and port changes.

Uploaded by

Felipe Padilla
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
305 views

Configurar TestLink

The document provides instructions for configuring TestLink and MantisBT on a local XAMPP server. It includes details on changing configuration file paths, database credentials, email server settings using Gmail, and login credentials for the TestLink and MantisBT administrator users. It also provides general information on XAMPP security settings and port changes.

Uploaded by

Felipe Padilla
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

In C:\xampp\htdocs\testlink\config.inc.

php file, change $g_repositoryPath = 'C:\xampp\htdocs\testlink\upload_area'; $tlCfg->log_path = 'C:\xampp\htdocs\testlink\logs'; Worked for me , make sure you dont have the slash at the end. i.e, make sure that it is NOT: $g_repositoryPath = 'C:\xampp\htdocs\testlink\upload_area\'; $tlCfg->log_path = 'C:\xampp\htdocs\testlink\logs\'; Poner Seguridad Apache y usuario de la base de datos http://localhost/security/xamppsecurity.php usuario root clave: toor Usuario TestLink After successfull installation You will have the following login for TestLink Ad ministrator: login name: admin password : admin ******************************************** Base de Datos: TestLink Clave: toor TestLink setup will now attempt to setup the database: Creating connection to Database Server:OK! Connecting to database `testlink`:OK! Creating Testlink DB user `testlink`:OK! ( ok - new user) Processing:sql/mysql/testlink_create_tables.sql OK! Writing configuration file:OK! YOUR ATTENTION PLEASE: To have a fully functional installation You need to configure mail server settin gs, following this steps copy from config.inc.php, [SMTP] Section into custom_config.inc.php. complete correct data regarding email addresses and mail server. En Mantis cambiar el nombre de la clave en config_defaults_inc.php config_inc.php

****************************************************************** Configuracin Correo GMAIL $g_phpMailer_method = PHPMAILER_METHOD_SMTP; $g_smtp_host ="smtp.gmail.com"; $g_smtp_port = 587; $g_smtp_connection_mode = 'tls';

$g_smtp_username = "[email protected]"; $g_smtp_password = "Icbf2013"; **************************** CORREO TESTLINK [email protected] Testlink2013 ***************************** Clave de usuario admin Testlink2013 ***************************** Cambiar puerto C:\xampp\apache\conf\httpd.conf Listen 80 a Listen 8080 ********************************* ********************************* DATOS DEL SERVIDOR Base de datos MySQL http://localhost/security/xamppsecurity.php MySQL SuperUser: root Password: 1CBF2013Pru3b4s Clave de acceso al archivo (.htaccess) Usuario: root password: 1CBF2013Pru3b4s C:\xampp\security\xampp.users C:\xampp\security\xampp\htaccess *********************************** usuario TESTLINK BASE DE DATOS root 1CBF2013Pru3b4s *********************************** ************* Usuario Adminsitrador Testlink User: admin pass: Testlink2013

You might also like