diff --git a/README.md b/README.md index d4adf4f..8d23fe7 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,7 @@ The name comes from mispronouncing "files" very badly. # installation -- `cp env.example .env` -- `cp data/config.json.example data/config.json` -- `cp data/shares.json.example data/shares.json` -- `touch code/notifier.py` -- `touch code/static/css/user.css` +- `bash create_config.sh` - `docker-compose up --build` - open URL: http://localhost:8136/list/test - `pip install code/manager-requirements.txt` @@ -41,6 +37,7 @@ location /flees/ { ``` - configure local port in `docker-compose.yaml` +- change website colors in code/static/css/colors.css - Check `flees-manager.py rest` command to get direct links to various actions