Skip to content

Commit

Permalink
Merge pull request #10 from MauricioMoldes/main
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
costero-e authored Nov 11, 2024
2 parents e3745b2 + fe094e6 commit 0372a20
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ You should have installed:
If you are using a build with all the services in the same cluster, you can use:

```bash
docker-compose up -d --build
docker compose up -d --build
```

#### Load the data
Expand Down Expand Up @@ -107,7 +107,7 @@ You can automatically fetch the ontologies and extract the filtering terms runni
Check the logs until the beacon is ready to be queried:

```bash
docker-compose logs -f beaconprod
docker compose logs -f beaconprod
```

## Usage
Expand Down Expand Up @@ -250,15 +250,15 @@ In order to assign the security level for a dataset in your beacon, please go to
You can edit some parameters for your Beacon v2 API that are in [conf.py](https://github.com/EGA-archive/beacon-production-prototype/tree/main/beacon/conf/conf.py). For that, edit the variables you see fit, save the file and restart the API by executing the next command:

```bash
docker-compose restart beaconprod
docker compose restart beaconprod
```

## Managing source

You can edit some parameters concerning entry types developed for your Beacon in [manage.py](https://github.com/EGA-archive/beacon-production-prototype/tree/main/beacon/source/manage.py). For that, change to True the entry types you want to have developed and shown with data for your beacon and execute the next command:

```bash
docker-compose restart beaconprod
docker compose restart beaconprod
```

## Tests report
Expand Down

0 comments on commit 0372a20

Please sign in to comment.