You will need Git (or a copy of the distribution) and Perforce.
Follow the steps in
https://wiki.ariba.com:8443/display/ENGKB/Setup+the+Visualizer+Project
Skip over p4 sync //ariba/cloudsvc/arecibo/...
You will need to provide Dinesh your public RSA key to have access to the Git repo. Here are steps how:
ssh-keygen
cat ~/.ssh/id_rsa.pub
copy and email to Dinesh
Once that is complete, close the repository somewhere on your system:
git clone [email protected]:/opt/git/viz.git
Fetch the file nashome/~msnider/viz.zip
and explode it.
You should find two folders visu and arecibo. Move them both to /ariba/visu/ariba/cloudsvc
.
Build the system bundle, then the user bundle.
To build the system bundle, ariba.arecibo.jar
, go into the arecibo directory and run:
../../3rdParty/org.apache/ant/main/product/bin/ant dist
To build the user bundle, ariba.visu.jar, go into the visu directory and run:
../../3rdParty/org.apache/ant/main/product/bin/ant dist
To start the server:
$ARIBA_INSTALL_ROOT/bin/startserver.bat -clean -debug 8080