config as example too

This commit is contained in:
2018-01-26 09:53:41 +02:00
parent 7255b8481d
commit 68cf43cc57
2 changed files with 10 additions and 0 deletions

View File

@@ -5,6 +5,16 @@ A very small file sharing website.
The name comes from mispronouncing "files" very badly. 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`
- `docker-compose up --build`
- open URL: http://localhost:8136/list/test
- configure shares with data/shares.json - configure shares with data/shares.json
- generate shares with utils/create-share.py - generate shares with utils/create-share.py
- configure service with data/config.json - configure service with data/config.json