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

Plugins
  1. OpenProject
  2. Forums
  3. Plugins
  4. Plugins not showing in webconsole

Plugins not showing in webconsole

Added by vijay kumar over 10 years ago

Hi All,

I wanted to install the plugins for Openproject
https://github.com/finnlabs/openproject-backlogs
I followed the same mentioned in the above link.
I ran the bundle install and everything installed and i am not able to see the plugin in Web console.
I have created the Gemfile.plugins in /opt/openproject/

gem “pdf-inspector”, “~>1.0.0”, :group => :test
gem “openproject-meeting”, :git => “https://github.com/finnlabs/openproject-meeting.git”, :branch => “stable”
gem “openproject-pdf_export”, git: “https://github.com/finnlabs/openproject-pdf_export.git”, :branch => “stable”
gem “openproject-plugins”, git: “https://github.com/opf/openproject-plugins.git”, :branch => “stable”
gem “openproject-backlogs”, git: “https://github.com/finnlabs/openproject-backlogs.git”, :branch => “stable”

I have added this lines in Gemfile.plugins .
Need your help urgently.

Regards,
Vijay


Replies (1)

RE: Plugins not showing in webconsole - Added by andrea olivotto over 10 years ago

I’m not an expert, but the procedure depends on the type of your installation.
In case of a package installation, I followed the instructions in this page:
https://gist.github.com/crohr/10111721

So, after the Gemfile.plugin modification you should run:

sudo apt-get install -y git sudo openproject run bundle install --no-deployment sudo openproject run rake db:migrate sudo openproject run rake assets:precompile sudo service openproject restart

This worked for me.

In case of a manual installation, I guess you should follow this page:
https://www.openproject.org/download/install-plugins/

Maybe you did everything, but you still have the problem.
In this case, wait for some more useful help :-)

Andrea

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