Content
Ubuntu Trusty 14.04 OpenProject 7.0.0 community edition install problems
Added by Igor Longagnani over 7 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)
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 :)