# SatNOGS-Map This map is live here: * https://satnogsmap.spacecruft.org/ # Install ``` pip3 install -r requirements.txt # If it prompts you, (b)ackup: What to do? (i)gnore, (w)ipe, (b)ackup b ``` Then install some cruft to start and stop the daemon (XXX do systemd etc...) ``` mkdir ~/bin/ cp -p scripts/* ~/bin/ # If it isn't there add ~/bin/ to your $PATH in ~/.bashrc ``` # Upstream This is a fork from this repo: * https://gitlab.com/chibill/satnogsmap/ * [Upstream README.md](README-upstream.md) # License / Copying * Source code is AGPL 3. * Map data is CC by SA 4.0. * Other code and data with their respective licenses.