/[drupal]/contributions/modules/bugbits/INSTALL.txt
ViewVC logotype

Contents of /contributions/modules/bugbits/INSTALL.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Fri Aug 21 23:19:20 2009 UTC (3 months ago) by daften
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +18 -0 lines
File MIME type: text/plain
Copied the DRUPAL-6--1 branch to head (merge didn't seem to work)
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.

  ViewVC Help
Powered by ViewVC 1.1.2