RDM Example Project
The following guide shows you how to install and run the latest RDM example project on Windows.
Download PostgreSQL and Keycloak plugins
For ONE RDM on Windows, PostgreSQL and Keycloak plugins have been provided in order to easily deploy the modules, specifically for the purpose of running the RDM Tutorial.
Note that the plugins are intended for demonstration purposes only and are not meant for production environment. By using these, you are accepting Keycloak and PostgreSQL licenses. Also, keep in mind that the third-party software used in the plugins might not be up-to-date and might therefore pose a security risk. |
Download them from the Downloads page (MDM and RDM Example Project Plugins).
Download builds
Download the corresponding build packages of RDM and ONE Desktop from the Downloads page.
Extract packages
-
After unpacking ONE Desktop, in File Explorer create the following folders:
-
rdm
-
keycloak
-
pgsql
-
-
Extract the downloaded packages to these folders, as follows:
-
rdm-assembly-xxxxx.zip
tordm
-
keycloak-x.x.x-x-demo.zip
tokeycloak
-
pgsql-xxx.zip
topgsql
Your folder structure should now look like this:
Click to view folder structure
This step is necessary when running the example projects to ensure the scripts in Files > bin work without issues.
-
You can now run the RDM example project.
Start the example
If you are preparing a project for Ataccama Cloud and you need to add new server or runtime configuration, you need to switch from the default configuration to a For more information, see deployment-guide:rdm-project-runtime-configurations.adoc. |
-
Navigate to
rdm/etc
and openapplication.properties
. This is the main file for RDM configuration. Uncomment the rows, save, and exit. -
Open ONE Desktop and select the ONE Desktop perspective.
-
In Model Explorer, select New and then Model Project.
-
In Use template, select
Reference Data Manager - Banking Example
. -
Open
Files/bin
folder. -
Double-click
start-keycloak.bat
and wait for Keycloak to start in a separate window titled KeycloakDemoWindow. Wait for the following message to appear in the window:Keycloak … started in <number> s. Listening on: http://0.0.0.0:8083
. -
Double-click
start-postgres.bat
. The database must be running before you execute the server script in the following step. -
Double-click
start-server.bat
and wait for the following message to appear in a separate window:Started … in <number> seconds
. -
Double-click
start-rdm.bat
and wait for the following message to appear in a separate window:Started … in <number> seconds
. -
Once everything starts, open
http://localhost:8060
(RDM Web Application) orhttp://localhost:8060/admin
(RDM Admin Console) in your browser. -
Log in to the application with the following credentials:
Username Password Can access RDM System Console admin
admin
Yes
-
To access the RDM Online Server Web Console, open
http://localhost:8061
in your browser. There you can find the following information:-
http://localhost:8888/console/applications/
- Available online services -
http://localhost:8888/console/wfConfigs/
- Configured workflows -
http://localhost:8888/console/scheduler/
- Defined schedulers
-
-
For additional work on configuration, in the File Explorer perspective, define the following resources:
-
Database resource called
rdm_db
with attributes:-
Host:`localhost`
-
Port:` 5432`
-
Database name:
rdm_db
-
Username:
rdm
-
Password:
rdm
-
-
Server resource called
rdmapp
with attributes:-
URL:
http://localhost:8060/admin
-
User:
admin
-
Password:
admin
-
-
Server resource called
server
with attribute:-
URL:
http://localhost:8061
-
-
Stop the example
-
When you are finished working with RDM Banking Example, close the prompt windows.
-
To stop the database, go to
Files/bin
and double-clickstop-postgres.bat
. -
Stop Keycloak by double-clicking
stop-keycloak.bat
.
Was this page useful?