{"id":2838,"date":"2018-02-02T20:36:33","date_gmt":"2018-02-02T17:36:33","guid":{"rendered":"https:\/\/www.howtoforge.com\/tutorial\/ubuntu-openproject-installation\/"},"modified":"2018-02-02T20:36:33","modified_gmt":"2018-02-02T17:36:33","slug":"how-to-install-openproject-on-ubuntu-16-04","status":"publish","type":"post","link":"https:\/\/afaghhosting.net\/blog\/how-to-install-openproject-on-ubuntu-16-04\/","title":{"rendered":"How to Install OpenProject on Ubuntu 16.04"},"content":{"rendered":"<p>OpenProject is a web-based management system for location-independent team collaboration, released under <span>GNU GPL 3 License<\/span>. It&#8217;s a project management software that provides task-management, team collaboration, scrum etc. OpenProject is written in Ruby on Rails and AngularJS.<\/p>\n<p>In this tutorial, I will show you how to install and configure the OpenProject management system using Ubuntu 16.04. The tool can be installed manually or by using packages from the repository. For this guide, we will install Openproject from repository.<\/p>\n<h2 id=\"prerequisite\">Prerequisite<\/h2>\n<ul>\n<li>Ubuntu 16.04<\/li>\n<li>Root Privileges<\/li>\n<\/ul>\n<h2 id=\"what-we-will-do\">What we will do<\/h2>\n<ol>\n<li>Update and Upgrade System<\/li>\n<li>Install OpenProject Management System<\/li>\n<li>OpenProject Post-Install Configuration<\/li>\n<li>Testing<\/li>\n<\/ol>\n<h2 id=\"step-update-and-upgrade-system\">Step 1 &#8211; Update and Upgrade System<\/h2>\n<p>Before installing the OpenProject on to the Ubuntu system, update all available repositories and upgrade the Ubuntu system.<\/p>\n<p>Run the following commands.<\/p>\n<p class=\"command\">sudo apt update<br \/>sudo apt upgrade -y<\/p>\n<h2 id=\"step-install-openproject-management-system\">Step 2 &#8211; Install OpenProject Management System<\/h2>\n<p>By default, OpenProject provides a repository of packages for many Linux distros, including Ubuntu, CentOS, Debian, and SUSE Linux Enterprise. And it can be installed manually on your distro.<\/p>\n<p>For this guide, we will install the &#8216;OpenProject&#8217; project management system from the repository.<\/p>\n<p>Download the open project key and add it to the system.<\/p>\n<p class=\"command\">wget -qO- https:\/\/dl.packager.io\/srv\/opf\/openproject-ce\/key | sudo apt-key add &#8211;<\/p>\n<p>And download the openproject repository for Ubuntu 16.04 in the &#8216;\/etc\/apt\/sources.list.d&#8217; directory.<\/p>\n<p class=\"command\">sudo wget -O \/etc\/apt\/sources.list.d\/openproject-ce.list \\<br \/>\u00a0 https:\/\/dl.packager.io\/srv\/opf\/openproject-ce\/stable\/7\/installer\/ubuntu\/16.04.repo<\/p>\n<p>Now update the Ubuntu repository and install openproject using the apt command as shown below.<\/p>\n<p class=\"command\">sudo apt update<br \/>sudo apt-get install openproject -y<\/p>\n<p>After the installation is complete, you should get a result similar to the following.<\/p>\n<p><a class=\"fancybox\" id=\"img-16\" href=\"https:\/\/www.howtoforge.com\/images\/how_to_install_openproject_on_ubuntu_1604\/big\/16.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/afaghhosting.net\/blog\/wp-content\/uploads\/2018\/02\/how-to-install-openproject-on-ubuntu-16-04.png\" alt=\"Install OpenProject\" width=\"500\" height=\"151\" title=\"\"><\/a><\/p>\n<h2 id=\"step-openproject-postinstall-configuration\">Step 3 &#8211; Openproject Post-Install Configuration<\/h2>\n<p>After the openproject packages are installed, we still need to do configuration. We will configure the database using MySQL, webserver using Apache, configure a domain name, adding support for Git and SVN, configure email notification, and enable Memcached for the application cache.<\/p>\n<p>Run the openproject command below.<\/p>\n<p class=\"command\">openproject configure<\/p>\n<p>And you will get the wizard for openproject database configuration.<\/p>\n<p><a class=\"fancybox\" id=\"img-1\" href=\"https:\/\/www.howtoforge.com\/images\/how_to_install_openproject_on_ubuntu_1604\/big\/1.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/afaghhosting.net\/blog\/wp-content\/uploads\/2018\/02\/how-to-install-openproject-on-ubuntu-16-04-1.png\" alt=\"Configure OpenProject\" width=\"500\" height=\"364\" title=\"\"><\/a><\/p>\n<p>Select &#8216;<em><strong>Install and configure MySQL server locally<\/strong><\/em>&#8216; and click &#8216;OK&#8217;. It will automatically install MySQL server on the system, and automatically create the database for openproject installation.<\/p>\n<p>For the web server configuration, choose the &#8216;Install apache2 server&#8217; and click &#8216;OK&#8217;. it will automatically install the apache2 web server and configure the virtual host for OpenProject application.<\/p>\n<p><a class=\"fancybox\" id=\"img-2\" href=\"https:\/\/www.howtoforge.com\/images\/how_to_install_openproject_on_ubuntu_1604\/big\/2.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/afaghhosting.net\/blog\/wp-content\/uploads\/2018\/02\/how-to-install-openproject-on-ubuntu-16-04-2.png\" alt=\"Install apache server\" width=\"500\" height=\"364\" title=\"\"><\/a><\/p>\n<p>Now type the domain name for your Openproject application, and choose &#8216;OK&#8217;.<\/p>\n<p><a class=\"fancybox\" id=\"img-3\" href=\"https:\/\/www.howtoforge.com\/images\/how_to_install_openproject_on_ubuntu_1604\/big\/3.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/afaghhosting.net\/blog\/wp-content\/uploads\/2018\/02\/how-to-install-openproject-on-ubuntu-16-04-3.png\" alt=\"Set domain name\" width=\"500\" height=\"397\" title=\"\"><\/a><\/p>\n<p>For the server path prefix, you can leave it blank. If you want to run the Openproject under the path URL like &#8216;hakase-labs.co\/openproject\/&#8217;, then you can type &#8216;\/openproject&#8217;.<\/p>\n<p><a class=\"fancybox\" id=\"img-4\" href=\"https:\/\/www.howtoforge.com\/images\/how_to_install_openproject_on_ubuntu_1604\/big\/4.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/afaghhosting.net\/blog\/wp-content\/uploads\/2018\/02\/how-to-install-openproject-on-ubuntu-16-04-4.png\" alt=\"Server path prefix\" width=\"500\" height=\"376\" title=\"\"><\/a><\/p>\n<p>Next, for the SSL configuration. If you have purchased SSL certificates, choose &#8216;yes&#8217;, and &#8216;no&#8217; if you don&#8217;t have SSL certificates.<\/p>\n<p><a class=\"fancybox\" id=\"img-5\" href=\"https:\/\/www.howtoforge.com\/images\/how_to_install_openproject_on_ubuntu_1604\/big\/5.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/afaghhosting.net\/blog\/wp-content\/uploads\/2018\/02\/how-to-install-openproject-on-ubuntu-16-04-5.png\" alt=\"SSL Configuration\" width=\"500\" height=\"419\" title=\"\"><\/a><\/p>\n<p>Now for the Subversion and Git support. If you enable this feature, you will be able to create and host Subversion and Git repository in your application. And this only works on the Apache web server, not for Nginx. Plus, it&#8217;s recommended for you to enable this feature for Subversion and Git support, so choose &#8216;yes&#8217;.<\/p>\n<p>Subversion support<\/p>\n<p><a class=\"fancybox\" id=\"img-6\" href=\"https:\/\/www.howtoforge.com\/images\/how_to_install_openproject_on_ubuntu_1604\/big\/6.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/afaghhosting.net\/blog\/wp-content\/uploads\/2018\/02\/how-to-install-openproject-on-ubuntu-16-04-6.png\" alt=\"Add subversion support\" width=\"500\" height=\"404\" title=\"\"><\/a><\/p>\n<p>Github support.<\/p>\n<p><a class=\"fancybox\" id=\"img-7\" href=\"https:\/\/www.howtoforge.com\/images\/how_to_install_openproject_on_ubuntu_1604\/big\/7.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/afaghhosting.net\/blog\/wp-content\/uploads\/2018\/02\/how-to-install-openproject-on-ubuntu-16-04-7.png\" alt=\"Add GitHub support\" width=\"500\" height=\"383\" title=\"\"><\/a><\/p>\n<p>Then you will be asked for the email notification configuration. You can use the &#8216;sendmail&#8217; application of the server or use the SMTP account from third-party like Google SMTP etc.<\/p>\n<p>Choose as you need and click &#8216;OK&#8217;.<\/p>\n<p><a class=\"fancybox\" id=\"img-8\" href=\"https:\/\/www.howtoforge.com\/images\/how_to_install_openproject_on_ubuntu_1604\/big\/8.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/afaghhosting.net\/blog\/wp-content\/uploads\/2018\/02\/how-to-install-openproject-on-ubuntu-16-04-8.png\" alt=\"Install SMTP server\" width=\"500\" height=\"418\" title=\"\"><\/a><\/p>\n<p>And for the Memcached cache installation, install it to ensure better performance of openproject.<\/p>\n<p><a class=\"fancybox\" id=\"img-9\" href=\"https:\/\/www.howtoforge.com\/images\/how_to_install_openproject_on_ubuntu_1604\/big\/9.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/afaghhosting.net\/blog\/wp-content\/uploads\/2018\/02\/how-to-install-openproject-on-ubuntu-16-04-9.png\" alt=\"Install memcache\" width=\"500\" height=\"374\" title=\"\"><\/a><\/p>\n<p>Choose the &#8216;Install new Memcached server&#8217; and click &#8216;OK&#8217;.<\/p>\n<p>Now, installation and configuration of all the packages required for openproject installation should happen automatically. And when it&#8217;s complete, you will get the result as shown below.<\/p>\n<p><a class=\"fancybox\" id=\"img-10\" href=\"https:\/\/www.howtoforge.com\/images\/how_to_install_openproject_on_ubuntu_1604\/big\/10.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/afaghhosting.net\/blog\/wp-content\/uploads\/2018\/02\/how-to-install-openproject-on-ubuntu-16-04-10.png\" alt=\"Installation completed\" width=\"500\" height=\"104\" title=\"\"><\/a><\/p>\n<h2 id=\"step-testing\">Step 4 &#8211; Testing<\/h2>\n<p>Open your web browser and type on the address bar your openproject URL, mine is\u00a0<em><strong>http:\/\/open.hakase-labs.co<\/strong><\/em><\/p>\n<p>And you&#8217;ll see the default page.<\/p>\n<p><a class=\"fancybox\" id=\"img-11\" href=\"https:\/\/www.howtoforge.com\/images\/how_to_install_openproject_on_ubuntu_1604\/big\/11.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/afaghhosting.net\/blog\/wp-content\/uploads\/2018\/02\/how-to-install-openproject-on-ubuntu-16-04-11.png\" alt=\"OpenProject start page\" width=\"500\" height=\"287\" title=\"\"><\/a><\/p>\n<p>Now click the &#8216;Sign in&#8217; button to log in to the admin dashboard &#8211; use &#8216;admin&#8217; as a user and password.<\/p>\n<p><a class=\"fancybox\" id=\"img-12\" href=\"https:\/\/www.howtoforge.com\/images\/how_to_install_openproject_on_ubuntu_1604\/big\/12.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/afaghhosting.net\/blog\/wp-content\/uploads\/2018\/02\/how-to-install-openproject-on-ubuntu-16-04-12.png\" alt=\"Login to OpenProject\" width=\"500\" height=\"146\" title=\"\"><\/a><\/p>\n<p>Change the default admin password with your own password.<\/p>\n<p><a class=\"fancybox\" id=\"img-13\" href=\"https:\/\/www.howtoforge.com\/images\/how_to_install_openproject_on_ubuntu_1604\/big\/13.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/afaghhosting.net\/blog\/wp-content\/uploads\/2018\/02\/how-to-install-openproject-on-ubuntu-16-04-13.png\" alt=\"Change admin password\" width=\"500\" height=\"201\" title=\"\"><\/a><\/p>\n<p>Type your password and click &#8216;Save&#8217; button.<\/p>\n<p>And you will get the dashboard as shown below.<\/p>\n<p><a class=\"fancybox\" id=\"img-14\" href=\"https:\/\/www.howtoforge.com\/images\/how_to_install_openproject_on_ubuntu_1604\/big\/14.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/afaghhosting.net\/blog\/wp-content\/uploads\/2018\/02\/how-to-install-openproject-on-ubuntu-16-04-14.png\" alt=\"OpenProject dashboard\" width=\"500\" height=\"277\" title=\"\"><\/a><\/p>\n<p>Click on the &#8216;Demo Project&#8217; to see the project sample.<\/p>\n<p><a class=\"fancybox\" id=\"img-15\" href=\"https:\/\/www.howtoforge.com\/images\/how_to_install_openproject_on_ubuntu_1604\/big\/15.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/afaghhosting.net\/blog\/wp-content\/uploads\/2018\/02\/how-to-install-openproject-on-ubuntu-16-04-15.png\" alt=\"Demo project\" width=\"500\" height=\"246\" title=\"\"><\/a><\/p>\n<p>Installation and configuration for OpenProject on Ubuntu 16.04 has been completed successfully.<\/p>\n<h2 id=\"reference\">Reference<\/h2>\n<div>\n<p><b>Share this page:<\/b><\/p>\n<\/p><\/div>\n","protected":false},"excerpt":{"rendered":"<p>OpenProject is a web-based management system for location-independent team collaboration, released under GNU GPL 3 License. It&#8217;s a project management software that provides task-management, team collaboration, scrum etc. OpenProject is written in Ruby on Rails and AngularJS. In this tutorial, I will show you how to install and configure the OpenProject management system using Ubuntu &hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[36],"tags":[],"class_list":["post-2838","post","type-post","status-publish","format-standard","hentry","category-36"],"_links":{"self":[{"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/posts\/2838","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/comments?post=2838"}],"version-history":[{"count":0,"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/posts\/2838\/revisions"}],"wp:attachment":[{"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/media?parent=2838"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/categories?post=2838"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/tags?post=2838"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}