How to get the sources of the tutorial?
This section describes, how to obtain the sources used within this tutorial.
The sources used within this tutorial can be downloaded from the Download page.
The sources can be build using Maven 2 (mvn install).
To run the examples one can go to the created target directory and use the following command:
java -Dregistry.conf.dir=../src/resources -jar gria-registry-tutorial-5.1.jar <attribute>
The provided attributes are
- install: executing the install client
- configuration: executing the configuration client
- dynamic_configuration: executing the dynamic configuration client
- user_management: executing the user management client
- registration: executing the registration client
- discovery: executing the discovery client
- remove: executing the client for removing registered entries
- all: execute all programs in the order of this list