Put documentation on how to checkout code here. Example:
export CVSROOT=(yourusername)@cvs.crbs.ucsd.edu:/CAMERA_CVS export CVS_RSH=ssh cvs co -r CAMERA_ORACLE_2_0_X camera cd camera |
Put documentation on how to build your application. Example:
cd buildprocess ant -f build-all.xml -Dproperties.file=`pwd`/config/portal-dev.properties clean-all build-all |
Include commands to unit test application here.
If a plan exists to deploy application list them here.
Documentation to deploy directly (ie via ant) can go here