Content
[solved] Problem with install plug-ins
Added by Lucas Pereira over 10 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)
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.
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:
…
…
Thanks.
Lucas