Skip to content

Instantly share code, notes, and snippets.

@mattsnider
Last active December 21, 2015 09:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattsnider/6286065 to your computer and use it in GitHub Desktop.
Save mattsnider/6286065 to your computer and use it in GitHub Desktop.
Steps for installing Arecibo intern project

Building Arecibo

You will need Git (or a copy of the distribution) and Perforce.

Setup Your Workspace

Follow the steps in

https://wiki.ariba.com:8443/display/ENGKB/Setup+the+Visualizer+Project

Skip over p4 sync //ariba/cloudsvc/arecibo/...

Get the Latest Arecibo

Git Instructions

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 git@lucene01.ariba.com:/opt/git/viz.git

Non-Git Instructions

Fetch the file nashome/~msnider/viz.zip and explode it.

Install the Latest Arecibo

You should find two folders visu and arecibo. Move them both to /ariba/visu/ariba/cloudsvc.

Build Arecibo

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment