16 lines
194 B
Markdown
16 lines
194 B
Markdown
# Plausible
|
|
|
|
## Run
|
|
|
|
Generate the secret app key with this command :
|
|
|
|
```bash
|
|
openssl rand -base64 64 | tr -d '\n' ; echo
|
|
```
|
|
|
|
|
|
```bash
|
|
cp .env.example .env # then edit
|
|
docker compose up -d
|
|
```
|