added doc

This commit is contained in:
ville rantanen
2018-07-01 21:28:08 +03:00
parent 3d35abbb50
commit 957f392bc9

View File

@@ -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