README.md

DOWNLOAD

Aggressive Murja (as in "aggressiivinen viinimurjapaska)

What is this A blog engine written in Common Lisp (backend) and Elm (frontend, currently, although I'm redoing the frontend with Common Lisp in branch ssr-ui )

Murja supports:

Murja supports theoretically multiple users, but has never been tested with more than one user.

Dependencies Murja needs:

Installation Github Actions spams new release on every commit to main into ghcr.io (image called ghcr.io/feuery/murja:latest ).

I'm running murja with these environment variables set up in the docker-compose yml:

If murja starts up correctly and connects to the db as expected, opening http://localhost:3010 or wherever you're running murja should open up the initial setup form. There you should provide your admin user's login data and rss-settings.

Setting up the domain setting correctly is really important. Unless defaults have been altered and lisp-fixup:*dev?* is true, whatever domain-field contains will be sent in the session cookies' Domain field, and if this value is invalid, sessions will be broken.

Then the app should be usable in port http://localhost:3010 or wherever you're running the app server.