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. Gemfiles.plugins syntax

Gemfiles.plugins syntax

Added by Tamas Csabina about 11 years ago

Hi,

These are my first steps to configure OP 3.0.

I’ve followed the guide to install it on Debian (https://www.openproject.org/projects/openproject/wiki/Debian_Stable_with_MySQL_in_production).
This guide says that the Gemfiles.plugins should contain this:
@
gem “pdf-inspector”, “~>1.0.0”, :group => :test
gem “openproject-meeting”, :git => “https://github.com/finnlabs/openproject-meeting.git”, :branch => “dev”
gem “openproject-pdf_export”, git: “https://github.com/finnlabs/openproject-pdf_export.git”, :branch => “dev”
gem “openproject-plugins”, git: “https://github.com/opf/openproject-plugins.git”, :branch => “dev”
gem “openproject-backlogs”, git: “https://github.com/finnlabs/openproject-backlogs.git”, :branch => “dev”
@

I am trying to install Global Roles.
The Readme.MD on the Global Roles site says, that I have to add the following to the Gemfiles.plugins:
gem "openproject-global_roles"

The Add-Plugin part of the 3.0 install guide says the Gemfiles.plugins should contain
gem "openproject-help_link", :git => "https://github.com/finnlabs/openproject-help_link.git", :branch => "3-0-3"

So I am confused what is the correct syntax of a line in the Gemfiles.plugins file. Could someone help me out?

Thanks,
tamas


Replies (4)

RE: Gemfiles.plugins syntax - Added by Hagen Schink about 11 years ago

Hi Tamas,

the problem is that some OpenProject plug-ins are available on rubygems.org (like OpenProject Global Roles) and some or not (like OpenProject Help Link). So, just follow the instructions (add the entries to Gemfile.plugin and don’t forget to call bundle afterwards.

Kind regards,
Hagen

RE: Gemfiles.plugins syntax - Added by Tamas Csabina about 11 years ago

Hi Hagen,

Ok, I see.
Some extra description in the Add-Plugin chapter would come handy IMHO…

Anyway, I’ve added gem "openproject-global_roles", git: "https://github.com/finnlabs/openproject-global_roles", :branch => "dev" , and now it is working.

Thanks,
tamas

RE: Gemfiles.plugins syntax - Added by Hagen Schink about 11 years ago

Hi Tamas,

thanks for the heads up: I added a link to plug-in page in each how-to. I hope that improves that situation.

Kind regards,
Hagen

RE: Gemfiles.plugins syntax - Added by Tamas Csabina about 11 years ago

Hi Hagen,

Perfect!
I hope this will help someone out…

Regards,
tamas

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