Pubblish this wiki Server on LNL EPICS web pages

From LNLEpicsWiki

Jump to: navigation, search

[edit] Publish this wiki Server

First of all move into e temporary directory like /tmp :

wget -k -p -m http://localhost/wiki/

with that command you will have a dump of the entire wiki pages into a folder named localhost, after that put that folder into the EPICS web site at LNL using the follow command:

scp -r ./localhost epics@pc194.lnl.infn.it:/home/epics/www/WikiDumps

delete the dump local copy:

rm - fr /tmp/localhost

[edit] Using ScrapBook (Firefox addson)

First of all download the wiki site using ScrapBook (http://amb.vis.ne.jp/mozilla/scrapbook/). The default setup put all files into /home/giacchin/.mozilla/firefox/vwxqiusu.default/ScrapBook/data/20080901110611. After that change the permission adding rw permission and move all into the EPICS web site:

scp -r ./20080901110611 epics@pc194.lnl.infn.it:/home/epics/www/WikiDumps

go into the pc194 machine and change the folder name from 20080901110611 to localhost

Personal tools