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. No plugins after install

No plugins after install

Added by Nuno Marques about 11 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)

RE: No plugins after install - Added by Hagen Schink about 11 years ago

Hello Nuno,

just move the Gemfile.plugins to the root of your OpenProject installation (~/openproject), call bundle install again, and restart the server. The plug-ins should be available then.

Kind regards,
Hagen

RE: No plugins after install - Added by Mate Koch about 11 years ago

I have the same problem:

openproject@debian:~/openproject$ cat Gemfile.plugin 
# Required for each plug-in
gem "openproject-plugins", :git => "https://github.com/opf/openproject-plugins.git", :branch => "stable" 

# Required by backlogs
gem "openproject-pdf_export", git: "https://github.com/finnlabs/openproject-pdf_export.git", :branch => "stable" 

gem "openproject-backlogs", git: "https://github.com/finnlabs/openproject-backlogs.git", :branch => "dev" 

gem "openproject-meeting", :git => "https://github.com/finnlabs/openproject-meeting.git", :branch => "dev"

gem "openproject-global_roles"

gem 'openproject_help_link', :git => 'git@github.com:finnlabs/help_link.git'

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"

gem "reporting_engine", git: "https://github.com/finnlabs/reporting_engine.git", :branch => "dev"

“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.

RE: No plugins after install - Added by Hagen Schink about 11 years ago

Hello Mate,

try to rename your file to Gemfile.plugins (you’re missing the final s). After bundle install don’t forget to call rake db:migrate.

I hope this helps?

Kind regards,
Hagen

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