mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
f68fdc7175
Mantis is a web-based bugtracking system. It is written in the PHP scripting language and requires the MySQL database and a webserver. Mantis has been installed on Windows, MacOS, OS/2, and a variety of Unix operating systems. Any web browser should be able to function as a client. It is released under the terms of the GNU General Public License (GPL). PR: ports/46034 Submitted by: Sebastien Gioria <gioria@FreeBSD.ORG>
27 lines
731 B
Plaintext
27 lines
731 B
Plaintext
************************************************************
|
|
2 methods to install mantisbt
|
|
|
|
1/ Quick method
|
|
|
|
|
|
- You must choose your passwd crypt method and replace the
|
|
4th value in the last line of
|
|
%%PREFIX%%/www/mantis/sql/db_generate.sql
|
|
|
|
- After that execute
|
|
%%PREFIX%%/bin/mysql -u<username> -p<password> <databasename> < %%PREFIX%%/www/mantis/sql/db_generate.sql
|
|
|
|
- Edit
|
|
%%PREFIX%%/www/mantis/config_inc.php and %%PREFIX%%/www/mantis/default/config_inc1.php
|
|
|
|
IMPORTANT!!!! :
|
|
You need to enable register_global in your %%PREFIX%%/etc/php.ini
|
|
|
|
|
|
2/ Detailed method or upgrading
|
|
|
|
Please read the INSTALL file located at:
|
|
%%PREFIX%%/www/mantis/doc
|
|
|
|
************************************************************
|