blob: 4a60594400d5b37beb64c8d5bcd4a3802ad566e6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
************************************************************
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
************************************************************
|