Skip to content
/ klick Public

KlicK – Klimabilanzen an Kläranlagen mit einem Klick

License

Notifications You must be signed in to change notification settings

slowtec/klick

Repository files navigation

KlicK

KlicK – Klimabilanzen an Kläranlagen mit einem Klick

License

Getting started

This tool is used at https://klimabilanzklaeranlage.de/

Cloning the repository

git clone https://codeberg.org/slowtec/klick
cd klick

Install Rust

On NixOS run:

nix develop

For a list of available tasks (named recipes) run the following command:

just

Deployment

just build-release
scp target/x86_64-unknown-linux-musl/release/klick klick:/home/klick-app/klick-v0.3.x
ssh klick
systemctl stop klick-app
cp /tmp/klick 
ln -s /home/klick-app/klick-v0.3.x /home/klick-app/klick
systemctl start klick-app

License

Copyright (c) 2023 - 2024 slowtec GmbH

This project is licensed unter the AGPLv3 license.

Languages