Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • 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
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

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

Content

General discussion
  1. OpenProject
  2. Forums
  3. General discussion
  4. Having trouble finding openproject command/user in docker install

Having trouble finding openproject command/user in docker install

Added by Pablo Mayrgundter about 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 about 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 about 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...