schort/README.md
Thomas Kolb 2ef757b74b Moved database to subdirectory "data"
This resolves problems in sqlite when the directory containing the
database is not writable by the webserver, even when the database file
itself is.
2016-02-10 21:37:39 +01:00

183 B

schort

schort is a tiny link shortener written in python3 and flask

You need to create a directory /data/ which is writable by the webserver, which will contain the link database.