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. get multiple errors when following Manual Installation Guide

get multiple errors when following Manual Installation Guide

Added by Eric Zhang about 9 years ago

tried following the Manual Installation Guide, but can’t get openproject running

  1. echo "export SECRET_KEY_BASE="`./bin/rake secret`" >> ~/.profile, this should be 'export SECRET_KEY_BASE="./bin/rake secret"', right?
  2. gem install passenger,then got a error said something like “need ruby version >=2.2.2”. Should I install ruby version 2.2.2 or get a specific version of passenger?
  3. after created openproject.conf, when trying restart apache, I got two errors: Invalid command 'ExpiresActive' and AH00558: apache2: Could not reliably determine the server's fully qualified domain name. Is this mean something wrong with apache installation?

To surpass errors above, I install ruby version 2.2.2, comment code below @ # Request browser to cache assets, add ServerName localhost@ to apache.conf. then when restart apache, I get a OK,but still get The Phusion Passenger application server encountered an error while starting your web application when access the webpage


Replies (1)

RE: get multiple errors when following Manual Installation Guide - Added by Oliver Jakobi about 9 years ago

Hi Eric,
Since there is more than one error, let me try to answer step by step.

1. you could also try to run ./bin/rake secret and copy the output to your echo. It’s just important, that you export SECRET_KEY_BASE="S0MeSecretHASH"
( To be honest: When I installed OpenProject manually, I did it that way. Some shells just work different with escape sequences etc..)

2. I have to admit, that this error is new to me, since I usually install Passenger from packages, because I use Nginx.

3. apache2: Could not reliably determine the server's fully qualified domain name is clearly an apache config issue. Nothing to REALLY worry about. But you could just tell apache WHAT exact domain name it is related to, then this error will disappear.
Also to eliminate the “expiresActive” error, you will have to enable mod_expires in your Apache Config. This can be done by placing a symlink like this n -s /etc/apache2/mods-available/expires.load /etc/apache2/mods-enabled/ on most linux/debian systems as root, or by configuring the apache2.conf (or httpd.conf) file to enable the module. See the Apache Documentation for more info.
http://httpd.apache.org/docs/

Putting all these issues aside:
What’s the reason you decided to go for the manual install?
I used to go that way for a long time on a couple of different machines, but since 5.0.13 at least, you should be able to get a solid install from the packages even when ommitting mysql or apache installation.

Don’t hesitate to ask, if you need further assitance.

Best
Oliver

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