docs(readme): add configuration step for env and docker files
- add instructions to rename .env.example files - add docker-compose.override.yml setup step
This commit is contained in:
@ -15,6 +15,14 @@ A simple QR code generator.
|
|||||||
- Make (optional, but recommended)
|
- Make (optional, but recommended)
|
||||||
- Linux (tested environment)
|
- Linux (tested environment)
|
||||||
|
|
||||||
|
## Configuration
|
||||||
|
|
||||||
|
Before installation, rename the example files:
|
||||||
|
|
||||||
|
- `./app/.env.example` → `./app/.env`
|
||||||
|
- `./app/internal/view/front/.env.example` → `./app/internal/view/front/.env`
|
||||||
|
- `./docker-compose.override.yml.example` → `./docker-compose.override.yml`
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
|
|||||||
Reference in New Issue
Block a user