Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Currently the process is manually uploaded, and we only deploy the snapshot. We'll refine this later.

  • Build the site, as per BuildProcess
  • cd /tmp/m2-sites
  • zip up isis
  • scp the isis.zip to people.apache.org/~
  • ssh -l loginname people.apache.org
  • unzip isis.zip

Then:

Code Block
cd /www/incubator.apache.org
mv isis isis-yyyymmdd  # where yyyymmdd is the date that the previous version was uploaded
mv ~/isis isis
chmod -R g+w isis
chgrp -R incubator isis
for a in `find isis -type d -print` ; do chmod g+s $a ; done