freebsd-ports/databases/mantis/pkg-message
Edwin Groothuis f68fdc7175 new ports: databases/mantis
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>
2004-01-10 09:19:54 +00:00

26 lines
731 B
Text

************************************************************
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
************************************************************