• Categories
    Category
  • Categories
    Category
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial Comments FAQ Related Articles

How to Install Openproject 8.3.2 on Ubuntu 18.10

  • 00:44 lsb_release -a
  • 00:57 wget -qO- https://dl.packager.io/srv/opf/openproject-ce/key | sudo apt-key add -
  • 01:13 wget -O /etc/apt/sources.list.d/openproject-ce.list https://dl.packager.io/srv/opf/openproject-ce/stable/8/installer/ubuntu/18.04.repo
  • 01:26 apt update
  • 01:41 apt install openproject
  • 02:06 apt install postgresql postgresql-contrib
  • 02:42 sudo -u postgres psql
  • 04:11 openproject configure
5637

Installation of Open project 8.3.2 On Ubuntu 18.10

OpenProject is a web-based project management system for location-independent team collaboration. This open-source application is released under the GNU General Public License Version 3 and is continuously developed by an active open-source community. It'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, we will cover the installation of open project 8.3.2 on Ubuntu 18.10

Requirements for Openproject:

PostgreSQL

Installation procedure

Check the Ubuntu version by using the following command.

root@linuxhelp:~# lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 18.10
Release:	18.10
Codename:	cosmic

Download the open project key and add it to the system.

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

Download the openproject repository for Ubuntu 18.04 in the '/etc/apt/sources.list.d' directory.

root@linuxhelp:~# wget -O /etc/apt/sources.list.d/openproject-ce.list  https://dl.packager.io/srv/opf/openproject-ce/stable/8/installer/ubuntu/18.04.repo
--2019-05-16 13:50:59--  https://dl.packager.io/srv/opf/openproject-ce/stable/8/installer/ubuntu/18.04.repo
Resolving dl.packager.io (dl.packager.io)... 144.76.28.163
Connecting to dl.packager.io (dl.packager.io)|144.76.28.163|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 126 [text/plain]
Saving to: ‘/etc/apt/sources.list.d/openproject-ce.list’
/etc/apt/sources.list.d/open 100%[=============================================>]     126  --.-KB/s    in 0s      
2019-05-16 13:51:00 (10.4 MB/s) - ‘/etc/apt/sources.list.d/openproject-ce.list’ saved [126/126]

Update the Ubuntu repository by using the following command.

root@linuxhelp:~# apt update
Hit:1 http://ppa.launchpad.net/ondrej/php/ubuntu cosmic InRelease
Hit:2 http://in.archive.ubuntu.com/ubuntu cosmic InRelease                                                        
Ign:3 https://dl.packager.io/srv/deb/opf/openproject-ce/stable/8/ubuntu 18.04 InRelease                           
Get:4 http://security.ubuntu.com/ubuntu cosmic-security InRelease [88.7 kB]
Get:5 http://in.archive.ubuntu.com/ubuntu cosmic-updates InRelease [88.7 kB]   
Get:6 https://dl.packager.io/srv/deb/opf/openproject-ce/stable/8/ubuntu 18.04 Release [1,221 B]
.
.
Fetched 1,436 kB in 5s (279 kB/s)  
Reading package lists... Done
Building dependency tree       
Reading state information... Done
273 packages can be upgraded. Run 'apt list --upgradable' to see them.

Install open project using the apt command.

root@linuxhelp:~# apt install openproject
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  catdoc dialog libevent-extra-2.1-6 libgif7 liblept5 libmysqlclient20 libopenjp2-7 libpq5 libtesseract4
  tesseract-ocr tesseract-ocr-eng tesseract-ocr-osd unrtf
Suggested packages:
  tk | wish
The following NEW packages will be installed:
  catdoc dialog libevent-extra-2.1-6 libgif7 liblept5 libmysqlclient20 libopenjp2-7 libpq5 libtesseract4
  openproject tesseract-ocr tesseract-ocr-eng tesseract-ocr-osd unrtf
0 upgraded, 14 newly installed, 0 to remove and 273 not upgraded.
Need to get 112 MB of archives.
After this operation, 359 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://in.archive.ubuntu.com/ubuntu cosmic/universe amd64 catdoc amd64 1:0.95-4.1 [88.5 kB]
Get:3 http://in.archive.ubuntu.com/ubuntu cosmic/universe amd64 dialog amd64 1.3-20171209-1build1 [216 kB]
.
.
.
Setting up libtesseract4:amd64 (4.00~git2844-607e8fd8-2) ...
Setting up tesseract-ocr (4.00~git2844-607e8fd8-2) ...
Setting up openproject (8.3.2-1556613669.e9ecaa3c.bionic) ...
==============
The openproject package provides an installer. Please run the following command to finish the installation:
sudo openproject configure
==============
Processing triggers for libc-bin (2.28-0ubuntu1) ...

Install PostgreSQL by using the following command.

root@linuxhelp:~# apt install postgresql postgresql-contrib
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  postgresql-10 postgresql-client-10 postgresql-client-common postgresql-common sysstat
Suggested packages:
  postgresql-doc locales-all postgresql-doc-10 libjson-perl isag
