https://github.com/yogthos/krueger
federated news
https://github.com/yogthos/krueger
Last synced: 5 months ago
JSON representation
federated news
- Host: GitHub
- URL: https://github.com/yogthos/krueger
- Owner: yogthos
- License: other
- Created: 2018-03-15T20:47:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-12T00:53:52.000Z (almost 7 years ago)
- Last Synced: 2025-05-07T09:52:47.376Z (8 months ago)
- Language: Clojure
- Size: 200 KB
- Stars: 12
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# krueger
Federated news
## Prerequisites
* [JDK](https://www.azul.com/downloads/zulu/)
* [Leiningen](https://leiningen.org/)
* PostgreSQL
## Running
Create a local configuration file called `dev-config.edn`, and set the database connection there:
```clojure
{:database-url "postgresql://localhost/krueger?user=&password="
: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](https://www.gnu.org/licenses/agpl-3.0.html). 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