Content
You are here:
Meetings plugin compatibility
Added by Thomas Lavelle about 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)
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 for development progress (I think you’ll see progress within this week).
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
Yours,
Philipp
Thanks for the information Philipp. I’ll try using the master branch and adding it to the stable build for now.
-Thomas
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