Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
doc:mantisbt [02/04/2023 13:21] – scorpio810 | doc:mantisbt [13/10/2024 15:02] (Version actuelle) – scorpio810 | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
====== MantisBT ====== | ====== MantisBT ====== | ||
- | Note : cette page a pour but d’être un petit guide pour l' | + | Note : this page aims to be a short guide for upgrading the Mantis |
[[https:// | [[https:// | ||
Ligne 9: | Ligne 9: | ||
< | < | ||
- | cd qet/ | + | cd qet/ |
- | #Download MantisBT | + | # Download MantisBT |
- | wget https:// | + | wget https:// |
# Extract the release | # Extract the release | ||
- | tar -xvf mantisbt-2.25.6.tar.gz | + | tar -xvf mantisbt-2.27.0.tar.gz |
- | chmod -R 755 mantisbt-2.25.6 | + | chmod -R 755 mantisbt-2.27.0 |
- | #Put the site down for maintenance | + | # Put the site down for maintenance |
- | cd bugtracker/ | + | cp bugtracker/ |
- | cp mantis_offline.php.sample mantis_offline.php | + | |
- | + | ||
- | + | ||
- | cd .. | + | |
# backup old site | # backup old site | ||
- | cp -R bugtracker bugtracker.old | + | cp -a bugtracker bugtracker.old |
# Copy the configuration files | # Copy the configuration files | ||
- | cp bugtracker/ | + | cp bugtracker/ |
# Copy third party plugins | # Copy third party plugins | ||
- | cp -R bugtracker/ | + | cp -r bugtracker/ |
# Execute the upgrade script. From your web browser, access to upgrade database | # Execute the upgrade script. From your web browser, access to upgrade database | ||
- | # | + | # |
# Delete the admin folder | # Delete the admin folder | ||
- | rm -r mantisbt-2.25.6/admin | + | rm -r mantisbt-2.27.0/admin |
# Delete old site | # Delete old site | ||
rm -r bugtracker | rm -r bugtracker | ||
- | # Move mantisbt-2.25.6 to new site | + | # Move mantisbt-2.25.8 to new site |
- | mv mantisbt-2.25.6 bugtracker | + | mv mantisbt-2.27.0 bugtracker |
# Delete old archive | # Delete old archive | ||
- | rm mantisbt-2.25.6.tar.gz | + | rm mantisbt-2.27.0.tar.gz |
</ | </ |