Difference between revisions of "Mantis"
From Amahi Wiki
Line 2: | Line 2: | ||
=== UPGRADE INSTRUCTIONS === | === UPGRADE INSTRUCTIONS === | ||
− | + | * On the Login page, you will see <i>Warning: The database structure may be out of date. Please upgrade here before logging in.</i> | |
− | + | * Select <u>here</u> | |
− | + | * Choose Install/Upgrade Database. No user name or password required. | |
− | + | * Scroll to the bottom of the browser and select <u>Continue</u>. | |
− | + | ||
− | + | ||
− | + | Next, you will need to remove the <u>Admin </u> directory to complete the upgrade. Enter the following in a terminal window: | |
− | + | ||
+ | su - | ||
+ | Enter your root password | ||
+ | |||
+ | rm -rf /var/hda/web-apps/mantis/html/admin | ||
+ | |||
+ | * Close terminal window | ||
+ | * Refresh your browser to complete upgrade |
Revision as of 00:01, 3 March 2010
UPGRADE INSTRUCTIONS
- On the Login page, you will see Warning: The database structure may be out of date. Please upgrade here before logging in.
- Select here
- Choose Install/Upgrade Database. No user name or password required.
- Scroll to the bottom of the browser and select Continue.
Next, you will need to remove the Admin directory to complete the upgrade. Enter the following in a terminal window:
su -
Enter your root password
rm -rf /var/hda/web-apps/mantis/html/admin
- Close terminal window
- Refresh your browser to complete upgrade