Skip to content
mnjuhn edited this page Apr 12, 2013 · 4 revisions

Please see the ReadMe wiki page on getting started.

Here are a list of requirements to develop remotely:

  1. Get SQL developer - http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html - and configure to connection (server is cccoradb.path.berkeley.edu and SID is via)

  2. When working remotely set up tunnel to Oracle Via Database: ssh -Nf USERNAME@gateway.path.berkeley.edu -L 1521:ccoradb:1521

  3. When working remotely alter ( /etc/hosts in linux, windows\system32\drivers\etc\hosts in windows) file to have following line: 127.0.0.1 ccoradb.path.berkeley.edu

  4. Clone the following repos from github - core, model-object, model-database-access (as for a reference model-elements and scenario-database-access).

  5. Build in order above by running mvn clean install from command line.

Clone this wiki locally