Browse Source

add support image

tags/v1.1
Nico Rey 4 years ago
parent
commit
321b4b304b
4 changed files with 6 additions and 0 deletions
  1. +1
    -0
      INSTALL.md
  2. +2
    -0
      README.md
  3. BIN
      header.png
  4. +3
    -0
      install.sh

+ 1
- 0
INSTALL.md View File

@@ -131,6 +131,7 @@ sudo chown -R www-data:www-data /var/www/wx
sudo usermod -a -G www-data pi
sudo chmod 775 /var/www/wx
cp templates/index.html /var/www/wx/index.html
cp templates/logo-small.png /var/www/wx/logo-small.png
sudo systemctl restart nginx
```



+ 2
- 0
README.md View File

@@ -1,3 +1,5 @@
![Raspberry NOAA](header.png)

# NOAA Automated capture using Raspberry PI
Most of the code and setup stolen from: [Instructables](https://www.instructables.com/id/Raspberry-Pi-NOAA-Weather-Satellite-Receiver/)



BIN
header.png View File

Before After
Width: 2000  |  Height: 200  |  Size: 75 KiB

+ 3
- 0
install.sh View File

@@ -173,6 +173,9 @@ sudo systemctl restart nginx
if [ ! -e /var/www/wx/index.html ]; then
cp templates/index.html /var/www/wx/index.html
fi
if [ ! -e /var/www/wx/logo-small.png ]; then
cp templates/logo-small.png /var/www/wx/logo-small.png
fi
log_done "Nginx configured"

### Setup ramFS


Loading…
Cancel
Save