Added by David Tessier almost 8 years ago
I’ve installed OP on Ubuntu 16.4 using the RPM / DEB packages.
When I was going through the installer I was asked if I wanted to use or skip various install features such as a database, or apache server.
My setup already has LAMP so I decided to skip the apache part. Everything else seems to have installed fine. But now I’m left wondering… where are the web files that I need to put in /var/www/html/ ? I can’t see any instructions for manually installing the apache files.
Replies (2)
Hi David,
with the packages, when you choose to skip the apache installation for you, you are required to configure the web server yourself. OpenProject will run with unicorn at
localhost:6000
by default and you’ll need to configure a forwarding proxy.Alternatively, you can disable the unicorn server (
openproject scale web=0
) and manually run the rails application under/opt/openproject
. This is similar to how the manual installation guide works.In any case, you will not have the full benefit of the package setting up your environment, and until we support an existing apache installation with other configurations, we advise for letting the packager handle the setup on a separate environment.
Best,
Oliver
Hi Oliver,
Could i update unicorn from localhost:6000 to IP 192.168.x.x:6000 to make it work with another Apache reverse proxy from other host ?
Regards,
Phong