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.
|
2 years ago | |
---|---|---|
assets | 3 years ago | |
db | 3 years ago | |
examples | 3 years ago | |
gitea | 2 years ago | |
img | 3 years ago | |
ldap | 3 years ago | |
3 years ago | ||
server | 2 years ago | |
tmpl | 2 years ago | |
.gitignore | 3 years ago | |
LICENSE | 5 years ago | |
Makefile | 2 years ago | |
README.md | 3 years ago | |
go.mod | 2 years ago | |
go.sum | 2 years ago | |
main.go | 3 years ago | |
package-lock.json | 2 years ago | |
package.json | 2 years ago | |
webpack.config.js | 3 years ago |
README.md
Set up a testing environment:
make deps
make fixtures
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:
- 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