---------
Software (for MantisBT 1.2.x)
* PHP 5.2.0 and higher
* MySQL database 4.1.1 and higher (MS SQL, DB2, and PostgreSQL are also supported).
* Web server (Apache, IIS, etc.)
Instalación:
------------
# apt-get install php5 apache2 mysql-server-5.0
Configurin mysql-server-5.0
Password:
P2SS
# cd /var/www
# wget http://downloads.sourceforge.net/project/mantisbt/mantis-stable/1.2.3/mantisbt-1.2.3.tar.gz
# tar xzvf mantisbt-1.2.3.tar.gz
# mv mantisbt-1.2.3 /var/www/mantis
# /etc/init.d/apache2 reload
# chown www-data mantis
http://192.168.1.100/mantis/admin/check.php
Checking your installation
Checking Config File Exists
Please use install.php to perform initial installation Click here -> BAD !!!!
http://192.168.1.100/mantis/admin/instal.php
# apt-get install php5-mysql
# vim /var/www/mantis/config_inc.php
// Configuracion de la base de datos
$g_hostname = 'localhost';
$g_db_type = 'mysql';
$g_database_name = 'bugtracker';
$g_db_username = 'root';
$g_db_password = 'P2SS';
// Configuracióel modo mail
$g_phpMailer_method='2';
$g_smtp_host='192.168.1.100';
// Configuracion de las direcciones email del sistema
$g_administrator_email='morsa@mi-dominio.com' ;
$g_webmaster_email='morsa@mi-dominio.com';
$g_from_email='no-reply-mantis@mi-dominio.com';
// Configuracion del idioma y del formato de la fecha
$g_default_language='español';
$g_short_date_format='d-m-Y';
$g_normal_date_format='d-m-Y H:i';
$g_complete_date_format='d-m-Y H:i';
// Personalisacion de Mantis
$g_window_title='Mantis Netapsys';
?>
Acceso:
=======
http://192.168.1.100/mantis/login_page.php
# rm -r admin/