Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Uploading to the mirror system

ssh people.apache.org
cd mkdir /www/www.apache.org/dist/wicket
mkdir 1.4.0
cd /1.4.0
mv ~/public_html/wicket-1.4.0/* .
cd ../www/www.apache.org/dist/wicket/1.4.0
chown -R :wicket /www/www.apache.org/dist/wicket/1.4.0

Note

chown is very important, if files do not have the wicket group they will not be copied to mirrors

Complete Apache guide at to mirros: http://apache.org/dev/mirror-step-by-step.html

...