keycloak-scim/server_installation/topics/database/checklist.adoc

14 lines
622 B
Text
Raw Normal View History

2017-08-29 03:59:04 +00:00
[[_rdbms-setup-checklist]]
=== Database setup checklist
2016-04-27 21:01:22 +00:00
Following are the steps you perform to get an RDBMS configured for {project_name}.
2016-04-27 21:01:22 +00:00
. Locate and download a JDBC driver for your database
. Package the driver JAR into a module and install this module into the server
. Declare the JDBC driver in the configuration profile of the server
. Modify the datasource configuration to use your database's JDBC driver
. Modify the datasource configuration to define the connection parameters to your database
This chapter will use PostgresSQL for all its examples. Other databases follow the same steps for installation.