12 lines
239 B
Markdown
12 lines
239 B
Markdown
# Playbook webserver
|
|
|
|
This playbook installs webserver (Nginx, Letsencrypt, Mariadb & PHP)
|
|
|
|
## Usage
|
|
|
|
Go to your server then run :
|
|
|
|
```bash
|
|
curl https://raw.githubusercontent.com/re-books/playbook-webserver/master/setup.sh | sudo bash
|
|
```
|