Skip to content

Updating manual inasafe org

Tim Sutton edited this page Aug 21, 2017 · 1 revision

To update http://manual.inasafe.org

What you need to do is:

  • Right click the context help, open in browser (I specifically used FireFox as it did the export nicely)
  • Save as complete page in FireFox - it will prompt you where to unpack it. It will also make a directory of images used on the page
  • use the rsync command below to upload it to the InaSAFE server (make sure you are using the updated inasafe.org VPS)
cd <folder containing html doc>
mv <filename.html> index.html
rsync -av * inasafe.org:/home/data/manual.inasafe.org/en

(replace en with id/fr etc for different languages)

Clone this wiki locally