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
Prochaine révision
Révision précédente
doc:mantisbt [29/10/2023 13:24] – [Upgrade :] scorpio810doc:mantisbt [18/05/2024 14:52] (Version actuelle) scorpio810
Ligne 12: Ligne 12:
  
 # Download MantisBT # Download MantisBT
-wget https://sourceforge.net/projects/mantisbt/files/mantis-stable/2.25.8/mantisbt-2.25.8.tar.gz+wget https://sourceforge.net/projects/mantisbt/files/mantis-stable/2.26.2/mantisbt-2.26.2.tar.gz
  
 # Extract the release # Extract the release
-tar -xvf mantisbt-2.25.8.tar.gz  +tar -xvf mantisbt-2.26.2.tar.gz  
-chmod -R 755 mantisbt-2.25.8+chmod -R 755 mantisbt-2.26.2
  
 # Put the site down for maintenance # Put the site down for maintenance
Ligne 22: Ligne 22:
  
 # backup old site # backup old site
-cp -bugtracker bugtracker.old+cp -bugtracker bugtracker.old
  
 # Copy the configuration files # Copy the configuration files
-cp bugtracker/config/config_inc.php  mantisbt-2.25.8/config+cp bugtracker/config/config_inc.php  mantisbt-2.26.2/config
  
 # Copy third party plugins # Copy third party plugins
-cp -bugtracker/plugins/BBCodePlus mantisbt-2.25.8/plugins+cp -bugtracker/plugins/BBCodePlus mantisbt-2.26.2/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
-#https://qelectrotech.org/mantisbt-2.25.8/admin/install.php+#https://qelectrotech.org/mantisbt-2.26.2/admin/install.php
  
 # Delete the admin folder # Delete the admin folder
-rm -r mantisbt-2.25.8/admin+rm -r mantisbt-2.26.2/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.25.bugtracker+mv  mantisbt-2.26.bugtracker
  
 # Delete old archive # Delete old archive
-rm mantisbt-2.25.8.tar.gz+rm mantisbt-2.26.2.tar.gz
  
 </code> </code>
Imprimer/exporter