| 1 |
Installation instruction
|
| 2 |
|
| 3 |
Step 1: Install mantis (current supported version: 1.1.8).
|
| 4 |
You can do this in the same database as drupal or a different one.
|
| 5 |
|
| 6 |
Step 2: Add the following lines to your config_inc.php file in the mantis directory.
|
| 7 |
$g_allow_signup = OFF;
|
| 8 |
$g_lost_password_feature = OFF;
|
| 9 |
This will make sure your users can't use your seperate mantis setup to register or change
|
| 10 |
their password, everything should go through drupal.
|
| 11 |
|
| 12 |
Step 3: Get the latest bugbits release and copy it in one of your modules folders.
|
| 13 |
|
| 14 |
Step 4: Enable the bugbits module
|
| 15 |
|
| 16 |
Step 5: Go to the bugbits settings page (admin/settings/bugbits) and fill in the form.
|
| 17 |
|
| 18 |
Step 6: To test: log out and back in again and check the 'recent log entries' page to see if something went wrong.
|