Browse Source

setup lat lon

tags/v1.0
Nico Rey 4 years ago
parent
commit
21bcba2df0
2 changed files with 4 additions and 1 deletions
  1. +1
    -0
      index.html
  2. +3
    -1
      install.sh

+ 1
- 0
index.html View File

@@ -1,3 +1,4 @@
<h1>WX reception server</h1>
<a href="image">Images</a>
<a href="audio">audio</a>
<a href="meteor">meteor</a>

+ 3
- 1
install.sh View File

@@ -46,12 +46,13 @@ sudo apt install -yq predict \
nginx \
libncurses5-dev \
libncursesw5-dev \
libatlas-base-dev \
python3-pip \
imagemagick \
libxft-dev \
libxft2

sudo pip3 install numpy ephem tweepy
sudo pip3 install numpy ephem tweepy Pillow
log_done "Packages installed"

### Blacklist DVB modules
@@ -174,4 +175,5 @@ success "Install (almost) done! Let's do some configuration"
echo "
1. Edit $HOME/.noaa.conf
2. Edit $HOME/.predict/predict.qth and set lat/lon data
3. Edit sun.py and set lat/lon data
"

Loading…
Cancel
Save