Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Warning

Assuming your user has the appropriate permissions, the database structure will be created for you. You'll need to populate it with some basic data though (Phone Types, People, etc.) before you can really use it. See Sample Reference Data and Sample Database InsertsRutgers Specific Reference Data, in that order. As of this writing, only the "Add Person" and "Add Role" use case is complete, thus it assumes information already existscases are mostly complete. The Sample Database Inserts examples can now be added directly via the "Add Person" use case.

Start Tomcat & Test

Assuming you have Tomcat running on port 8080, start up Tomcat ($TOMCAT_HOME/bin/startup.sh or $TOMCAT_HOME/bin/startup.bat) and point your web browser to:

Code Block

http://localhost:8080/openregistry/addPerson.htm

or

Code Block
http://localhost:8080/openregistry/addRole.htm?personKey=5&roleInfoKey=2

...