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. open project not available after plugin installation

open project not available after plugin installation

Added by Miralem Cebic over 10 years ago

Hi guys,

I’m using a Ubuntu VM Server. 14.04
I was installing OP from this Tut: https://packager.io/gh/tessi/openproject/install?bid=37#trusty

After Installation OP was accessible via www.myWebSite.tld:8080/

But there where no Plugins or something else. So I decided to install some plugins.
Ofter FTP I navigate to /opt/openproject and there I generate a Gemfile.plugins(1) file.

At this Link: https://gist.github.com/crohr/10111721
I found a Plugin Installation Instruction:
So I stopped OP via console and
followed these instructions.

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

everything seems fine to me.

Console told me “openproject start/running”

But when I navigate to www.myWebSite.tld:8080/ my Browser is loading/and loading. loading never ends.
I tried to ping, but no response :/

Does Anyone know what is wrong with my OP instance?

(1)
The Gemfile looks like:

gem “openproject-plugins”, :git => “https://github.com/opf/openproject-plugins.git”, :branch => “stable”
gem ‘openproject-pdf_export’, :git => ‘https://github.com/finnlabs/openproject-pdf_export.git’, :branch => ‘stable’
#gem “openproject-auto_project”, :git => “https://github.com/oliverguenther/openproject-auto_project.git”, :branch => ‘stable’
gem “openproject-meeting”, :git => “https://github.com/finnlabs/openproject-meeting.git”, :branch => “stable”
gem “openproject-backlogs”, :git => “https://github.com/finnlabs/openproject-backlogs.git”, :branch => ‘stable’
gem ‘openproject-costs’, :git => ‘https://github.com/finnlabs/openproject-costs.git’, :branch => ‘stable’
#gem “openproject-ensure_project_hierarchy”, :git => “https://github.com/oliverguenther/openproject-ensure_project_hierarchy.git”, :branch => ‘stable’
gem ‘openproject-documents’, :git => ‘https://github.com/opf/openproject-documents.git’, :branch => ‘stable’
gem ‘openproject-my_project_page’, :git => ‘https://github.com/finnlabs/openproject-my_project_page.git’, :branch => ‘stable’
gem ‘reporting_engine’, :git => ‘https://github.com/finnlabs/reporting_engine.git’, :branch => ‘stable’


Replies (1)

RE: open project not available after plugin installation - Added by Brendan Dunn over 10 years ago

have you checked the log files

You can find logs at /var/log/openproject/.

cheers
Brendan

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