Browse Source

web_panel: install requirements for web panel

tags/1.5
Nico Rey 3 years ago
parent
commit
5d3f1354b2
2 changed files with 15 additions and 1 deletions
  1. +14
    -1
      INSTALL.md
  2. +1
    -0
      README.md

+ 14
- 1
INSTALL.md View File

@@ -11,6 +11,7 @@
- [Install the default configuration files](#install-the-default-configuration-files)
- [Install Meteor software](#install-meteor-software)
- [Setup Nginx](#setup-nginx)
- [Setup Database](#setup-database)
- [Setup RamFS](#setup-ramfs)
- [Cron the scheduling job](#cron-the-scheduling-job)
- [Set your Twitter credentials](#set-your-twitter-credentials)
@@ -60,7 +61,13 @@ sudo apt install -yq predict \
python3-pip \
imagemagick \
libxft-dev \
libxft2
libxft2 \
libjpeg9 \
libjpeg9-dev \
socat \
php7.2-fpm \
php7.2-sqlite \
sqlite3
```

```
@@ -145,6 +152,12 @@ sudo chmod 775 /var/www/wx
sudo cp templates/index.html /var/www/wx/index.html
sudo cp templates/logo-small.png /var/www/wx/logo-small.png
sudo systemctl restart nginx
sudo cp -rp templates/webpanel/* /var/www/wx/
```

### Setup Database
```
sqlite3 "panel.db" < "templates/webpanel_schema.sql"
```

### Setup RamFS


+ 1
- 0
README.md View File

@@ -4,6 +4,7 @@
Most of the code and setup stolen from: [Instructables](https://www.instructables.com/id/Raspberry-Pi-NOAA-Weather-Satellite-Receiver/)

## New Features!
- A webpanel!
- [Meteor M2 full decoding!](METEOR.md)
- Nginx webserver to show images
- Timestamp and satellite name overlay on every image


Loading…
Cancel
Save