All Projects → yogthos → krueger

yogthos / krueger

Licence: other
federated news

Programming Languages

clojure
4091 projects
CSS
56736 projects
PLpgSQL
1095 projects
HTML
75241 projects

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].