浏览代码

add support image

tags/v1.1
Nico Rey 4 年前
父节点
当前提交
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


正在加载...
取消
保存