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. Ubuntu Trusty 14.04 OpenProject 7.0.0 community edition install problems

Ubuntu Trusty 14.04 OpenProject 7.0.0 community edition install problems

Added by Igor Longagnani almost 8 years ago

  • Had previous OpenProject 6.1.5 ce edition installed and working properly, was waiting for 7.0 Gantt chart upgrade
  • Did a complete uninstall
  • Followed Ubuntu 14.04Trusty 3 steps installation instruction here: https://www.openproject.org/download-and-installation/
  • Configured Virtualhost myself

<VirtualHost *:80>
ServerName openproject.
# !!! Be sure to point DocumentRoot to ‘public’!
DocumentRoot /opt/openproject/public
<Directory /opt/openproject/public>
# This relaxes Apache security settings.
AllowOverride all
# MultiViews must be turned off.
Options -MultiViews
# Uncomment this if you’re on Apache >= 2.4:
Require all granted

<Location /assets/>
ExpiresActive On
ExpiresDefault “access plus 1 year”

Everything seems fine
Querying the site on Chrome latest version gives a Forbidden - You don’t have permission to access / on this server error

Checking the Apache error.log gives

[autoindex:error] [pid 5817] [client 192.168.1.42:59487] AH01276: Cannot serve directory /opt/openproject/public/: No matching DirectoryIndex (index.html,index.cgi,index.pl,index.php,index.xhtml,index.htm) found, and server-generated directory index forbidden by Options directive

Checking /opt/openproject/public/ seems like fiels are missing .. but probably we missed something else.

Any idea?

Igor

P.S. btw not a Ruby expert here


Replies (1)

RE: Ubuntu Trusty 14.04 OpenProject 7.0.0 community edition install problems - Added by Igor Longagnani almost 8 years ago

Merged some docs and did it manually :)

Ruby 2.4.1 - http://www.linuxfromscratch.org/blfs/view/cvs/general/ruby.html
then
https://github.com/opf/openproject/blob/release/7.0/docs/installation/manual/README.md

Works like a charm :)

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