Minimal installation instructions.
This commit is contained in:
parent
f697d96c89
commit
f0de9e6e7c
15
README.md
15
README.md
|
@ -0,0 +1,15 @@
|
|||
# Web File Storage
|
||||
|
||||
Development install:
|
||||
|
||||
```sh
|
||||
python -m venv .venv # Create virtual env
|
||||
. .venv/bin/activate
|
||||
pip install -e . # Editable install
|
||||
sanic cista --reload --dev # Runs on localhost:8000
|
||||
```
|
||||
|
||||
Environment variable `STORAGE=<path>` may be used to choose which folder it serves. The default is current directory.
|
||||
|
||||
No authentication is supported, so implement access control externally or be careful with your files.
|
||||
|
Loading…
Reference in New Issue
Block a user