You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After fixing the "Hinkskalle.uitl" python error I now get:
api_1 | error: exec: "./script/start.sh": stat ./script/start.sh: no such file or directory
I use the plain docker-compose.yml from share/deploy and commented out all LDAP related stuff from the environment files. I set the system up by:
docker-compose up -d hinkdb
docker-compose run --rm api flask db upgrade
docker-compose run --rm api flask localdb add-user -u admin -p admin -e admin@testha.se -f Admin -l Hase --admin
docker-compose up
The text was updated successfully, but these errors were encountered:
Oops, the start script expected to be started in a particular directory. I made the whole thing more robust. You will need to pull the fresh docker image (docker-compose pull api).
Ah, you have to change HINKSKALLE_BACKEND_URL, if you use the share/deploy stuff it's in conf/hinkskalle.env.
for disabling LDAP HINKSKALLE_LDAP_BIND_PASSWORD should also be commented out.
I've pushed e25a5dc with localhost as backend url and ldap disabled in the example deployment, I think this might be a more common use case for trying it out.
After fixing the "Hinkskalle.uitl" python error I now get:
I use the plain docker-compose.yml from
share/deploy
and commented out all LDAP related stuff from the environment files. I set the system up by:The text was updated successfully, but these errors were encountered: