Skip to content

Commit 7cb64aa

Browse files
committed
Test if CI fails on main
1 parent d0ced6d commit 7cb64aa

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,14 @@ With credentials:
2525
- tmaelstro:tmaelstro
2626

2727
## Solo quick start
28+
2829
Maelstro can be used outside geOrchestra.
2930

3031
```
31-
docker compose -f docker-compose-solo.yml up
32+
docker compose -f docker-compose-solo.yml up
3233
```
33-
Open : http://127.0.0.1:8080/maelstro/
34+
35+
Open: http://127.0.0.1:8080/maelstro/
3436
There is no authentication to access the page but if needed it can be done with basic auth in the [nginx config](./config/nginx-solo.conf) (or another way)
3537

3638
## Frontend developement
@@ -50,6 +52,7 @@ The configuration is based on a YAML file containing connection information abou
5052
For dev use of the platform, there is a sample config in the backend folder: [dev_config.yaml](backend/dev_config.yaml). This config is used by default in the docker compo.
5153

5254
The file has 4 distict parts:
55+
5356
- sources
5457
- destinations
5558
- db_logging
@@ -66,6 +69,7 @@ The file has 4 distict parts:
6669
#### DB logging
6770

6871
The section db_logging contains all connection information to reach a writable postgres DB to use for writing and reading operation logs:
72+
6973
- host (default: database)
7074
- port (default: 5432)
7175
- login (default: georchestra)
@@ -81,13 +85,16 @@ Substitution of credentials (login and password) can be done for the DB configur
8185
The `transformations` section conatains a list of xsl transformations which can be applied to the xml metadata of source or destination servers.
8286

8387
Each named `transformation` item must conatain
88+
8489
- `xslt_path`: local path on the server to an xsl file in which the trasformation is defind (typically in the datadir)
8590
- `description`: Details of the transformation content to easily identify which transformation is applied
8691

8792
For each geonetwork item of the source and destination servers, a specific key is added to the configuration file:
93+
8894
- transformations: list of xslt keys to be applied to the metadata of the corresponding geonetwork server
8995

9096
If a list of transformations is defined for both the source and destination server, the copy operation is executed in the way described below:
97+
9198
- read metadata from source
9299
- apply all source transformations
93100
- apply all destination transformations
@@ -107,7 +114,6 @@ The logics for credentials is by decreasing order of importance:
107114
4. Then constant login/password keys are read
108115
5. If still either "login" or "password" is not defined, the credentials are considered invalid and anonymous acces is used for the instance without authentication
109116

110-
111117
#### Example
112118

113119
(see [doc_sample_config.yaml](backend/tests/doc_sample_config.yaml)):

0 commit comments

Comments
 (0)