Commit 3c7be169 authored by Kostis Trantzas's avatar Kostis Trantzas
Browse files

Changed indentation in text to display properly

parent 168923df
Loading
Loading
Loading
Loading
Loading
+96 −90
Original line number Diff line number Diff line
@@ -124,7 +124,6 @@ sudo cp docker-compose.yaml.configure docker-compose.yaml

    In folder `org.etsi.osl.main/compose/` edit the file `docker-compose.yaml`


    ```
    KEYCLOAK_PASSWORD: Pa55w0rd
    ```
@@ -218,6 +217,7 @@ In folder `org.etsi.osl.main/compose/nginx` create a configuration specific `ngi
```bash
cd org.etsi.osl.main/compose/nginx/
```

```bash
sudo cp nginx.conf.default nginx.conf
```
@@ -229,12 +229,15 @@ If needed, in the nginx.conf file, edit the server_name for an non-local deploym
## Configure Web UI

In folder `org.etsi.osl.portal.web/src/js/` create a configuration specific `config.js` file.

```bash
cd org.etsi.osl.portal.web/src/js
```

```bash
sudo cp config.js.default config.js
```

Edit the `config.js` file with the information of your domain


@@ -288,6 +291,7 @@ If further customization, apart from the default provided, is needed for brandin
# Starting from the root project directory
cd org.etsi.osl.tmf.web/src/assets/config
```

```bash
sudo cp config.theming.default.json config.theming.json
```
@@ -303,6 +307,7 @@ After configuring the services, and editing the docker compose file accordingly,
# Starting from the root project directory
cd org.etsi.osl.main/compose/
```

```bash
sudo docker compose --profile prod down;sudo docker compose --profile prod up -d --build
```
@@ -396,7 +401,7 @@ This way, you will not get the invalid token error, as the API is acquiring the



- For the Angular configuration (TMF portal UI), navigate to  org.etsi.osl.tmf.web/src/assets/config and edit config.prod.json
2.1 - For the Angular configuration (TMF portal UI), navigate to  org.etsi.osl.tmf.web/src/assets/config and edit config.prod.json

```bash
# Starting from the root project directory
@@ -436,7 +441,7 @@ This way, you will not get the invalid token error, as the API is acquiring the
               
      "requireHttps": false,
      "useHttpBasicAuth": true,
         "clearHashAfterLogin": false,
        clearHashAfterLogin": false,
         
      "showDebugInformation": true
  }
@@ -447,7 +452,7 @@ This way, you will not get the invalid token error, as the API is acquiring the

> If you want the changes to take place immediately without rebuilding the project, then repeat the process for org.etsi.osl.tmf.web/dist/org.etsi.osl.tmf.web/assets/config/config.prod.json

- For the AngularJS configuration (NVF portal UI), navigate to org.etsi.osl.portal.web/src/js and edit config.js
2.2 - For the AngularJS configuration (NVF portal UI), navigate to org.etsi.osl.portal.web/src/js and edit config.js
   
```bash
# Starting from the root project directory
@@ -477,6 +482,7 @@ This way, you will not get the invalid token error, as the API is acquiring the
   };
});
```

> Note the difference in "APIOAUTHURL" property