Task #9
openFeature #82: Implement a work copy of our website
Add a cron script to make a static copy of Spip
80%
Description
Once we are able to create automatically a static snapshot of the Spip documentation, we need to make the server do this, say, every night. Of course we need to check that snapshots are correct. It is then better to first review the snapshots during several days, especially just after the documentation is modified. Later the snapshot will go online automatically. Therefore we propose the following:
- put the snapshotting script in a cron task
- let the script write to
http://www.doudoulinux.org/test/
and review the snapshot daily if possible - if everything is OK, change the target of snapshots into
http://www.doudoulinux.org/web/
Updated by Administrator Redmine over 13 years ago
The cron job should only call /path/to/bin/mirror-static.sh
but we need to redirect stdout and stderr to files. Maybe a switch is needed to avoid that httrack writes to much infos in stdout.
Updated by Administrator Redmine over 13 years ago
- Assignee changed from Administrator Redmine to Jean-Michel Philippe
Updated by Jean-Michel Philippe over 13 years ago
- Due date changed from 05/16/2011 to 05/09/2011
Updated by Jean-Michel Philippe over 13 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 20
The cron script is active. We need to find a way to automatically check that snapshots are corrects. Exit commands on errors are likely missing in the mirroring script :(.
Updated by Jean-Michel Philippe over 13 years ago
- Target version deleted (
2011-05 (Gondwana))