Content
You are here:
Installing openproject with nginx proxy
Added by Luigina Marcotrigiano over 2 years ago
Hi all I would like to understand which path I need to follow in order to implement the following on debian.
I have a test dns domain site (used only for you that can be purchased on the internet for example www.cicciocapriccio.it), so that when users access "www.cicciocapriccio.it", these through nginx proxy are sorted on internal openproject.
Then internal openproject, while visible on the internet www.cicciocapriccio.it and between openproject and www.cicciocapriccio.it install nginx proxy.
Do I install openproject first? without apache? or do I install openproject with apache included and subsequently install nginx as a proxy?
Is there a guide to such a scenario?
Replies (2)
Hi Luigina,
You can find the installation guide to install OpenProject with DEB/RPM packages here: https://www.openproject.org/docs/installation-and-operations/installation/packaged/
Kind regards
Samantha
Hi I have tried several times with different linux distributions to install openproject following the guide you gave me but it doesn't seem to work. I tried debian 10, ubuntu 18, 20 doesn't work. I think the error is initial when I run the command "" wget -qO- https://dl.packager.io/srv/opf/openproject/key | sudo apt-key add - "". The error is: "" warning apt-key is deprecated "". I continue the installation procedure but when I execute the configuration with the command "" sudo openproject configure "at the last step an error is shown that refers to the pgp packages not installed and therefore postgre cannot be installed. I would like to understand why incorrect procedures are posted on an official website?