Skip to content

yogthos/krueger

Repository files navigation

krueger

Federated news

Prerequisites

Running

Create a local configuration file called dev-config.edn, and set the database connection there:

{:database-url "postgresql://localhost/krueger?user=<user>&password=<pass>"
 :dictionary "dictionary.edn"}

Next run the migrations:

lein run migrate

Start the server

lein run 

License

Krueger may be freely used under the AGPL license. As per the AGPL, you can use Krueger for personal or commercial purposes for free, but, you must publically release any modifications to the software (under the same license).

Copyright Dmitri Sotnikov © 2018

Releases

No releases published

Packages

No packages published