Skip to content

Commit

Permalink
update README with homer
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-luna-valero committed Aug 21, 2024
1 parent bf972a1 commit fedc6c6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This code relies on docker-compose to run 3 containers:

- [traefik](https://traefik.io/traefik/) to provide HTTP proxy and cert
management
- [dashy](https://dashy.to/) for generating the dashboard
- [homer](https://homer-demo.netlify.app/) for generating the dashboard
- some python code to generate the list of endpoints

The existing docker-compose file assumes you will run the code on a publicly
Expand Down Expand Up @@ -55,18 +55,18 @@ conda activate horizon-aggregator
Test whether the query script works:

```shell
cd /path/to/working/directory/fedcloud-dashboard/dashboard/
python dashy_endpoints.py > conf.yml
cd /path/to/working/directory/fedcloud-dashboard/
python dashboard/update_config.py > assets/config.yml
```

Use the generated `conf.yml` with dashy:

```shell
cd /path/to/working/directory/fedcloud-dashboard/dashboard/
cd /path/to/working/directory/fedcloud-dashboard/
docker run \
-p 8080:80 \
-v $PWD/conf.yml:/app/public/conf.yml \
lissy93/dashy:latest
-p 8080:8080 \
-v $PWD/assets:/www/assets/ \
b4bz/homer:v24.05.1
```

And point your browser to `http://localhost:8080` to see your dashboard running

0 comments on commit fedc6c6

Please sign in to comment.