DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
Uploading to the mirror system
ssh people.apache.org
cd /www/www.apache.org/dist/wicket
mkdir 1.4.0
cd 1.4.0
mv ~/public_html/wicket-1.4.0/* .
cd ..
chown -R :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 guide at http://apache.org/dev/mirror-step-by-step.html
...