Top Menu

Jump to content
    Global modules

    Global modules

    • Home
    • Projects
    • Activity
    • Work packages
    • Gantt charts
    • Calendars
    • Team planners
    • Boards
    • News
    Home
    Home
Help
    Getting started
    • Introduction video
  • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support
  • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation

User menu

Sign in
Forgot your password?

or sign in with your existing account

OpenProject ID Google

Side Menu

Collapse project menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Expand project menu
General discussion
  1. OpenProject Community
  2. OpenProject
  3. Forums
  4. General discussion
  5. Having trouble finding openproject command/user in docker install

Having trouble finding openproject command/user in docker install

Added by Pablo Mayrgundter over 4 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)

RE: Having trouble finding openproject command/user in docker install - Added by Max Mutzge over 4 years ago

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

RE: Having trouble finding openproject command/user in docker install - Added by Pablo Mayrgundter over 4 years ago

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#

  • (1 - 2/2)
Loading...