X

How To Install OpenProject v11 On Linux Server

OpenProject is an open source task management system. Recently have release v11 include many features. So you can use your company employee task management very easy process. User guide for how to use OpenProject.

How To Upgrade Zabbix Server 4.0 To 5.0 Ubuntu 18.04

How To Install Bagisto on Ubuntu 20.04 Server

#################################
Operating System: Debian 10
Server IP : 10.66.100.9
RAM  : 2GB
Disk  : 50GB
Web Service : Apache
Service  : OpenProject
#################################

Step #01: Check your server version and ip address.

root@OpenProject:~# lsb_release -a && ip r
root@OpenProject:~# cat /etc/hosts

output as like below.

127.0.0.1 localhost
10.66.100.9 OpenProject.technologyrss.local    OpenProject

Now update & upgrade your server using below command.

root@OpenProject:~# apt update && apt upgrade -y

Step #02: Add OpenProject official repo on your server.

Add OpenProject key server using below command.

root@OpenProject:~# sudo wget -qO- https://dl.packager.io/srv/opf/openproject/key | sudo apt-key add -

For Ubuntu 20.04 👉 ⏸️ How To Install OpenProject On Ubuntu 20.04 Server

root@OpenProject:~# sudo wget -O /etc/apt/sources.list.d/openproject.list https://dl.packager.io/srv/opf/openproject/stable/11/installer/ubuntu/20.04.repo

For Ubuntu 18.04 👉 ⏸️ How To Install OpenProject Into Ubuntu 18.04

root@OpenProject:~# sudo wget -O /etc/apt/sources.list.d/openproject.list https://dl.packager.io/srv/opf/openproject/stable/11/installer/ubuntu/18.04.repo

For Ubuntu 16.04 👉 ⏸️ How To Install OpenProject On Ubuntu 16.04

root@OpenProject:~# sudo wget -O /etc/apt/sources.list.d/openproject.list https://dl.packager.io/srv/opf/openproject/stable/11/installer/ubuntu/16.04.repo

For Debian 9 👉 ⏸️

root@OpenProject:~# sudo wget -O /etc/apt/sources.list.d/openproject.list https://dl.packager.io/srv/opf/openproject/stable/11/installer/debian/9.repo

For Debian 10 👉 ⏸️

root@OpenProject:~# sudo wget -O /etc/apt/sources.list.d/openproject.list https://dl.packager.io/srv/opf/openproject/stable/11/installer/debian/10.repo

For Centos 7 👉 ⏸️ How To Install OpenProject On CentOS 7

root@OpenProject:~# sudo wget -O /etc/yum.repos.d/openproject.repo https://dl.packager.io/srv/opf/openproject/stable/11/installer/el/7.repo

For Centos 8 👉 ⏸️

root@OpenProject:~# sudo wget -O /etc/yum.repos.d/openproject.repo https://dl.packager.io/srv/opf/openproject/stable/11/installer/el/8.repo
root@OpenProject:~# sudo dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm

Step #03: Before run install command must be update your server.

For Debian and ubuntu server.

root@OpenProject:~# sudo apt-get update

Then run install and configure command as like below.

root@OpenProject:~# sudo apt-get -y install openproject

For Centos 7 & 8

root@OpenProject:~# sudo yum install openproject

Step #04: Start the wizard for configure OpenProject.

root@OpenProject:~# sudo openproject configure

Select you OpenProject Edition.

Do you want to use this wizard to help setup your PostgreSQL database? Select Install as like below image.

Do you want to use this wizard to help setup your web server? Then select web server Apache and press Enter.

Your fully qualified domain name: Auto ditect server host name (FQDN).

If you want server path prefix so you can use any name or you can skip this step.

Do you want to enable SSL for your web server? Enabling ssl if you want as like below image.

Do you want to use this wizard to setup Subversion repositories support for OpenProject? Install Subversion repository support see below image.

Enter the path to the directory that hosts the SVN repositories:  Auto select svn path as like below image.

Do you want to use this wizard to setup Git repositories support for OpenProject? Install Git repository support.

Enter the path to the directory that hosts the Git repositories. Auto detect git path as like below image.

Enter the path to the git http backend CGI directory. Detect http git backend as like below image.

What do you want to use to send email from OpenProject ? Send mail select as like below image.

Add Administrator email : Input your system admin mail address.

Do you want to install a memcached server? Then select it.

Then access your browser using server ip address and login using default user name and password.

http://10.66.100.9/
user Name : admin
Password : admin

Must be after first login change admin password using strong password policy.

Open Project dashboard.

 

Please visit my YouTube channel for more videos using OpenProject. Please share this link on your social network.

0 0 votes
Article Rating
Admin: I am system administrator as Windows and Linux platform. I have 4 years skilled from the professional period. I have to configure Linux based system such as an Asterisk VOIP system, Network monitoring tools (ZABBIX), Virtualization (XEN Server), Cloud computing (Apache CloudStack) etc. Now share my professional skill each interested person. Thanks to all.

View Comments (2)

Leave a Comment