update
This commit is contained in:
12
README.md
12
README.md
@@ -9,12 +9,18 @@ Based on the Rpi4 or CM4.
|
||||
You can download the `installation_part1.sh` and run it:
|
||||
```
|
||||
wget http://gitea.aircarto.fr/PaulVua/nebuleair_pro_4g/raw/branch/main/installation_part1.sh
|
||||
chmod +x installation.sh
|
||||
sudo ./installation.sh
|
||||
chmod +x installation_part1.sh
|
||||
sudo ./installation_part1.sh
|
||||
```
|
||||
|
||||
After reboot you can do the same with part 2.
|
||||
|
||||
```
|
||||
wget http://gitea.aircarto.fr/PaulVua/nebuleair_pro_4g/raw/branch/main/installation_part2.sh
|
||||
chmod +x installation_part2.sh
|
||||
sudo ./installation_part2.sh
|
||||
```
|
||||
|
||||
|
||||
## General
|
||||
|
||||
@@ -23,7 +29,7 @@ Line by line installation.
|
||||
```
|
||||
sudo apt update
|
||||
sudo apt install git gh apache2 php php-sqlite3 python3 python3-pip jq autossh i2c-tools python3-smbus -y
|
||||
sudo pip3 install pyserial requests RPi.GPIO adafruit-circuitpython-bme280 crcmod psutil --break-system-packages
|
||||
sudo pip3 install pyserial requests RPi.GPIO adafruit-circuitpython-bme280 crcmod psutil ntplib pytz --break-system-packages
|
||||
sudo mkdir -p /var/www/.ssh
|
||||
sudo ssh-keygen -t rsa -b 4096 -f /var/www/.ssh/id_rsa -N ""
|
||||
sudo ssh-copy-id -i /var/www/.ssh/id_rsa.pub -p 50221 airlab_server1@aircarto.fr
|
||||
|
||||
Reference in New Issue
Block a user