[FIX] update missing libpng12-0 for ubuntu 20.04
This commit is contained in:
parent
a3c2d6082e
commit
143f5d77db
1 changed files with 11 additions and 2 deletions
|
|
@ -12,7 +12,16 @@ cd ERPLibre
|
||||||
Modify the file env_var.sh for production installation.
|
Modify the file env_var.sh for production installation.
|
||||||
|
|
||||||
### 3. Execute the script:
|
### 3. Execute the script:
|
||||||
Support Ubuntu 18.04 server
|
#### Ubuntu 18.04 server
|
||||||
|
```bash
|
||||||
|
./script/install_dev.sh
|
||||||
|
./script/install_production.sh
|
||||||
|
```
|
||||||
|
A service is running by systemd, you can access with the DNS name, found it in env_var.sh
|
||||||
|
|
||||||
|
#### Ubuntu 20.04 server
|
||||||
|
Apply fix libpng12-0: https://www.linuxuprising.com/2018/05/fix-libpng12-0-missing-in-ubuntu-1804.html
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
./script/install_dev.sh
|
./script/install_dev.sh
|
||||||
./script/install_production.sh
|
./script/install_production.sh
|
||||||
|
|
@ -20,7 +29,7 @@ Support Ubuntu 18.04 server
|
||||||
A service is running by systemd, you can access with the DNS name, found it in env_var.sh
|
A service is running by systemd, you can access with the DNS name, found it in env_var.sh
|
||||||
|
|
||||||
### 4. SSL:
|
### 4. SSL:
|
||||||
Generate a ssl certificat
|
Generate a ssl certificate
|
||||||
```bash
|
```bash
|
||||||
sudo certbot --nginx
|
sudo certbot --nginx
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue