Nuestro burocrata preferido: Sam Lowry
https://lowry.sindominio.net
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
4 years ago | |
---|---|---|
assets | 5 years ago | |
db | 4 years ago | |
examples | 4 years ago | |
img | 5 years ago | |
ldap | 4 years ago | |
server | 4 years ago | |
tmpl | 4 years ago | |
.gitignore | 4 years ago | |
LICENSE | 5 years ago | |
Makefile | 4 years ago | |
README.md | 4 years ago | |
main.go | 4 years ago | |
package.json | 4 years ago | |
webpack.config.js | 5 years ago |
README.md
Set up a testing environment:
make deps make fixtures`
Run it:
make all make demo
Now go to your browser, open http://localhost:8080 and you can login as:
- Usuaria: user
- Contraseña: foobar
Or as admin:
- Usuaria: superuser
- Contraseña: foobar
tests
The tests needs a clean ldap with the examples/data.ldif
added.
You can run them:
make test