Side Menu
- Overview
- Activity
- Roadmap
- Work packages
- Calendars
-
- Team planners
-
- Boards
- Forums
- Feature tour
- Table of contents
- Expanded. Click to collapseCollapsed. Click to showDeveloper
- Hierarchy leafAccessibility Checklist
- Hierarchy leafCode Review Guidelines
- Expanded. Click to collapseCollapsed. Click to showContribution
- Hierarchy leafGit Workflow
- Hierarchy leafTranslations
- Expanded. Click to collapseCollapsed. Click to showDeveloping Plugins
- Hierarchy leafDeveloping an OmniAuth Authentication Plugin
- Hierarchy leafRelease Process
- Hierarchy leafReport a bug
- Hierarchy leafSecurity
- Hierarchy leafSetting up an OpenLDAP server for testing
- Hierarchy leafTheme Features
- Hierarchy leafDownload
- Expanded. Click to collapseCollapsed. Click to showFeature tour
- Hierarchy leafRelease Notes OpenProject 30
- Expanded. Click to collapseCollapsed. Click to showRelease Notes OpenProject 30 - Overview
- Hierarchy leafGlossary
- Hierarchy leafRelease Notes - Accessibility
- Hierarchy leafRelease Notes - Accessibility changes
- Hierarchy leafRelease Notes - Add work package queries as menu items to sidebar
- Hierarchy leafRelease Notes - Copy projects based on Templates
- Hierarchy leafRelease Notes - Design changes
- Hierarchy leafRelease Notes - Fixed Bugs
- Hierarchy leafRelease Notes - Keyboard Shortcuts
- Hierarchy leafRelease Notes - Project settings
- Hierarchy leafRelease Notes - Ruby&Rails Update
- Hierarchy leafRelease Notes - Security
- Hierarchy leafRelease Notes - Timelines
- Hierarchy leafRelease Notes - Work packages
- Hierarchy leafHowto create animated gifs
- Hierarchy leafMigration Squashing
- Hierarchy leafMod security
- Hierarchy leafNew work package page
- Hierarchy leafOP3 to OP4 Debian upgrade
- Hierarchy leafOP4 Ubuntu1404 Stable with MySQL in production
- Hierarchy leafOpenProject 40 Development Setup
- Expanded. Click to collapseCollapsed. Click to showOpenProject Foundation
- Hierarchy leafBoards
- Hierarchy leafMembers
- Hierarchy leafOPF-Meetings
- Hierarchy leafStatutes
- Expanded. Click to collapseCollapsed. Click to showRelease Notes
- Hierarchy leafOpenProject released on Bitnami
- Expanded. Click to collapseCollapsed. Click to showRelease Notes OpenProject 40 - Overview
- Hierarchy leafRelease Notes OpenProject 40 - Accessibility improvements
- Hierarchy leafRelease Notes OpenProject 40 - Column header functions in work package table
- Hierarchy leafRelease Notes OpenProject 40 - Improved Design
- Hierarchy leafRelease Notes OpenProject 40 - Integrated query title on work package page
- Hierarchy leafRelease Notes OpenProject 40 - Integrated toolbar on work package page
- Hierarchy leafRelease Notes OpenProject 40 - OmniAuth integration for OpenProject
- Hierarchy leafRelease Notes OpenProject 40 - Work package details pane
- Expanded. Click to collapseCollapsed. Click to showSecurity and privacy
- Hierarchy leafFAQ
- Expanded. Click to collapseCollapsed. Click to showSupport
- Expanded. Click to collapseCollapsed. Click to showDownload and Installation
- Hierarchy leafInstallation MacOS
- Expanded. Click to collapseCollapsed. Click to showInstallation OpenProject 3 0
- Hierarchy leafDebian Stable with MySQL in production
- Hierarchy leafInstallation Ubuntu
- Hierarchy leafInstallation Windows
- Hierarchy leafInstallation on Centos 65 x64 with Apache and PostgreSQL 93
- Expanded. Click to collapseCollapsed. Click to showInstallation OpenProject 40
- Hierarchy leafOP4 Debian Stable with MySQL in production
- Expanded. Click to collapseCollapsed. Click to showMigration paths
- Hierarchy leafFrom Chilliproject to OpenProject
- Hierarchy leafMigration 15 to 30
- Hierarchy leafMigration 24 to 30
- Hierarchy leafMigration Redmine 2x › OpenProject 30
- Hierarchy leafOpenProject 3 Migration
- Hierarchy leafOpenProject 40
- Expanded. Click to collapseCollapsed. Click to showNews
- Hierarchy leafNew OpenProject Translations Plugin
- Hierarchy leafNew Plugin on OpenProjectorg Local Avatars
- Hierarchy leafNew design for OpenProject
- Hierarchy leafNews Accessibility workshop for OpenProject
- Hierarchy leafNews Glossary for OpenProject
- Hierarchy leafNews Heartbleed fixed
- Hierarchy leafNews Icon Fonts
- Hierarchy leafNews OpenProject 30 Release
- Hierarchy leafNews Release GitHub Integration Plugin
- Hierarchy leafNews Success Story Deutsche Telekom
- Hierarchy leafNews Timelines
- Hierarchy leafOpenProject 3013 released
- Hierarchy leafOpenProject 3017 released
- Hierarchy leafOpenProject 40 released
- Hierarchy leafOpenProject 40 will be coming soon
- Hierarchy leafOpenProject 405 released
- Hierarchy leafOpenProject and pkgrio
- Hierarchy leafOpenProject news moved to a new blog
- Hierarchy leafOpenProjectBitnami
- Hierarchy leafPackager version with plugins released ("Community edition")
- Hierarchy leafRegistration OpenProject-Foundation
- Hierarchy leafRelease OpenProject AuthPlugins
- Hierarchy leafUpdates on OpenProject
- Hierarchy leafWe need your feedback for the the new fullscreen view for work packages
- Hierarchy leafOpenProject Plug-Ins
- Expanded. Click to collapseCollapsed. Click to showDownload and Installation
- Expanded. Click to collapseCollapsed. Click to showWiki
- Hierarchy leaf2nd Level Support
- Expanded. Click to collapseCollapsed. Click to showDeveloper
Replies (13)
Hi Chris,
yes, they (Meetings, Costs and Backlogs) are compatible with 3.0 stable. We are using them here on OP.org.
You need to add the wanted plugins to your Gemfile.plugins (in OpenProject directory) file. Add:
Then run:
And at last, restart your application server.
But before you do all this, please backup your database to avoid unwanted losses in case anything goes wrong.
Best
Jens
Thank you.
For a production version, is the
branch => "dev"
still the same?Regards,
Chris
These are all the uncommented lines in my
Gemfile.plugins
.gem "openproject-plugins", :git => "git
github.com:opf/openproject-plugins.git“, :branch => ”dev"gem “openproject-meeting”, :git => “git@github.com:finnlabs/openproject-meeting.git”, :branch => “dev”
gem “openproject-costs”, :git => “git@github.com:finnlabs/openproject-costs.git”, :branch => “dev”
gem “openproject-pdf_export”, :git => “git@github.com:finnlabs/openproject-pdf_export”, :branch => “dev”
gem “openproject-backlogs”, :git => “git@github.com:finnlabs/openproject_backlogs”, :branch => “dev”
@
When I run
bundle install
, this is what I get:Hi Chris,
yes, they are still the “dev”-branches for production. We will have to release them properly but the time…
As for the errors on bundle install, that’s my fault. You need to use the https protocol to access them. Please change the entries in your Gemfile.plugins to:
Best
Jens
Thank-you Jens.
I made the change you mentioned. The
bundle install
andRAILS_ENV=production rake db:migrate
worked without error, butrake db:assets:precompile
produced the following.With the
--trace
:Regards,
Chris
I have also attached the “Web application could not be started” message I received, in case it provides additional information. One of the first things that states is
Could not find rake-10.1.1 in any of the sources (Bundler::GemNotFound)
. However, it is installed.Regards,
Chris
Hey Chris,
sorry for the confusion. It’s
(without the db)
The issue with the web server not being able to start is probably not related. The Gemfile.lock of the OP 3.0 stable states rake 10.1.0 not 10.1.1 as the rake it requires. While rake 10.1.1 should run OK as well, bundler will prevent it from being used for the application. So you need to install rake 10.1.0 as well.
On the other hand, I just noticed that you are using ruby 1.9.3 which is not officially supported by OpenProject (could work of course but we don’t know). It will definitely be a lot faster. Is it possible for you to update to 2.1.0? As you would then have to reinstall rake anyway, you would solve a lot of issues at once.
Best
Jens
There were a few other things going on in the background, but I seem to have all working right now. Thanks for your help.
Regards,
Chris
Hello everyone
I found this thread very useful as I was missing the Costing module. I have followed this and now I can see “Cost Control” appeaing under the list of modules in the project settings. However, eventhough I have ticked it and saved it a couple of times, I still do not see it appearing on the left menu panel for the project. I have given my user (developer, manager and reporter) rights as well as “administrator” right.
Any idea what is wrong?
Best wishes
Nima
Hello again
I seem to be spamming the forums with all of my issues, being an OP newbie, but this problem also is now solved. It seems as soon as I fixed the email issue, a lot of my other problems have disappeared.
Have a good weekend everyone
Best Wishes
Nima
I have installed the Meeting plugin, but I found I can only see the members who is administrator in the participant list, even though they are the member of the project. Is there any settings I need to complete first?
Hello Risheng,
see forum thread New meeting only for managers? for details.
Kind regards,
Hagen
I’ve been looking for a list of all the plugins like this. Thanks for posting it. I’m not sure if this is the right place for suggestions but it might be useful to include this in the installation instructions so other people can find it quickly.
Thanks,
Thomas