Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
updated all docker compose ( with space ) instructions at the README file
  • Loading branch information
MauricioMoldes authored Nov 11, 2024
1 parent 95239c6 commit fe094e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
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 fe094e6

Please sign in to comment.