Federated news
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
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