Content
No plugins after install
Added by Nuno Marques over 10 years ago
Finally mannaged to get a production server running (no auto start yet though). Want to add plugins. Created a file named Gemfile.plugins in ~/openproject/config and added these lines:
gem “openproject-global_roles”
gem “openproject-meeting”, :git => “https://github.com/finnlabs/openproject-meeting.git”, :branch => “dev”
gem “openproject-my_project_page”, :git => “https://github.com/finnlabs/openproject-my_project_page.git”, :branch => “stable”
gem “openproject-documents”, git: “https://github.com/opf/openproject-documents.git”, :branch => “stable”
Closed the file and ran bundle install Lots of lines flew by and the message Your bundle is complete! greets me at the end.
Hop over to notebook. Login to server. Admin (yay!!!!) and all looks good. Modules: only one available, so I click Administration. Looks good. Now I see plugins at left side. Click!
Nothing the plugins page says No data to display.
Help?
Replies (3)
Hello Nuno,
just move the
Gemfile.plugins
to the root of your OpenProject installation (~/openproject
), callbundle install
again, and restart the server. The plug-ins should be available then.Kind regards,
Hagen
I have the same problem:
“bundle install” runs in less than 1 sec, and claims that the bundle is complete. Still in OpenProject there are no plugins visible after apache2 restart.
Hello Mate,
try to rename your file to
Gemfile.plugins
(you’re missing the final s). Afterbundle install
don’t forget to callrake db:migrate
.I hope this helps?
Kind regards,
Hagen