Skip to content

Commit

Permalink
update documentation following docker-compose*.yml merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Radu Carpa committed Oct 5, 2023
1 parent 903f059 commit 7157e88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/developer/setting_up_intellij_dev_env.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ picture:
In the new window, as shown on the next picture:
- select `Docker Compose` in the left menu.
- in the `Configuration Files` field, navigate to the
`./etc/docker/dev/docker-compose-storage.yaml` within the project
`./etc/docker/dev/docker-compose.yaml` within the project
- in the `Service` field select `rucio`

![Remote interpreter for rucio service](/img/intellij/rucio_docker_compose.png)
Expand Down
4 changes: 2 additions & 2 deletions docs/operator/setting_up_demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ pytest -v --full-trace lib/rucio/tests/test_replica.py:TestReplicaCore.test_dele
Again run the containers using docker-compose:

```bash
docker-compose --file etc/docker/dev/docker-compose-storage.yml up -d
docker-compose --file etc/docker/dev/docker-compose.yml --profile storage up -d
```

This should show you a few more running containers: the Rucio server,
Expand Down Expand Up @@ -150,7 +150,7 @@ On the second display of the rule, its state has cleared to OK.
Again run the containers using docker-compose:

```bash
docker-compose --file etc/docker/dev/docker-compose-storage-monit.yml up -d
docker-compose --file etc/docker/dev/docker-compose.yml --profile storage --profile monitoring up -d
```

Now you will have the same containers as before plus a full monitoring
Expand Down

0 comments on commit 7157e88

Please sign in to comment.