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. Validating the Architectural Components?

Validating the Architectural Components?

Added by Toby Chaloner almost 10 years ago

I have a dirty Ubuntu system and am unable to install OpenProject onto it. I have attempted the packaged and Manual installation. I now have a core dump being reported in the Apache2 logs, so I assume I need to validate each component is operating correctly bottom up, to find the miscreant.
Is there information on the architectural components of OpenProject and how to validate that they are working.
So far I can see

MySQL (1 database)

|
Ruby (1+ processes?)

|
Passenger

|
Apache2

I have had Redmine working on the machine, which could cause Passenger conflicts.
Ubuntu 14.04 Trusty 64bits

Any suggestions…?


Replies (1)

RE: Validating the Architectural Components? - Added by Toby Chaloner almost 10 years ago

I succeeded by returning to a backup taken prior to installing Redmine and OpenProject, then following the manual installation.
However the Ubuntu apache2 passenger.conf needed the PassengerRoot changing to the value emitted by running passenger-config —root when logged in as openproject. This was
PassengerRoot /home/openproject/.rvm/gems/ruby-2.1.5/gems/passenger-5.0.13

Also the installation instructions assume that a JavaScript runtime is present. As root I had to run
apt-get install nodejs. Following a service apache2 reload. OpenProject appeared in the firefox browser.

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