From 957f392bc95e0d6eb13eb8ec86aace43bf910d72 Mon Sep 17 00:00:00 2001 From: ville rantanen Date: Sun, 1 Jul 2018 21:28:08 +0300 Subject: [PATCH] added doc --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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