|
8 hours ago | |
---|---|---|
assets | 6 months ago | |
db | 3 days ago | |
examples | 8 hours ago | |
gitea | 10 months ago | |
img | 2 years ago | |
ldap | 3 days ago | |
2 years ago | ||
server | 7 months ago | |
tmpl | 2 months ago | |
.gitignore | 2 years ago | |
LICENSE | 4 years ago | |
Makefile | 8 hours ago | |
README.md | 8 hours ago | |
go.mod | 7 months ago | |
go.sum | 7 months ago | |
main.go | 1 month ago | |
package-lock.json | 1 year ago | |
package.json | 1 year ago | |
webpack.config.js | 2 years ago |
Set up a testing environment:
make deps
Launch ldap in a docker container:
make ldap
For more info on how to keep persistant storage for the ldap server check the docker-compose.yml.
Build lowry and run it with the demo data:
make all
make demo
Now go to your browser, open http://localhost:8080 and you can login as:
Or as admin:
The tests needs a clean ldap with the examples/data.ldif
added.
You can run them:
make test