Skip to content

winks/multiplex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e60c7ee · Feb 9, 2025
Nov 15, 2024
Jan 15, 2022
Dec 27, 2022
Feb 9, 2025
Dec 27, 2022
Jan 3, 2022
Aug 8, 2023
Nov 13, 2024
Aug 8, 2023
Nov 13, 2024
Feb 9, 2025
Aug 8, 2023

Repository files navigation

multiplex

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.

Prerequisites

You will need Leiningen 2.0 or above and PostgreSQL installed.

Setup

  1. Fetch all dependencies via:
        lein deps
  1. Create a postgres user and DB if you haven't already:
        su - postgres
        createuser -P USER
        createdb -O USER DBNAME
  1. Now load the DB schema: @TODO

  2. cp run-example.sh run.sh

  3. Configure run.sh

Building

lein uberjar

Running

For the production setup, run:

    ./run.sh

Tests (to be improved)

    lein test

License

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