This page was moved to https://cwiki.apache.org/confluence/display/CAUSEWAY/ManualDeployProcessForSite
Click in the link above if you are not automatically redirected in 10 seconds.


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:

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
  • No labels