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. Meetings plugin compatibility

Meetings plugin compatibility

Added by Thomas Lavelle over 11 years ago

Hello all,

I’ve recently stumbled upon OpenProject and I like what I see. I’ve successfully installed the stable version and I noticed that the Meetings plugin was unavailable. After some digging I decided to switch to the unstable version so I could add the Meetings plugin. Once I had gotten that up I realized the Meetings plugin will only work with pre9 - 12 and the current feature/rails3 is on pre17. Browsing the repo it looks like the only tags are pre16 or pre17. Is there a core release available anywhere that will allow me to use the meetings plugin? Or do I need to wait until there’s a stable 3.0 version that the meetings plugin is updated to work with?

Thanks,
Thomas


Replies (3)

RE: Meetings plugin compatibility - Added by Philipp Tessenow over 11 years ago

Hi Thomas,

I am not the maintainer of the meetings plugin, but I can tell you what I’ve heared :)

As far as I know, the master branch of https://github.com/finnlabs/openproject-meeting/tree/master should still work with the stable version.
However, if you want to continue to use the OpenProject beta your observations are right. The good news is that Sebastian is working on that issue in the current development sprint. Have a closer look at for development progress (I think you’ll see progress within this week).

Yours,
Philipp

RE: Meetings plugin compatibility - Added by Thomas Lavelle over 11 years ago

Thanks for the information Philipp. I’ll try using the master branch and adding it to the stable build for now.

-Thomas

RE: Meetings plugin compatibility - Added by Thomas Lavelle over 11 years ago

In case anyone else stumbles upon this looking to install the meetings plugin on the 2.4 stable release, these are the steps I took to get it to work. These may not be the best directions but hopefully they are helpful for others who have not dealt with ruby before.

1) cd OPENPROJECT_DIR/vendor/plugins where OPENPROJECT_DIR is the location your openproject git repo resides
2) git clone https://github.com/finnlabs/openproject-meeting
3) git checkout master
4) cd OPENPROJECT_DIR
5) bundle install (it doesnt say anything about installing openproject-meeting but it works)
6) rake db:migrate db:migrate:plugins (or rake db:migrate db:migrate:plugins RAILS_ENV=production if running in production)
7) cd OPENPROJECT_DIR/vendor/plugins
8) mv openproject-meeting redmine_meeting (there’s a file with a path that uses redmine_meeting so we have to rename the plugin)
9) On your website, navigate to project settings -> modules and make sure to check meetings
10) Meetings should now appear as a tab on the left side and you should be able to create one

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