Skip to content
Snippets Groups Projects
Commit 9329ae16 authored by ale's avatar ale
Browse files

Update README with Java dependency

parent 2ce591e6
No related branches found
No related tags found
1 merge request!1Txn
......@@ -50,3 +50,18 @@ esprimendo una relazione di associazione di qualche tipo (come ad
esempio tra siti web e database MySQL).
Lo schema è definito esplicitamente in [types.go](types.go).
# Testing
Per testare questo attrezzo purtroppo serve Java (basta un JRE, il
runtime environment). Questo perché non è affatto facile implementare
un server LDAP per i test, quindi si è scelto di usarne uno esistente:
in particolare un'implementazione Java... su un sistema Debian:
```
sudo apt install default-jre-headless
```
dovrebbe bastare (oltre a *golang-go* ovviamente) per poter eseguire i
test con successo.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment