filestorage/README.md

14 lines
315 B
Markdown
Raw Normal View History

2016-11-18 14:12:55 +01:00
This is a simple file storage and permanent archive service.
It allows people to drop off files which are then assigned a uuid to link to.
=Install dependencies=
export VENV=/path/to/venv
python3 -m venv $VENV
$VENV/bin/pip install -e .
=Run the application stand-alone=
$VENV/bin/pserve settings.ini --reload