Skip to content

Commit

Permalink
adjusting instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottGibb committed Dec 9, 2024
1 parent 69b2cef commit e9d7801
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/test_bench/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ This part of the repo contains all the setup for the TMAG5273 CI Testing Platfor

1. Follow the instructions outlined by Docker [here](https://docs.docker.com/engine/install/raspberry-pi-os/). If your using 64-bit Raspberry Pi OS Follow [these](https://docs.docker.com/engine/install/debian/) instead.
2. Setup your github actions runner token
3. run `docker-compose up -d`
4. Access portainer at `<ip-address>:9000`
5. Monitor your runner :)
3. Add the Token to your`.env` file
4. Enable I2C using `raspi-config`
5. run `docker-compose up -d`
6. Access portainer at `<ip-address>:9000`
7. Monitor your runner :)

## Useful Links

Expand Down
2 changes: 2 additions & 0 deletions .github/test_bench/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,7 @@ services:
- RUN_AS_ROOT=true
- LABELS=self-hosted,RPI5
restart: always
priveleged: true

volumes:
portainer_data:

0 comments on commit e9d7801

Please sign in to comment.