Pārlūkot izejas kodu

add support image

tags/v1.1
Nico Rey pirms 4 gadiem
vecāks
revīzija
321b4b304b
4 mainītis faili ar 6 papildinājumiem un 0 dzēšanām
  1. +1
    -0
      INSTALL.md
  2. +2
    -0
      README.md
  3. Binārs
      header.png
  4. +3
    -0
      install.sh

+ 1
- 0
INSTALL.md Parādīt failu

@@ -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 Parādīt failu

@@ -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ārs
header.png Parādīt failu

Pirms Pēc
Platums: 2000  |  Augstums: 200  |  Izmērs: 75 KiB

+ 3
- 0
install.sh Parādīt failu

@@ -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


Notiek ielāde…
Atcelt
Saglabāt