Date: 11/12/2018 The following is the procedure to check out source code from SVN and set up local environment for development. *** Assuming that codes will be placed in ~/dev folder. 1. Create a folder 'sciga' under ~/dev. 2. Checkout code from repo/scigap into the folder. 3. Create a new folder named 'cipres-conig' under ~/dev/scigap. 4. Checkout code from repo/NGBW/cipres-config into ~/dev/scigap/cipres-config. 5. Copy ~/dev/scigap/default/build.properties.template file to somewhere and rename it to 'build.properties.' 6. Make necessary changes in build.properties. 7. Copy the build.properties to ~/dev/scigap/cipres-config. 8. Verify that build.py is in ~/dev/scigap. To compile without deploying: > cd ~/dev/scigap > ./build.py --conf-dir=cipres-config --front-end=portal clean package To compile and deploy: > cd ~/dev/scigap > ./build.py --conf-dir=cipres-config --front-end=portal clean deploy