The following NEW packages will be installed:
  postgresql postgresql-10 postgresql-client-10 postgresql-client-common postgresql-common postgresql-contrib
  sysstat
0 upgraded, 7 newly installed, 0 to remove and 273 not upgraded.
Need to get 5,345 kB of archives.
After this operation, 21.2 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://in.archive.ubuntu.com/ubuntu cosmic/main amd64 postgresql-client-common all 193 [28.4 kB]
Get:2 http://in.archive.ubuntu.com/ubuntu cosmic-updates/main amd64 postgresql-client-10 amd64 10.8-0ubuntu0.18.10.1 [938 kB]
Get:3 http://in.archive.ubuntu.com/ubuntu cosmic/main amd64 postgresql-common all 193 [157 kB]
.
.
.
update-alternatives: using /usr/share/postgresql/10/man/man1/postmaster.1.gz to provide /usr/share/man/man1/postmaster.1.gz (postmaster.1.gz) in auto mode
Setting up postgresql (10+193) ...
Setting up postgresql-contrib (10+193) ...
Processing triggers for systemd (239-7ubuntu10) ...

Configure the Postgresql database. Log into PostgreSQL and make the necessary settings.

root@linuxhelp:~# sudo -u postgres psql
could not change directory to "/root": Permission denied
psql (10.8 (Ubuntu 10.8-0ubuntu0.18.10.1))
Type "help" for help.
postgres=# create database openproject;
CREATE DATABASE
postgres=# create user openuser with encrypted password 'Linuxc#4%';
CREATE ROLE
postgres=# grant all privileges on database openproject to openuser;
GRANT
postgres=# \q

You shall now configure Open project now.

root@linuxhelp:~# openproject configure
Launching installer for openproject...
Selected addons: legacy-installer postgres apache2 repositories smtp memcached openproject
[legacy-installer] ./bin/configure
[postgres] ./bin/configure

Use an existing PostgreSQL database. snap1 Configure the ip or hostname. snap2 Configure the PostgreSQL port number. snap3 Enter the PostgreSQL databaseuser name. snap4 Enter the password for the database user. snap5 Enter the database name. snap6 Install the apache server. snap7 Configure the domain name. snap8 Set the prefix path. snap9 If you don’t have SSL certification key click No. snap10 Install the subversion repository support and select the path. snap11 snap12 Install the git repository support and select the path. snap13 snap14 Enter the git repository http backend path. snap15 Choose the mail service according to your requirements. snap16 Install the memcached server snap17

== 20190301122554 RemoveHierarchyPaths: migrated (0.0205s) ====================
***Seeding for locale: 'en'
*** Seeding basic data
 ↳ BuiltinRolesSeeder
 ↳ RoleSeeder
 ↳ ActivitySeeder
 ↳ ColorSeeder
.
.
.
***Loading grids seed data
SCM vendor Subversion uses remote managed repositories. Skipping.
Created symlink /etc/systemd/system/multi-user.target.wants/openproject.service → /etc/systemd/system/openproject.service.
Created symlink /etc/systemd/system/openproject.service.wants/openproject-web.service → /etc/systemd/system/openproject-web.service.
Scaling up...
Created symlink /etc/systemd/system/openproject-web.service.wants/openproject-web-1.service → /etc/systemd/system/openproject-web-1.service.
--> done.
Created symlink /etc/systemd/system/openproject.service.wants/openproject-worker.service → /etc/systemd/system/openproject-worker.service.
Scaling up...
Created symlink /etc/systemd/system/openproject-worker.service.wants/openproject-worker-1.service → /etc/systemd/system/openproject-worker-1.service.
--> done.

Switch to your browser enter your ip or domain name. snap18 This is the home page of openproject. snap19 Enter your admin credentials to log in to the open project. snap20 Change the new password for the admin user. snap21 Select the required language and click Continue snap22 This is the admin dashboard of openproject. snap23 snap24 With this the method of installing the openporject 8.3.2 on Ubuntu 18.10 Comes to end.

Tags:
stephan
Author: 

Comments ( 0 )

No comments available

Add a comment

Frequently asked questions ( 5 )

Q

How can I add the key for OpenProject into the system?

A

You can use the key link and download it to add to your system

https://dl.packager.io/srv/opf/openproject-ce/key

Q

What is OpenProject?

A

OpenProject is a web-based project management system for location-independent team collaboration. This open-source application is released under the GNU General Public License Version 3 and is continuously developed by an active open-source community. It's a project management software that provides task-management, team collaboration, scrum, etc. OpenProject is written in Ruby on Rails and AngularJS

Q

Where to add the repository for installing the OpenProject?

A

Add the repository to the following path
/etc/apt/sources.list.d/openproject-ce.list

Q

What is the database is used for OpenProject?

A

You can use MySQL and PostgreSQL

Q

What is the benefits and features of OpenProject?

A

Project Planning and Task Management
Product Roadmap, Agile and Scrum
Time Tracking, Cost Reporting, Budgeting, Bug Tracking, and more.

Related Tutorials in How to Install Openproject 8.3.2 on Ubuntu 18.10

