Différences entre les versions de « Utilisateur:Jluc/mediawiki »
De Entre Amis
m |
|||
Ligne 1 : | Ligne 1 : | ||
== Mettre à jour Mediawiki == | == Mettre à jour Mediawiki == | ||
+ | |||
+ | # se connecter sur jlq@sarima.fr ; | ||
+ | # déposer la nouvelle version mediawiki-1.16.3.tar.gz dans le dossier ~/mediawiki ; | ||
+ | # mettre à jour : <code> tar xvzf mediawiki-1.16.3.tar.gz -C /home/jlq/benb.eu.org/ --strip-components=1</code> | ||
+ | # mettre à jour les bases de données : <code> cd ~/benb.eu.org/maintenance/ ; php update.php</code> | ||
+ | # Test the update : once the upgrade has been completed, browse to the wiki and check that the following operations work as expected: | ||
+ | ::* Viewing pages | ||
+ | ::* Editing pages | ||
+ | ::* Uploading a file | ||
+ | |||
+ | :Visit Special:Version and check that the version shown is correct and that the extensions are present. |
Version du 12 avril 2011 à 05:45
Mettre à jour Mediawiki
- se connecter sur jlq@sarima.fr ;
- déposer la nouvelle version mediawiki-1.16.3.tar.gz dans le dossier ~/mediawiki ;
- mettre à jour :
tar xvzf mediawiki-1.16.3.tar.gz -C /home/jlq/benb.eu.org/ --strip-components=1
- mettre à jour les bases de données :
cd ~/benb.eu.org/maintenance/ ; php update.php
- Test the update : once the upgrade has been completed, browse to the wiki and check that the following operations work as expected:
- Viewing pages
- Editing pages
- Uploading a file
- Visit Special:Version and check that the version shown is correct and that the extensions are present.