summaryrefslogtreecommitdiff
path: root/server/README
diff options
context:
space:
mode:
Diffstat (limited to 'server/README')
-rw-r--r--server/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/server/README b/server/README
new file mode 100644
index 0000000..e0ecaf9
--- /dev/null
+++ b/server/README
@@ -0,0 +1,10 @@
+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, and because rust hasn't figured out how to do dependencies per
+artifact, you have to do this:
+cargo build --target=x86_64-unknown-linux-musl --bin eyeballs-githook && cargo build --features="build-server" && cargo run --features="build-server"
+