cc03f2fee6
> - 7037: [security] Port: Login with disabled account possible (vboctor) > - 7034: [bugtracker] Port: bug in string_sanitize_url() (vboctor) > - 7028: [db mssql] Port: "Prune Accounts" function doesn't work with MS SQL (vboctor) > - 7029: [db mssql] Port: MS SQL Error on View Filters Page (vboctor) > - 7030: [db mssql] Port: installtion fails - administrator have no rights on db (vboctor) > - 7032: [db mssql] Port: Error on opening Change Log (vboctor) > - 7039: [db mssql] Notice: Only variables should be assigned by reference in coreadodbadodb.inc.php on line 2931 (vboctor) > - 7035: [feature] Port: Global Profiles list not sorted (vboctor) > - 7038: [filters] Port: SYSTEM WARNING: Argument 1 to array_multisort() is expected to be an array or a sort flag (vboctor) > - 7031: [installation] Port: is_writable never success in install.php (vboctor) > - 7041: [installation] Port: newbie admins may be redirected to blank page (vboctor) > - 7033: [printing] Port: wrong strpos function call (vboctor) > - 7027: [upgrade] Port: fixed_in_version is renamed to Fixed_in_version during database migration (vboctor)
27 lines
872 B
Text
27 lines
872 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.5 2006/05/28 15:17:47 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.
|
|
|
|
The following URL can be used to complete the installation and database
|
|
setup:
|
|
|
|
http://localhost/mantis/admin/install.php
|
|
|
|
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}/mantis.conf
|
|
|
|
to make Mantis accessible through:
|
|
|
|
http://localhost/mantis/index.php
|
|
|
|
|
|
IMPORTANT SECURITY NOTES:
|
|
|
|
* Once Mantis is running correctly remove or restrict access to
|
|
the admin directory.
|
|
===========================================================================
|