Related Tutorials in How to Install Openproject 8.3.2 on Ubuntu 18.10

How to install Meld tool in Ubuntu
How to install Meld tool in Ubuntu
Feb 25, 2017
How to install Dconf-Editor on Ubuntu 18.04
How to install Dconf-Editor on Ubuntu 18.04
Jul 14, 2018
How to install and update OpenSSL on Ubuntu 16.04
How to install and update OpenSSL on Ubuntu 16.04
Mar 9, 2017
How to install GLib 2.0 on Ubuntu 17.04
How to install GLib 2.0 on Ubuntu 17.04
May 22, 2017
How to Install Android Emulator on Ubuntu 20.4.1
How to Install Android Emulator on Ubuntu 20.4.1
Jul 13, 2021
How To Install AnyDesk on Ubuntu 16.04
How To Install AnyDesk on Ubuntu 16.04
Apr 4, 2018
How to install Genymotion 2.12.1 on Ubuntu 18.04
How to install Genymotion 2.12.1 on Ubuntu 18.04
Jul 9, 2018
How to install Timeshift 18.4 on Ubuntu 18.04
How to install Timeshift 18.4 on Ubuntu 18.04
Jul 6, 2018

Related Forums in How to Install Openproject 8.3.2 on Ubuntu 18.10

Related Forums in How to Install Openproject 8.3.2 on Ubuntu 18.10

Ubuntu
matthew class=
Failed to enable unit: Refusing to operate on linked unit file sshd.service
Apr 15, 2019
Ubuntu
mason class=
Passwd: You may not view or modify password information for root On Ubuntu 19.04
May 27, 2019
Ubuntu
isaac class=
/etc/apt/sources.list Permission denied
May 18, 2017
Ubuntu
yousuf class=
lsb_release command not working : Debian
Jan 18, 2018
ifconfig command
jackbrookes class=
what is the location of the ifconfig program on your machine?
Jan 4, 2018
Ubuntu
mason class=
"E: Package 'php-mcrypt' has no installation candidate" error on Ubuntu 20.4.1
Mar 15, 2021
NFS
luke class=
clnt_create: RPC: Program not registered
Apr 25, 2017
Apache
isaac class=
How to disable apache welcome page on Ubuntu
Dec 15, 2018

Related News in How to Install Openproject 8.3.2 on Ubuntu 18.10

Related News in How to Install Openproject 8.3.2 on Ubuntu 18.10

How To Install Mixxx on Ubuntu 16.04
How To Install Mixxx on Ubuntu 16.04
Oct 11, 2017
Ubuntu 17.04 released with greater expectations
Ubuntu 17.04 released with greater expectations
Apr 15, 2017
Ubuntu Core now available on i.MX6 based TS-4900 thanks to Technologic Systems Inc.
Ubuntu Core now available on i.MX6 based TS-4900 thanks to Technologic Systems Inc.
Mar 1, 2017
Ubuntu 17.10 Artful Aardvark Beta 1 is now here. Download Now
Ubuntu 17.10 Artful Aardvark Beta 1 is now here. Download Now
Sep 2, 2017
Ubuntu Unity is no more: One Linux dream has been axed
Ubuntu Unity is no more: One Linux dream has been axed
Apr 7, 2017
What’s next for Ubuntu Linux Desktop?
What’s next for Ubuntu Linux Desktop?
Apr 11, 2017
Say Hi to Ubuntu's new mascot
Say Hi to Ubuntu's new mascot
Mar 22, 2019
KDE Connect App was removed from Google Play Store and brought back in 24 hours
KDE Connect App was removed from Google Play Store and brought back in 24 hours
Mar 22, 2019
Back To Top!
Rank
User
Points

Top Contributers

userNamenaveelansari
135850

Top Contributers

userNameayanbhatti
92510

Top Contributers

userNamehamzaahmed
32150

Top Contributers

1
userNamelinuxhelp
31040

Top Contributers

userNamemuhammadali
24500
Can you help Elijah ?
Remote Desktop Connection Has Stopped Working

When accessing my remote machine server using remote desktop on a windows machine I am getting this error

forum (1)

Networking
  • Routing
  • trunk
  • Netmask
  • Packet Capture
  • domain
  • HTTP Proxy
Server Setup
  • NFS
  • KVM
  • Memory
  • Sendmail
  • WebDAV
  • LXC
Shell Commands
  • Cloud commander
  • Command line archive tools
  • last command
  • Shell
  • terminal
  • Throttle
Desktop Application
  • Linux app
  • Pithos
  • Retrospect
  • Scribe
  • TortoiseHg
  • 4Images
Monitoring Tool
  • Monit
  • Apache Server Monitoring
  • EtherApe 
  • Arpwatch Tool
  • Auditd
  • Barman
Web Application
  • Nutch
  • Amazon VPC
  • FarmWarDeployer
  • Rukovoditel
  • Mirror site
  • Chef
Contact Us | Terms of Use| Privacy Policy| Disclaimer
© 2025 LinuxHelp.com All rights reserved. Linux™ is the registered trademark of Linus Torvalds. This site is not affiliated with linus torvalds in any way.