X

How To Install OpenProject On Ubuntu 16.04

I want to share this task management open source like as OpenProject. This software is very user friendly. So now going to how to install OpenProject on my local Ubuntu 16.04 server.

How To Install Zabbix Server On Ubuntu 18.04
How To Configure Static IP Address On Ubuntu 19.04

Step #01: You can change host name via any editor.

root@ubuntu:~# vim /etc/hosts
127.0.0.1 localhost
10.66.50.20 OpenProject
root@ubuntu:~# vim /etc/hostname

OpenProject

Step #02: Must be update your server so run below command.

root@ubuntu:~# apt-get update && apt-get upgrade

Install git and zip software using below command.

root@ubuntu:~# apt-get install unzip git

When software installation process is done then server must be reboot.

root@ubuntu:~# reboot

Step #03: Add OpenProject Community edition public key using command.

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

Insert OpenProject source repo into source list.

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

After insert it then use below command for install OpenProject.

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

Step #04: Now running installation process you see some config input very carefully.

You have to choose these options

“install Install and configure MySQL server locally”

If you want, we can automatically create the web host configuration required by openproject.

“install Install apache2 server”

Your fully qualified domain name

OpenProject

Server path prefix

“If blank”

Enabling SSL makes your openproject installation more secure.

“No”

We can automatically set up to create and host Subversion repositorries using Apache.

“Install Subversionrepositor support”

Install Git repository support

“Ok”

What do you want to use to send emails from openproject?

“skip”

Do you want to install a memcached server?

“install Install new memcached server”

After complete installation process done then browse OpenProject Servr ip address via browser.

Default User Name : admin

Default Password : admin

When first time login then change admin user password using minimum 10 character.

If you see details so please visit my YouTube channel. Please subscribe my channel for more update.

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.
Leave a Comment