Difference between revisions of "Projects:Setting up the wiki"

From Wicri pool V1.31 Démo.Istex
Line 12: Line 12:
 
</source>
 
</source>
 
;Images:
 
;Images:
 +
Sous /pool
 
<source lang="sh">
 
<source lang="sh">
php maintenance/dumpUploads.php | xargs tar cf  
+
php maintenance/dumpUploads.php | xargs tar cf ../FTP/poolImages.tar
 
</source>
 
</source>

Revision as of 23:33, 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

Sous /pool

php maintenance/dumpUploads.php | xargs tar cf ../FTP/poolImages.tar