This is my little tumblelog. (or soup.io clone, if you like - thanks for hosting me, but I never really used the social features, I just noticed the downtimes.)
This is a complete rewrite started in late 2021, the original version ran from 2013 through 2021.
You will need Leiningen 2.0 or above and PostgreSQL installed.
- Fetch all dependencies via:
lein deps
- Create a postgres user and DB if you haven't already:
su - postgres
createuser -P USER
createdb -O USER DBNAME
-
Now load the DB schema: @TODO
-
cp run-example.sh run.sh
-
Configure
run.sh
lein uberjar
For the production setup, run:
./run.sh
lein test
Copyright © 2013-2023 Florian Anderiasch and contributors. Distributed under the Eclipse Public License, the same as Clojure uses. See the file COPYING.
Icons by Maps Icons Collection, CC-BY-SA 3.0