readme update, added instructions to create media dirs

This commit is contained in:
Shihaam Abdul Rahman 2023-01-24 09:04:27 +05:00
parent 79840d6c13
commit 3bd725f6d2
Signed by: shihaam
GPG Key ID: 6DA2E87EBC227636

View File

@ -33,6 +33,10 @@ services:
image: redis:6.0-alpine
restart: always
```
- Create `devicetype-images` and `image-attachments` folders under media folder
```bash
mkdir -p media/image-attachments media/devicetype-images
```
- Use the sample `configuration.py` in this repo and edit it accordingly.
- Run `docker compose up -d`