summaryrefslogtreecommitdiff
path: root/devel/mantis/MESSAGE
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2004-11-08 19:05:33 +0000
committeradrianp <adrianp@pkgsrc.org>2004-11-08 19:05:33 +0000
commit5d487fbe78ea9a0c6698cbcd2020b51a5e96c3e5 (patch)
tree303b9f1ecfd6a27b88baf817d56ee4a30f67f5bf /devel/mantis/MESSAGE
parentecb9bd7425f018e24145babe8c7883e4c986820f (diff)
downloadpkgsrc-5d487fbe78ea9a0c6698cbcd2020b51a5e96c3e5.tar.gz
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. Almost any web browser should be able to function as a client. It is released under the terms of the GNU General Public License (GPL). Mantis is free to use and modify. It is free to redistribute as long as you abide by the distribution terms of the GPL.
Diffstat (limited to 'devel/mantis/MESSAGE')
-rw-r--r--devel/mantis/MESSAGE26
1 files changed, 26 insertions, 0 deletions
diff --git a/devel/mantis/MESSAGE b/devel/mantis/MESSAGE
new file mode 100644
index 00000000000..3518ef7afb2
--- /dev/null
+++ b/devel/mantis/MESSAGE
@@ -0,0 +1,26 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2004/11/08 19:05:33 adrianp Exp $
+
+To complete the setup you will need to read the INSTALL guide in order
+to setup mySQL properly. In particular secion 3 of the document deals
+with database setup.
+
+You will need to make Mantis accessible through your HTTP server.
+If you are running Apache then you may add the following lines to httpd.conf:
+
+ Include ${PKG_SYSCONFDIR}/httpd/mantis.conf
+
+to make Mantis accessible through:
+
+ http://www.domain.com/mantis/index.php
+
+You can also use the following URL to check your installation:
+
+ http://www.domain.com/mantis/admin/index.php
+
+IMPORTANT SECURITY NOTES:
+
+ * Change your database password from the default and update your
+ config_inc.php to reflect the new password.
+ * Once Mantis is running correctly remove the admin directory.
+===========================================================================