blackroad eced8a7f57
Some checks failed
Lint & Format / detect (push) Has been cancelled
Lint & Format / js-lint (push) Has been cancelled
Lint & Format / py-lint (push) Has been cancelled
Lint & Format / sh-lint (push) Has been cancelled
Lint & Format / go-lint (push) Has been cancelled
Add security scan workflow
2026-03-14 16:47:08 -05:00
2026-03-08 20:05:09 -05:00
2026-03-08 20:05:09 -05:00
2026-03-08 20:05:09 -05:00
2026-03-08 20:05:09 -05:00

roadbilling - Pi Deployment

Description: Billing Service Target Pi: blackroad-pi (192.168.4.64) Port: 3003

Deployment Instructions

  1. Copy files to Pi:
scp -r /Users/alexa/roadbilling-pi-deploy pi@192.168.4.64:~/
  1. SSH into Pi:
ssh pi@192.168.4.64
  1. Deploy:
cd roadbilling-pi-deploy
./deploy.sh
  1. Verify:
curl http://localhost:3003
curl http://localhost:3003/health
  1. Monitor:
docker logs -f roadbilling

Management

  • Stop: docker-compose down
  • Restart: docker-compose restart
  • Logs: docker-compose logs -f
  • Status: docker-compose ps
Description
RoadChain — roadbilling pi deploy
Readme 56 KiB
Languages
JavaScript 63.6%
Shell 36.4%