-
Notifications
You must be signed in to change notification settings - Fork 16
Getting started
Please see the ReadMe wiki page on getting started.
Here are a list of requirements to develop remotely:
-
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)
-
When working remotely set up tunnel to Oracle Via Database:
ssh -Nf USERNAME@gateway.path.berkeley.edu -L 1521:ccoradb:1521 -
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 -
Clone the following repos from github - core, model-object, model-database-access (as for a reference model-elements and scenario-database-access).
-
Build in order above by running
mvn clean installfrom command line.