-
Notifications
You must be signed in to change notification settings - Fork 71.8k
Setting up Stand Alone Nightscout Server | Ubuntu & Raspberry Pi Docker
mokerhamer edited this page Nov 12, 2019
·
3 revisions
Hi,
I had some issues getting started, here are my notes. Hope it helps others.
Requirement: -You already have a server; Ubuntu 18 or 16 LTS. or -Raspberry Pi
Use the instructions on the website below to prepare your Raspberry with an ready to go Linux Docker ready OS. In my case, i am using a windows 10 laptop. So i started https://blog.hypriot.com/getting-started-with-docker-and-windows-on-the-raspberry-pi/
Download the Image and flash it on the SD card. SSH login: pirate/hypriot Source: https://blog.hypriot.com/getting-started-with-docker-on-your-arm-device/
Login with ssh and run:
- sudo -i
- git clone https://github.com/dhermanns/rpi-nightscout
- cd rpi-nightscout
- nano docker-compose.yml
-
---Edit the configuration file to your liking.
- docker-compose up -d
Done! Time to boot up your raspberry!
- apt install docker.io
- systemctl start docker
- git clone https://github.com/nightscout/nightscout-docker
- cd nightscout-docker
- nano docker-compose.yml
- docker-compose up -d