Content
Plugins not showing in webconsole
Added by vijay kumar almost 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)
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