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. [solved] Problem with install plug-ins

[solved] Problem with install plug-ins

Added by Lucas Pereira about 11 years ago

I tryed install plug-ins and show errors:

Updating https://github.com/opf/openproject-plugins.git
Updating https://github.com/finnlabs/openproject-meeting.git
Updating https://github.com/finnlabs/openproject-backlogs.git
Updating https://github.com/finnlabs/openproject-costs.git
Fetching gem metadata from http://rubygems.org/………
Fetching gem metadata from http://rubygems.org/………
Fetching additional metadata from http://rubygems.org/..
Fetching additional metadata from http://rubygems.org/..
Resolving dependencies…
Bundler could not find compatible versions for gem “rails”:
In Gemfile:
openproject-costs (>= 0) ruby depends on
rails (~> 3.2.9) ruby

rails (2.3.18)
root@tec:/var/www/openproject# rails —version
Rails 4.0.3

My sistem is Ubuntu 12.04.04 LTS:

root@tec:/var/www/openproject# rails —version
Rails 4.0.3
root@tec:/var/www/openproject# ruby —version
ruby 1.9.3p484 (2013-11-22) [x86_64-linux] Brightbox
root@tec:/var/www/openproject# gem —version
1.8.

Please help-me.
Regards

I Advanced more, but news problem:

root@tec:/var/www/openproject# bundle install —without rmagick
Updating https://github.com/opf/openproject-plugins.git
Updating https://github.com/finnlabs/openproject-meeting.git
Updating https://github.com/finnlabs/openproject-costs.git
Updating https://github.com/finnlabs/openproject-backlogs.git
Fetching gem metadata from https://rubygems.org/………
Fetching additional metadata from https://rubygems.org/..
Resolving dependencies….
Could not find gem ‘openproject-pdf_export (>= 0) ruby’, which is required by gem ‘openproject-backlogs (>= 0) ruby’, in any of the sources.

My Gemfile.plugin

root@tec:/var/www/openproject# cat Gemfile.plugin
gem “openproject-plugins”, :git => “https://github.com/opf/openproject-plugins.git”, :branch => “dev”
gem “pdf-inspector”, “~>1.0.0”, :group => :test
gem “openproject-meeting”, :git => “https://github.com/finnlabs/openproject-meeting.git”, :branch => “dev”
gem “openproject-costs”, :git => “https://github.com/finnlabs/openproject-costs.git”, :branch => “dev”
gem “openproject-backlogs”, :git => “https://github.com/finnlabs/openproject-backlogs.git”, :branch => “dev”

Please help!!!


Replies (2)

RE: Problem with install plug-ins - Added by Lucas Pereira about 11 years ago

I installed costs and meeting sucess!!

Now I want install backlogs-pluin, but happen this error:

root@tec:/var/www/openproject# bundle install —without rmagick
Updating https://github.com/finnlabs/openproject-backlogs.git
Fetching gem metadata from https://rubygems.org/………
Fetching additional metadata from https://rubygems.org/..
Resolving dependencies…
Could not find gem ‘openproject-pdf_export (>= 0) ruby’, which is required by gem ‘openproject-backlogs (>= 0) ruby’, in any of the sources.

RE: Problem with install plug-ins - Added by Lucas Pereira about 11 years ago

OpenProject - Support Installation & Updates: RE: Problems with install plug-ins
Christian Ratz
Hi Lucas,

you have to install this gem by adding the following line to your Gemfile.plugins:

gem “openproject-pdf_export”, git: “https://github.com/finnlabs/openproject-pdf_export.git”, :branch => “dev”
I updated the install instructions in the readme file, sorry that we missed this.

Best
Ratzi


Hi Ratzi, thanks a lot.

All ok, see:

bundle show
Gems included by the bundle:
…

  • openproject-backlogs (3.0.5.pre3 a1bc22f)
  • openproject-costs (5.0.2 2608c0e)
  • openproject-meeting (3.0.7 e890f9e)
  • openproject-pdf_export (0.0.1 fce87b6)
  • openproject-plugins (1.0.6 ba7d1f3)
    …

Thanks.
Lucas

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