Nico Rey 4 лет назад
Родитель
Сommit
321b4b304b
4 измененных файлов: 6 добавлений и 0 удалений
  1. +1
    -0
      INSTALL.md
  2. +2
    -0
      README.md
  3. Двоичные данные
      header.png
  4. +3
    -0
      install.sh

+ 1
- 0
INSTALL.md Просмотреть файл

@@ -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 Просмотреть файл

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



Двоичные данные
header.png Просмотреть файл

До После
Ширина: 2000  |  Высота: 200  |  Размер: 75 KiB

+ 3
- 0
install.sh Просмотреть файл

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


Загрузка…
Отмена
Сохранить