{"id":142689,"date":"2023-08-11T14:23:41","date_gmt":"2023-08-11T11:23:41","guid":{"rendered":"https:\/\/computingforgeeks.com\/?p=142689"},"modified":"2024-02-23T11:21:31","modified_gmt":"2024-02-23T08:21:31","slug":"how-to-install-openproject-on-debian-linux","status":"publish","type":"post","link":"https:\/\/computingforgeeks.com\/how-to-install-openproject-on-debian-linux\/","title":{"rendered":"How To Install OpenProject on Debian 12 (Bookworm)"},"content":{"rendered":"\n<p>In this article we shall cover the process of installing, configuring and using OpenProject on Debian 12 (Bookworm). <a href=\"https:\/\/www.openproject.org\/\" data-type=\"link\" data-id=\"https:\/\/www.openproject.org\/\" target=\"_blank\" rel=\"noreferrer noopener\">OpenProject<\/a> is free to use and open source project collaboration software that fulfils highest standards in data security and privacy according to German law. The company has invested heavily in security of the services and the protection of customer\u2019s data. Here is a overview of some OpenProject great features.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Project planning and scheduling<\/li>\n\n\n\n<li>Product roadmap and release planning<\/li>\n\n\n\n<li>Task management and team collaboration<\/li>\n\n\n\n<li>Agile and Scrum<\/li>\n\n\n\n<li>Time tracking, cost reporting, and budgeting<\/li>\n\n\n\n<li>Bug tracking<\/li>\n\n\n\n<li>Wikis &#8211; Built in documentation support<\/li>\n\n\n\n<li>Forums &#8211; Let people engage<\/li>\n\n\n\n<li>Meeting agendas and meeting minutes<\/li>\n<\/ul>\n\n\n\n<p>Follow the steps provided in the following section to install and configure OpenProject on Debian 12 (Bookworm). We&#8217;ll give a separate link on how to secure the installation with Let&#8217;s Encrypt SSL certificate.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Step 1: Update Debian system<\/h2>\n\n\n\n<p>Let&#8217;s begin our installation by ensuring our system is updated. Login to the server and upgrade your OS.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt -y update &amp;&amp; sudo apt -y upgrade<\/code><\/pre>\n\n\n\n<p>If a reboot is required after the upgrade, consider performing it.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#91; -f \/var\/run\/reboot-required ] &amp;&amp; sudo reboot -f<\/code><\/pre>\n\n\n\n<p>Set FQDN hostname on the server. Replace <code>projects.example.com<\/code> with your valid DNS name.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo hostnamectl set-hostname<strong> projects.example.com<\/strong><\/code><\/pre>\n\n\n\n<p>Also update timezone. The value <strong><em>Africa\/Nairobi<\/em><\/strong> should be substituted accordingly.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo timedatectl set-timezone <mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-purple-color\">Africa\/Nairobi<\/mark><\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Step 2: Configure OpenProject APT repository<\/h2>\n\n\n\n<p>The latest packages of OpenProject are available in the project&#8217;s AppStream repository.<\/p>\n\n\n\n<p>Import GPG key used in signing OpenProject packages.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt update\nsudo apt -y install gnupg2 wget apt-transport-https curl wget\ncurl -fsSL https:\/\/dl.packager.io\/srv\/opf\/openproject\/key | sudo gpg --dearmor -o \/etc\/apt\/trusted.gpg.d\/openproject.gpg<\/code><\/pre>\n\n\n\n<p>After successful importation of repository GPG keys, proceed to add the repository.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo wget -O \/etc\/apt\/sources.list.d\/openproject.list https:\/\/dl.packager.io\/srv\/opf\/openproject\/stable\/12\/installer\/debian\/11.repo<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Step 3: Install OpenProject packages<\/h2>\n\n\n\n<p>Let&#8217;s now update repository list before we do the installation.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$ <mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-pale-pink-color\">sudo apt update<\/mark>\nHit:1 http:\/\/security.debian.org\/debian-security bookworm-security InRelease\nHit:2 http:\/\/deb.debian.org\/debian bookworm InRelease\nHit:3 http:\/\/deb.debian.org\/debian bookworm-updates InRelease\nGet:4 https:\/\/dl.packager.io\/srv\/deb\/opf\/openproject\/stable\/12\/debian 11 InRelease &#91;1,849 B]\nGet:5 https:\/\/dl.packager.io\/srv\/deb\/opf\/openproject\/stable\/12\/debian 11\/main amd64 Packages &#91;5,474 B]\nFetched 7,323 B in 10s (744 B\/s)\nReading package lists... Done\nBuilding dependency tree... Done\nReading state information... Done\nAll packages are up to date.<\/code><\/pre>\n\n\n\n<p>If it doesn&#8217;t give error proceed to install openproject on Debian 12.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt -y install openproject<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Step 4: Configure OpenProject<\/h2>\n\n\n\n<p>After installation perform initial configuration by running <code>openproject configure<\/code> commands.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo openproject configure<\/code><\/pre>\n\n\n\n<p>You can choose to install PostgreSQL database server on your local system if no existing remote database server available.<\/p>\n\n\n\n<figure class=\"wp-block-image is-resized td-caption-align-https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-01.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"549\" src=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-01-1024x549.png\" alt=\"\" class=\"wp-image-37119\" style=\"width:768px;height:412px\" title=\"\" srcset=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-01-1024x549.png 1024w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-01-300x161.png 300w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-01-768x412.png 768w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-01-696x373.png 696w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-01-1068x572.png 1068w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-01-784x420.png 784w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-01.png 1269w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Configure Apache2 web server.<\/p>\n\n\n\n<figure class=\"wp-block-image is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"995\" height=\"614\" src=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-02.png\" alt=\"\" class=\"wp-image-37120\" style=\"width:746px;height:461px\" title=\"\" srcset=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-02.png 995w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-02-300x185.png 300w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-02-768x474.png 768w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-02-356x220.png 356w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-02-696x429.png 696w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-02-681x420.png 681w\" sizes=\"auto, (max-width: 995px) 100vw, 995px\" \/><\/figure>\n\n\n\n<p>Confirm or change your server FQDN to be used by OpenProject.<\/p>\n\n\n\n<figure class=\"wp-block-image is-resized td-caption-align-https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-03.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"549\" src=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-03-1024x549.png\" alt=\"\" class=\"wp-image-37121\" style=\"width:768px;height:412px\" title=\"\" srcset=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-03-1024x549.png 1024w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-03-300x161.png 300w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-03-768x412.png 768w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-03-696x373.png 696w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-03-1068x572.png 1068w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-03-784x420.png 784w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-03.png 1211w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Set project path prefix. If you leave it blank the installation will be on the root of your domain.<\/p>\n\n\n\n<figure class=\"wp-block-image is-resized td-caption-align-https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-04.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"561\" src=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-04-1024x561.png\" alt=\"\" class=\"wp-image-37124\" style=\"width:768px;height:421px\" title=\"\" srcset=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-04-1024x561.png 1024w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-04-300x164.png 300w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-04-768x420.png 768w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-04-696x381.png 696w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-04-1068x585.png 1068w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-04-767x420.png 767w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-04.png 1202w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>If you have SSL already in the server, e.g Let&#8217;s Encrypt configure it.<\/p>\n\n\n\n<figure class=\"wp-block-image is-resized td-caption-align-https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-05.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"569\" src=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-05-1024x569.png\" alt=\"\" class=\"wp-image-37128\" style=\"width:768px;height:427px\" title=\"\" srcset=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-05-1024x569.png 1024w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-05-300x167.png 300w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-05-768x427.png 768w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-05-696x387.png 696w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-05-1068x594.png 1068w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-05-755x420.png 755w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-05.png 1198w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>You can skip <strong>svn <\/strong>and use Git in the next page for your repositories.<\/p>\n\n\n\n<figure class=\"wp-block-image is-resized td-caption-align-https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-06.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"502\" src=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-06-1024x502.png\" alt=\"\" class=\"wp-image-37129\" style=\"width:768px;height:377px\" title=\"\" srcset=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-06-1024x502.png 1024w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-06-300x147.png 300w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-06-768x377.png 768w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-06-324x160.png 324w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-06-533x261.png 533w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-06-696x342.png 696w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-06-1068x524.png 1068w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-06-856x420.png 856w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-06.png 1288w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Accept installation of Git version control.<\/p>\n\n\n\n<figure class=\"wp-block-image is-resized td-caption-align-https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-07.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"569\" src=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-07-1024x569.png\" alt=\"\" class=\"wp-image-37132\" style=\"width:768px;height:427px\" title=\"\" srcset=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-07-1024x569.png 1024w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-07-300x167.png 300w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-07-768x426.png 768w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-07-696x386.png 696w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-07-1068x593.png 1068w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-07-756x420.png 756w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-07.png 1214w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Provide a path to Git repositories. You can use default path.<\/p>\n\n\n\n<figure class=\"wp-block-image is-resized td-caption-align-https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-08.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"574\" src=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-08-1024x574.png\" alt=\"\" class=\"wp-image-37134\" style=\"width:768px;height:431px\" title=\"\" srcset=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-08-1024x574.png 1024w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-08-300x168.png 300w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-08-768x431.png 768w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-08-696x390.png 696w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-08-1068x599.png 1068w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-08-749x420.png 749w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-08.png 1084w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Click Okay to proceed with the installation.<\/p>\n\n\n\n<figure class=\"wp-block-image is-resized td-caption-align-https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-09.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"585\" src=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-09-1024x585.png\" alt=\"\" class=\"wp-image-37137\" style=\"width:768px;height:439px\" title=\"\" srcset=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-09-1024x585.png 1024w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-09-300x171.png 300w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-09-768x439.png 768w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-09-696x398.png 696w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-09-1068x610.png 1068w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-09-735x420.png 735w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-09.png 1132w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Choose application to use for emails sending.<\/p>\n\n\n\n<figure class=\"wp-block-image is-resized td-caption-align-https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-10.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"521\" src=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-10-1024x521.png\" alt=\"\" class=\"wp-image-37141\" style=\"width:768px;height:391px\" title=\"\" srcset=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-10-1024x521.png 1024w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-10-300x153.png 300w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-10-768x391.png 768w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-10-696x354.png 696w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-10-1068x544.png 1068w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-10-825x420.png 825w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-10.png 1216w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Provide admin email account.<\/p>\n\n\n\n<figure class=\"wp-block-image is-resized td-caption-align-https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-11.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"516\" src=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-11-1024x516.png\" alt=\"\" class=\"wp-image-37143\" style=\"width:768px;height:387px\" title=\"\" srcset=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-11-1024x516.png 1024w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-11-300x151.png 300w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-11-768x387.png 768w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-11-696x351.png 696w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-11-1068x538.png 1068w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-11-833x420.png 833w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-11.png 1210w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Enable installation of Memcache server.<\/p>\n\n\n\n<figure class=\"wp-block-image is-resized td-caption-align-https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-12.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"584\" src=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-12-1024x584.png\" alt=\"\" class=\"wp-image-37145\" style=\"width:768px;height:438px\" title=\"\" srcset=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-12-1024x584.png 1024w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-12-300x171.png 300w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-12-768x438.png 768w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-12-696x397.png 696w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-12-1068x609.png 1068w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-12-736x420.png 736w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-12.png 1101w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>if you get the error &#8220;<em><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-luminous-vivid-orange-color\">LoadError: libssl.so.1.1: cannot open shared object file: No such file or directory<\/mark><\/em>&#8220;. Solve by installing <code>libssl1.1<\/code>.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>wget http:\/\/security.debian.org\/debian-security\/pool\/updates\/main\/o\/openssl\/libssl1.1_1.1.1n-0+deb11u5_amd64.deb\nsudo dpkg -i libssl1.1_1.1.1n-0+deb11u5_amd64.deb\n\n<em><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-purple-color\"># OR\n<\/mark><\/em>wget http:\/\/nz2.archive.ubuntu.com\/ubuntu\/pool\/main\/o\/openssl\/libssl1.1_1.1.1f-1ubuntu2.19_amd64.deb\nsudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.19_amd64.deb<\/code><\/pre>\n\n\n\n<p>Confirm the service is running after installation.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$ <mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-pale-pink-color\">systemctl status openproject<\/mark>\n<mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-light-green-cyan-color\">\u25cf<\/mark> openproject.service\n     Loaded: loaded (\/etc\/systemd\/system\/openproject.service; enabled; preset: enabled)\n     Active: <mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-green-cyan-color\">active (running) <\/mark>since Fri 2023-08-11 06:15:08 EDT; 2min 58s ago\n   Main PID: 14177 (sleep)\n      Tasks: 1 (limit: 9476)\n     Memory: 176.0K\n        CPU: 1ms\n     CGroup: \/system.slice\/openproject.service\n             \u2514\u250014177 \/bin\/sleep infinity<\/code><\/pre>\n\n\n\n<p>If you need to reconfigure at any point in time run:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo openproject reconfigure<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Step 5: Access OpenProject Dashboard<\/h2>\n\n\n\n<p>In your <a href=\"https:\/\/www.cloudflare.com\/learning\/dns\/what-is-a-dns-server\/\" target=\"_blank\" data-type=\"link\" data-id=\"https:\/\/www.cloudflare.com\/learning\/dns\/what-is-a-dns-server\/\" rel=\"noreferrer noopener\">DNS server<\/a> map domain name to IP address, e.g<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>192.168.1.52 projects.example.com<\/code><\/pre>\n\n\n\n<p>Visit the URL of OpenProject Dashboard on;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>http:&#47;&#47;example.com\/login<\/code><\/pre>\n\n\n\n<p>You should see an interface similar to one shown below:<\/p>\n\n\n\n<figure class=\"wp-block-image is-resized td-caption-align-https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-13.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"349\" src=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-13-1024x349.png\" alt=\"\" class=\"wp-image-37146\" style=\"width:768px;height:262px\" title=\"\" srcset=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-13-1024x349.png 1024w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-13-300x102.png 300w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-13-768x262.png 768w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-13-696x237.png 696w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-13-1068x364.png 1068w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-13-1233x420.png 1233w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-13.png 1911w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>To Login to the web console as admin user:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Username: <mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-purple-color\">admin<\/mark>\nPassword: <mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-cyan-blue-color\">admin<\/mark><\/code><\/pre>\n\n\n\n<p>You\u2019ll be required to change the admin password after the first login.<\/p>\n\n\n\n<figure class=\"wp-block-image is-resized td-caption-align-https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-14.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"335\" src=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-14-1024x335.png\" alt=\"\" class=\"wp-image-37147\" style=\"width:768px;height:251px\" title=\"\" srcset=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-14-1024x335.png 1024w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-14-300x98.png 300w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-14-768x251.png 768w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-14-696x228.png 696w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-14-1068x349.png 1068w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-14-1285x420.png 1285w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2019\/10\/install-openproject-debian-10-14.png 1915w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>To access Administration dashboard click on the logo and go to <strong><em>Administration<\/em><\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"422\" src=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2023\/08\/openproject-01-1024x422.png\" alt=\"\" class=\"wp-image-142744\" title=\"\" srcset=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2023\/08\/openproject-01-1024x422.png 1024w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2023\/08\/openproject-01-300x124.png 300w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2023\/08\/openproject-01-768x317.png 768w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2023\/08\/openproject-01-696x287.png 696w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2023\/08\/openproject-01-1068x440.png 1068w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2023\/08\/openproject-01-1019x420.png 1019w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2023\/08\/openproject-01.png 1082w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>An interface with lots of tuning and customizations is presented to you.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"502\" src=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2023\/08\/openproject-02-1024x502.png\" alt=\"\" class=\"wp-image-142745\" title=\"\" srcset=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2023\/08\/openproject-02-1024x502.png 1024w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2023\/08\/openproject-02-300x147.png 300w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2023\/08\/openproject-02-768x376.png 768w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2023\/08\/openproject-02-1536x753.png 1536w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2023\/08\/openproject-02-2048x1004.png 2048w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2023\/08\/openproject-02-696x341.png 696w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2023\/08\/openproject-02-1068x524.png 1068w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2023\/08\/openproject-02-857x420.png 857w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2023\/08\/openproject-02-324x160.png 324w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2023\/08\/openproject-02-533x261.png 533w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p>In this article we&#8217;ve been able to install OpenProject on Debian 12 (Bookworm).<\/p>\n\n\n\n<p>More guides.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a aria-label=\" (opens in a new tab)\" href=\"https:\/\/computingforgeeks.com\/install-openproject-community-edition-on-centos-fedora\/\" target=\"_blank\" rel=\"noreferrer noopener\">Install OpenProject Community Edition on CentOS 8<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/computingforgeeks.com\/how-to-install-openproject-community-edition-on-ubuntu\/\" target=\"_blank\" rel=\"noreferrer noopener\">Install OpenProject on Ubuntu Linux<\/a><\/li>\n\n\n\n<li><a aria-label=\" (opens in a new tab)\" href=\"https:\/\/computingforgeeks.com\/install-gitea-git-service-on-debian\/\" target=\"_blank\" rel=\"noreferrer noopener\">Install Gitea Git service on Debian<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/computingforgeeks.com\/how-to-install-odoo-on-debian-linux\/\" target=\"_blank\" rel=\"noreferrer noopener\">How To Install Odoo on Debian Linux<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/computingforgeeks.com\/how-to-install-postgis-on-ubuntu-linux\/\" target=\"_blank\" rel=\"noreferrer noopener\">How To Install PostGIS on Ubuntu<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>In this article we shall cover the process of installing, configuring and using OpenProject on Debian 12 (Bookworm). OpenProject is free to use and open source project collaboration software that fulfils highest standards in data security and privacy according to German law. The company has invested heavily in security of the services and the protection &#8230; <a title=\"How To Install OpenProject on Debian 12 (Bookworm)\" class=\"read-more\" href=\"https:\/\/computingforgeeks.com\/how-to-install-openproject-on-debian-linux\/\" aria-label=\"Read more about How To Install OpenProject on Debian 12 (Bookworm)\">Read more<\/a><\/p>\n","protected":false},"author":3,"featured_media":142745,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[26,299,50,832],"tags":[715],"class_list":["post-142689","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-debian","category-how-to","category-linux-tutorials","category-tech","tag-openproject"],"_links":{"self":[{"href":"https:\/\/computingforgeeks.com\/wp-json\/wp\/v2\/posts\/142689","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/computingforgeeks.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/computingforgeeks.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/computingforgeeks.com\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/computingforgeeks.com\/wp-json\/wp\/v2\/comments?post=142689"}],"version-history":[{"count":0,"href":"https:\/\/computingforgeeks.com\/wp-json\/wp\/v2\/posts\/142689\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/computingforgeeks.com\/wp-json\/wp\/v2\/media\/142745"}],"wp:attachment":[{"href":"https:\/\/computingforgeeks.com\/wp-json\/wp\/v2\/media?parent=142689"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/computingforgeeks.com\/wp-json\/wp\/v2\/categories?post=142689"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/computingforgeeks.com\/wp-json\/wp\/v2\/tags?post=142689"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}