Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
doc:mantisbt [16/05/2025 12:21] scorpio810doc:mantisbt [03/01/2026 15:48] (Version actuelle) – [Upgrade :] scorpio810
Ligne 15: Ligne 15:
  
 # Extract the release # Extract the release
-tar -xvf mantisbt-2.27.1.tar.gz  +tar -xvf mantisbt-2.28.0.tar.gz  
-chmod -R 755 mantisbt-2.27.1+chmod -R 755 mantisbt-2.28.0
  
 # Put the site down for maintenance # Put the site down for maintenance
Ligne 25: Ligne 25:
  
 # Copy the configuration files # Copy the configuration files
-cp bugtracker/config/config_inc.php  mantisbt-2.27.1/config+cp bugtracker/config/config_inc.php  mantisbt-2.28.0/config
  
 # Copy third party plugins # Copy third party plugins
-cp -r bugtracker/plugins/BBCodePlus mantisbt-2.27.1/plugins+cp -r bugtracker/plugins/BBCodePlus mantisbt-2.28.0/plugins
  
 # Execute the upgrade script. From your web browser, access to upgrade database # Execute the upgrade script. From your web browser, access to upgrade database
Ligne 34: Ligne 34:
  
 # Delete the admin folder # Delete the admin folder
-rm -r mantisbt-2.27.1/admin+rm -r mantisbt-2.28.0/admin
  
 # Delete old site # Delete old site
Ligne 40: Ligne 40:
  
 # Move mantisbt-2.25.8 to new site # Move mantisbt-2.25.8 to new site
-mv  mantisbt-2.27.bugtracker+mv  mantisbt-2.28.bugtracker
  
 # Delete old archive # Delete old archive
-rm mantisbt-2.27.1.tar.gz+rm mantisbt-2.28.0.tar.gz
  
 </code> </code>
Imprimer/exporter