Content
You are here:
Having trouble finding openproject command/user in docker install
Added by Pablo Mayrgundter over 3 years ago
I filed a bug about this[1], but it's been a couple day with no word, so trying here
https://community.openproject.org/projects/openproject/work_packages/36441
Basically, I can't find the "openproject" command for config when I attach to the docker image. Or at least, I think that's what I want. I'm trying to find logs for a problem importing an architectural IFC file, and having trouble doing basic sysadmin tasks.
Any pointers appreciated!
Replies (2)
Hi Pablo,
Have you checked whether everything was installed correctly and all the paths are similar to the in expected in the documentation?
I just saw in the work package you mentioned that you already found this part of the documentation.
The topic monitoring and logs is explained here.
Kind regards
Matthias
Hi Matthias, thanks for your response!
I simply installed using:
docker run -d -p 8081:80 --env-file bim.env openproject/community:11
and then attach:
docker exec -it 90a794410676 /bin/bash
but even sudo isn't found:
root@90a794410676:/app# echo $PATH
/usr/local/bundle/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
root@90a794410676:/app# sudo
bash: sudo: command not found
root@90a794410676:/app#