DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
Instructions for Committers
This page collects instructions for various operations that committers may need to do.
How to update the website HTML content
- Check out
https://svn.apache.org/repos/asf/incubator/uima/site/trunk/uima-websitefrom SVN - Follow the instructions in the
HOWTOfile
How to update the javadocs on the website
- Check out all of the uimaj code from SVN (see http://incubator.apache.org/uima/svn.html)
- cd into the
uimajdirectory - execute
mvn install javadoc:javadoc. This will generate the javadocs underuimaj/target/site/apidocs. - zip up the
apidocsdirectory into a fileapidocs.zip. (Make sure the zip file contains theapidocsdirectory itself, not just its contents.) - scp
apidocs.zipto people.apache.org in the/www/incubator.apache.org/uimadirectory. - ssh to people.apache.org and cd to
/www/incubator.apache.org/uima - be sure
apidocs.zipfile is group writable (you can do this withchmod g+w apidocs.zip) - execute
rm -rf apidocsto delete the oldapidocsdirectory unzip apidocs.zipto create the updatedapidocsdirectory- Wait up to 4 hours for the sync to take place to the real website