-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a5a6de6
commit 4cd0c79
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,7 @@ The prerequisites for getting the server up and running are as follows: | |
1. Docker is up and running on your server. You can check it using the command docker ps. | ||
2. Pre-install [jq](https://jqlang.github.io/jq/), a lightweight and flexible command-line JSON processor for parsing and manipulating JSON data. | ||
|
||
You can request a pre-defined configuration file and skip the following steps by contactingg [[email protected]](mailto:[email protected]). Please specify the desired admin username in your request. Alternatively, you can proceed with steps 3 and 4 for manual installation and configuration. | ||
You can request a pre-defined configuration file and skip the following steps by contacting [[email protected]](mailto:[email protected]). Please specify the desired admin username in your request. Alternatively, you can proceed with steps 3 and 4 for manual installation and configuration. | ||
|
||
3. Install keycloak and use the parameters in step 4 configurations below. | ||
4. The configuration parameters used by the Consent BB API server is created at <server address>/bb-consent-api/resources/config/config-development.json. This sets up the default parameters for the Consent BB server instance, such as organisation details, admin access security (with keycloak, etc. This can also be modified later but would require building the server again. | ||
|