banner



How To Install Openproject On Ubuntu 18.04

Installation of Open project 8.3.2 On Ubuntu 18.10

OpenProject is a spider web-based projection direction system for location-independent squad collaboration. This open-source awarding 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 Rail and AngularJS. In this tutorial, we volition embrace the installation of open up project viii.3.2 on Ubuntu eighteen.x

Requirements for Openproject:

PostgreSQL

Installation procedure

Bank check the Ubuntu version past using the following command.

                      [email protected]:~# lsb_release -a            No LSB modules are available. Distributor ID:	Ubuntu Clarification:	Ubuntu 18.10 Release:	18.10 Codename:	cosmic                  

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

                      [e-mail protected]:~# 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.listing.d' directory.

                      [email protected]:~# wget -O /etc/apt/sources.listing.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/xviii.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.listing' /etc/apt/sources.list.d/open up 100%[=============================================>]     126  --.-KB/s    in 0s       2022-05-xvi 13:51:00 (ten.four MB/due south) - '/etc/apt/sources.list.d/openproject-ce.list' saved [126/126]                  

Update the Ubuntu repository by using the post-obit command.

                      [electronic mail protected]:~# apt update            Hit:1 http://ppa.launchpad.internet/ondrej/php/ubuntu cosmic InRelease Striking: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                            Become:4 http://security.ubuntu.com/ubuntu cosmic-security InRelease [88.7 kB] Get:v http://in.archive.ubuntu.com/ubuntu cosmic-updates InRelease [88.7 kB]    Get:six https://dl.packager.io/srv/deb/opf/openproject-ce/stable/eight/ubuntu eighteen.04 Release [1,221 B] . . Fetched 1,436 kB in 5s (279 kB/south)   Reading package lists... Washed Edifice dependency tree        Reading state information... Done 273 packages can exist upgraded. Run 'apt list --upgradable' to run into them.                  

Install open project using the apt command.

                      [email protected]:~# apt install openproject            Reading package lists... Washed Building dependency tree        Reading land information... Done The following boosted packages will exist installed:   catdoc dialog libevent-extra-2.1-6 libgif7 liblept5 libmysqlclient20 libopenjp2-vii 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-ii.1-half dozen libgif7 liblept5 libmysqlclient20 libopenjp2-seven libpq5 libtesseract4   openproject tesseract-ocr tesseract-ocr-eng tesseract-ocr-osd unrtf 0 upgraded, 14 newly installed, 0 to remove and 273 not upgraded. Demand to become 112 MB of archives. After this operation, 359 MB of boosted deejay infinite will be used. Practice you want to go on? [Y/n] y Get:1 http://in.archive.ubuntu.com/ubuntu cosmic/universe amd64 catdoc amd64 1:0.95-4.1 [88.five kB] Become: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 upwards openproject (8.three.ii-1556613669.e9ecaa3c.bionic) ... ============== The openproject bundle provides an installer. Please run the following command to stop the installation: sudo openproject configure ============== Processing triggers for libc-bin (2.28-0ubuntu1) ...                  

Install PostgreSQL past using the following command.

                      [email protected]:~# apt install postgresql postgresql-contrib            Reading package lists... Washed Edifice dependency tree        Reading state data... Done The following additional packages will be installed:   postgresql-10 postgresql-client-ten postgresql-customer-mutual postgresql-mutual sysstat Suggested packages:   postgresql-medico locales-all postgresql-doc-x libjson-perl isag The post-obit NEW packages will exist installed:   postgresql postgresql-10 postgresql-client-ten postgresql-client-mutual postgresql-mutual postgresql-contrib   sysstat 0 upgraded, 7 newly installed, 0 to remove and 273 not upgraded. Need to get five,345 kB of archives. Later this operation, 21.2 MB of additional disk infinite will exist used. Do you lot desire to go along? [Y/n] y Go:i http://in.annal.ubuntu.com/ubuntu cosmic/main amd64 postgresql-client-mutual all 193 [28.4 kB] Get:two http://in.annal.ubuntu.com/ubuntu catholic-updates/main amd64 postgresql-client-10 amd64 10.eight-0ubuntu0.18.10.1 [938 kB] Get:three http://in.archive.ubuntu.com/ubuntu cosmic/main amd64 postgresql-mutual all 193 [157 kB] . . . update-alternatives: using /usr/share/postgresql/ten/man/man1/postmaster.ane.gz to provide /usr/share/man/man1/postmaster.i.gz (postmaster.one.gz) in auto mode Setting up postgresql (10+193) ... Setting upwardly postgresql-contrib (10+193) ... Processing triggers for systemd (239-7ubuntu10) ...                  

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

                      [electronic mail protected]:~# sudo -u postgres psql            could not modify directory to "/root": Permission denied psql (x.viii (Ubuntu 10.viii-0ubuntu0.eighteen.10.i)) Type "assistance" for assist.            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 projection now.

                      [electronic mail protected]:~# 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 countersign for the database user. snap5 Enter the database name. snap6 Install the apache server. snap7 Configure the domain name. snap8 Ready the prefix path. snap9 If yous 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 Cull the post service according to your requirements. snap16 Install the memcached server snap17

          == 20220301122554 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/organization/multi-user.target.wants/openproject.service → /etc/systemd/organization/openproject.service. Created symlink /etc/systemd/organisation/openproject.service.wants/openproject-web.service → /etc/systemd/system/openproject-web.service. Scaling upwardly... Created symlink /etc/systemd/organisation/openproject-web.service.wants/openproject-web-i.service → /etc/systemd/organization/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-i.service. --> done.                  

Switch to your browser enter your ip or domain proper name. snap18 This is the domicile folio 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.three.2 on Ubuntu eighteen.10 Comes to end.

Source: https://www.linuxhelp.com/how-to-install-openproject-8-3-2-on-ubuntu-18-10

Posted by: martinezclinking.blogspot.com

0 Response to "How To Install Openproject On Ubuntu 18.04"

Post a Comment

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel