Skip to content
Snippets Groups Projects
Commit f8b94d2f authored by Murua Belacortu, Idoia's avatar Murua Belacortu, Idoia
Browse files

README inital version

parent 56e0f864
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ A client named `ujse` and with the `citizen` role within the realm to be used fo ...@@ -22,7 +22,7 @@ A client named `ujse` and with the `citizen` role within the realm to be used fo
## Installation ## Installation
### Get code ### Get the code
Clone this repository: Clone this repository:
``` bash ``` bash
...@@ -31,12 +31,12 @@ git clone https://git.code.tecnalia.com/across/public/user-journey-service-deliv ...@@ -31,12 +31,12 @@ git clone https://git.code.tecnalia.com/across/public/user-journey-service-deliv
### Configure properties files ### Configure properties files
Check the following `*.env` files and change the property values as required: Check the following `*.env` files and change the property values as required:
- ./ujse.env: this file contains properties to be used when creating the UJSE container and related to: - `./postgres.env`: this file contains the properties related to the PostgreSQL DB, as the username and password, to be used for creating the DB container.
- `./ujse.env`: this file contains properties to be used when creating the UJSE container and related to:
- the information required to connect to the PostgreSQL DB. - the information required to connect to the PostgreSQL DB.
- Some URL-s of the Identity Server (keycloak) to connect to. - Some URL-s of the Identity Server (keycloak) to connect to.
- Some URL-s of the Service Catalogue HTTP API. - Some URL-s of the Service Catalogue HTTP API.
- The main URL of the TD HTTP API. - The main URL of the TD HTTP API.
- ./postgres.env: this file contains the properties related to the PostgreSQL DB, as the username and password, and to be used for creating the DB container.
### Start containers ### Start containers
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment