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

Support Installation & Updates
  1. OpenProject
  2. Forums
  3. Support Installation & Updates
  4. How to install plugins in a docker-based installation?

How to install plugins in a docker-based installation?

Added by Hans Wurst almost 9 years ago

I haven’t found any documentation about installing plugins in a docker-based openproject installation. It is important that installed plugins are persisted over container restart. Can you give me some pointers and hints?


Replies (4)

RE: How to install plugins in a docker-based installation? - Added by Hans Wurst about 8 years ago

Can someone help me on this? I cannot imagine that this isn’t possible.

RE: How to install plugins in a docker-based installation? - Added by Paolo Tesser about 8 years ago

You can jump into the container using

docker container exec -it openproject bash

and then install the plugins directly from there.

RE: How to install plugins in a docker-based installation? - Added by mark twain almost 8 years ago

You can jump into the container using

@ docker container exec -it openproject bash@

and then install the plugins directly from there.

Yeha …. .
How exactly is one supposed to do that?!

Right now, I am within my docker container (6.1.5)
trying to manualy install plugins, like explained here :
https://www.openproject.org/plugins/install-plugins-manual/

As there is no folder called “openproject-ce”, i did a search via find to locate Gemfile.plugins.

root@02e2a9a81268:/# find . -name Gemfile.plugins
./usr/src/app/vendored-plugins/openproject-local_avatars/Gemfile.plugins
./usr/src/app/vendored-plugins/openproject-global_roles/Gemfile.plugins
./usr/src/app/vendored-plugins/openproject-meeting/Gemfile.plugins
./usr/src/app/vendored-plugins/openproject-reporting/Gemfile.plugins
./usr/src/app/vendored-plugins/openproject-backlogs/Gemfile.plugins
./usr/src/app/vendored-plugins/openproject-xls_export/Gemfile.plugins
./usr/src/app/vendored-plugins/openproject-my_project_page/Gemfile.plugins
./usr/src/app/vendored-plugins/openproject-costs/Gemfile.plugins
./usr/src/app/vendored-plugins/openproject-documents/Gemfile.plugins
./usr/src/app/Gemfile.plugins

even if this:

./usr/src/app/Gemfile.plugins

is the file one needs to adapt, the next stepds, described for the manual plugin installation:

[openproject@debian]# cd ~/openproject-ce
[openproject@debian]# bundle install
[openproject@debian]# npm install
[openproject@debian]# RAILS_ENV=“production” bundle exec rake db:migrate db:seed assets:precompile

Restart the OpenProject server afterwards (no need to restart Apache(:

[openproject@debian]# touch ~/openproject-ce/tmp/restart.txt

is not possible for me.

Any ideas?

RE: RE: How to install plugins in a docker-based installation? - Added by Gulnaz Kassymova almost 7 years ago

Hello. Have the same issue. Did you finally resolve this problem?

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