1
0
Fork 0
satnogsmap/README.md

38 lines
644 B
Markdown
Raw Permalink Normal View History

2020-01-11 21:35:04 -07:00
# SatNOGS-Map
This map is live here:
* https://satnogsmap.spacecruft.org/
2020-01-11 21:51:52 -07:00
# 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
```
2020-01-11 21:35:04 -07:00
# 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.