mirror of
https://github.com/joglomedia/LEMPer.git
synced 2026-04-11 23:48:19 +00:00
update readme
This commit is contained in:
@@ -43,13 +43,13 @@ LEMPer stands for Linux, Engine-X (Nginx), MariaDB and PHP installer written in
|
||||
### Install LEMPer stack
|
||||
|
||||
```bash
|
||||
sudo apt install git && git clone -q https://github.com/joglomedia/LEMPer.git && cd LEMPer && cp -f .env.dist .env && sudo ./lemper.sh --install
|
||||
sudo apt install git && git clone -q https://github.com/joglomedia/LEMPer.git && cd LEMPer && cp -f .env.dist .env && sudo ./install.sh
|
||||
```
|
||||
|
||||
### Remove LEMPer stack
|
||||
|
||||
```bash
|
||||
sudo ./lemper.sh --remove
|
||||
sudo ./remove.sh
|
||||
```
|
||||
|
||||
## LEMPer Command Line Administration Tool
|
||||
|
||||
Reference in New Issue
Block a user