Difference between revisions of "Projects:Setting up the wiki"
From Wicri pool V1.31 Démo.Istex
Line 7: | Line 7: | ||
* Templates : done | * Templates : done | ||
* Categories : done | * Categories : done | ||
+ | ;Namespace file: | ||
<source lang="sh"> | <source lang="sh"> | ||
− | php dumpBackup.php --current --filter=namespace:6 | + | php dumpBackup.php --current --filter=namespace:6 > ../../FTP/poolFiles.xml |
+ | </source> | ||
+ | ;Images: | ||
+ | <source lang="sh"> | ||
+ | php maintenance/dumpUploads.php | xargs tar cf | ||
</source> | </source> |
Revision as of 22:31, 5 July 2017
Moving the wiki
WIKI=http://ticri.univ-lorraine.fr/wicri.pool
WIKI_TARGET=https://lorexplor.istex.fr/Wicri/Wicri/pool
- Templates : done
- Categories : done
- Namespace file
php dumpBackup.php --current --filter=namespace:6 > ../../FTP/poolFiles.xml
- Images
php maintenance/dumpUploads.php | xargs tar cf