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 # installation
- `cp env.example .env` - `bash create_config.sh`
- `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`
- `docker-compose up --build` - `docker-compose up --build`
- open URL: http://localhost:8136/list/test - open URL: http://localhost:8136/list/test
- `pip install code/manager-requirements.txt` - `pip install code/manager-requirements.txt`
@@ -41,6 +37,7 @@ location /flees/ {
``` ```
- configure local port in `docker-compose.yaml` - 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 - Check `flees-manager.py rest` command to get direct links to various
actions actions