config as example too
This commit is contained in:
10
README.md
10
README.md
@@ -5,6 +5,16 @@ A very small file sharing website.
|
||||
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
|
||||
- generate shares with utils/create-share.py
|
||||
- configure service with data/config.json
|
||||
|
||||
Reference in New Issue
Block a user