Top Menu

Jump to content
    Global modules

    Global modules

    • Home
    • Projects
    • Activity
    • Work packages
    • Gantt charts
    • Calendars
    • Team planners
    • Boards
    • News
    Home
    Home
Help
    Getting started
    • Introduction video
  • 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

User menu

Sign in
Forgot your password?

or sign in with your existing account

OpenProject ID Google

Side Menu

Collapse project menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Expand project menu
Support Installation & Updates
  1. OpenProject Community
  2. OpenProject
  3. Forums
  4. Support Installation & Updates
  5. Validating the Architectural Components?

Validating the Architectural Components?

Added by Toby Chaloner about 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 about 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...