|
|
|
@ -42,13 +42,10 @@ sudo apt update
|
|
|
|
sudo apt upgrade
|
|
|
|
sudo apt upgrade
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
### Required packages (some of these will probably already be installed)
|
|
|
|
### Required packages (some of these may already be installed)
|
|
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
```bash
|
|
|
|
sudo apt install git
|
|
|
|
sudo apt install git apache2 php5 build-essential nlohmann-json3-dev libcurl4-gnutls-dev
|
|
|
|
sudo apt install apache2 php5
|
|
|
|
|
|
|
|
sudo apt install build-essential
|
|
|
|
|
|
|
|
sudo apt install nlohmann-json3-dev
|
|
|
|
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
### Ham-DHT support (optional, but highly recommended)
|
|
|
|
### Ham-DHT support (optional, but highly recommended)
|
|
|
|
|