-
Notifications
You must be signed in to change notification settings - Fork 68
Quickstart
shajen edited this page Mar 8, 2023
·
2 revisions
If you do not have docker
installed, follow the instructions available at https://docs.docker.com/desktop/ to install docker
and docker compose
.
Download sample configuration and docker file, then run it. Customize config.json
to your needs.
mkdir -p ~/sdr
cd ~/sdr
wget https://github.com/shajen/rtl-sdr-scanner-cpp/raw/master/config.json
wget https://github.com/shajen/rtl-sdr-scanner-cpp/raw/master/docker-compose.yml
docker compose up
Next follow configuration instructions.
To update docker images to latest version type:
cd ~/sdr
docker compose pull
Do not forget to update docker-compose.yml
and config.json
.
Download fresh files and combine with your current changes.
cd ~/sdr
wget https://github.com/shajen/rtl-sdr-scanner-cpp/raw/master/config.json
wget https://github.com/shajen/rtl-sdr-scanner-cpp/raw/master/docker-compose.yml