Go to file
Jan Philipp Timme c54898da7a
Initial import
2016-11-19 00:47:01 +01:00
filestorage Initial import 2016-11-19 00:47:01 +01:00
.gitignore Initial import 2016-11-19 00:47:01 +01:00
README.md Initial import 2016-11-19 00:47:01 +01:00
settings.ini Initial import 2016-11-19 00:47:01 +01:00
setup.py Initial import 2016-11-19 00:47:01 +01:00

README.md

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