summaryrefslogtreecommitdiff
path: root/server/README
blob: 4e97d2eed61f7538648f93c3c60b12f91ddd7261 (plain)
1
2
3
4
5
6
7
8
9
10
11
Development setup
=================

Start git, ldap and mariadb in docker/dev using docker compose up or simular.
You might have to create docker/git/authorized_keys to be able to mount it.

Then compile, using this to get musl based binaries for the githook:
cargo --target=x86_64-unknown-linux-musl --package eyeballs-githook build
and then:
cargo build && cargo run