<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>OrangeScrum Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/orangescrum/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Thu, 15 Nov 2018 18:03:57 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.13</generator>
	<item>
		<title>How to install OrangeScrum on Ubuntu 18.04 LTS /Mint 19 / Debian 9 ?</title>
		<link>https://www.osradar.com/how-to-install-orangescrum-on-ubuntu-18-04-lts/</link>
					<comments>https://www.osradar.com/how-to-install-orangescrum-on-ubuntu-18-04-lts/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Thu, 15 Nov 2018 02:24:34 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[Databases]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[OrangeScrum]]></category>
		<category><![CDATA[organization]]></category>
		<category><![CDATA[planning]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[Tutorial]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=7319</guid>

					<description><![CDATA[<p>One of the main reasons why some organizational projects do not achieve their objectives is due to lack of planning. That is why today I will teach you how to install OrangeScrum on Ubuntu 18.04. OrangeScrum is a fantastic open source project management software. It is ideal for small and medium-sized companies or work teams [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-orangescrum-on-ubuntu-18-04-lts/">How to install OrangeScrum on Ubuntu 18.04 LTS /Mint 19 / Debian 9 ?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>One of the main reasons why some organizational projects do not achieve their objectives is due to lack of planning. That is why today I will teach you how to install OrangeScrum on Ubuntu 18.04.</p>
<p><a href="https://www.orangescrum.com/" rel="noopener">OrangeScrum</a> is a fantastic open source project management software. It is ideal for small and medium-sized companies or work teams that are looking for orders and systematize the steps to carry out the project in question.</p>
<p>With this program, you will be able to plan, start, scale and launch your project in a very orderly way.<strong> You can Create and assign tasks with utmost clarity and timelines</strong>. Track task progress, contribute to the discussion threads, provide timely updates and track time spent on tasks effortlessly.</p>
<p>So, let&#8217;s install OrangeScrum on Ubuntu 18.04 LTS.</p>
<h1>1. Upgrade the system</h1>
<p>First of all, it is convenient to update the system. This ensures that all security updates are installed.</p>
<pre class="">:~$ sudo apt update &amp;&amp; sudo apt upgrade</pre>
<figure id="attachment_7322" aria-describedby="caption-attachment-7322" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-7322" src="https://www.osradar.com/wp-content/uploads/2018/11/1-11.png" alt="1.- Upgrading the system" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/11/1-11.png 1366w, https://www.osradar.com/wp-content/uploads/2018/11/1-11-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/11/1-11-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/11/1-11-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/11/1-11-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/11/1-11-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/11/1-11-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-7322" class="wp-caption-text">1.- Upgrading the system</figcaption></figure>
<p>The consequence of doing this step is that you will have the safety patches installed and your system will be more reliable and safer.</p>
<h1>2. Install Apache web server</h1>
<p>To install OrangeScrum on Ubuntu 18.04 you need an HTTP web server. There are many options, but the most recommended for this program is Apache web server.</p>
<pre class="">:~$ sudo apt install apache2</pre>
<figure id="attachment_7323" aria-describedby="caption-attachment-7323" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-7323" src="https://www.osradar.com/wp-content/uploads/2018/11/2-11.png" alt="2.- Installing apache web server" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/11/2-11.png 1366w, https://www.osradar.com/wp-content/uploads/2018/11/2-11-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/11/2-11-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/11/2-11-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/11/2-11-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/11/2-11-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/11/2-11-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-7323" class="wp-caption-text">2.- Installing apache web server</figcaption></figure>
<p>Next, enable and start the apache service:</p>
<pre class="">:~$ sudo systemctl enable apache2
:~$ sudo systemctl start apache2</pre>
<figure id="attachment_7324" aria-describedby="caption-attachment-7324" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-7324" src="https://www.osradar.com/wp-content/uploads/2018/11/3-10.png" alt="3.- Enabling apache service" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/11/3-10.png 1366w, https://www.osradar.com/wp-content/uploads/2018/11/3-10-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/11/3-10-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/11/3-10-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/11/3-10-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/11/3-10-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/11/3-10-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-7324" class="wp-caption-text">3.- Enabling apache service</figcaption></figure>
<p>Next, you can check the apache service.</p>
<pre class="">:~$ sudo systemctl status apache2</pre>
<figure id="attachment_7325" aria-describedby="caption-attachment-7325" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-7325" src="https://www.osradar.com/wp-content/uploads/2018/11/4-11.png" alt="4.- Checking the apache service" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/11/4-11.png 1366w, https://www.osradar.com/wp-content/uploads/2018/11/4-11-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/11/4-11-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/11/4-11-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/11/4-11-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/11/4-11-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/11/4-11-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-7325" class="wp-caption-text">4.- Checking the apache service</figcaption></figure>
<p>Now, open your web browser and go to <code>HTTP://IP_SERVER</code>. If you this something like this, then, apache is correctly installed.</p>
<figure id="attachment_7326" aria-describedby="caption-attachment-7326" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-7326" src="https://www.osradar.com/wp-content/uploads/2018/11/5-10.png" alt="5.- Apache default page on Ubuntu 18.04" width="1366" height="671" srcset="https://www.osradar.com/wp-content/uploads/2018/11/5-10.png 1366w, https://www.osradar.com/wp-content/uploads/2018/11/5-10-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2018/11/5-10-768x377.png 768w, https://www.osradar.com/wp-content/uploads/2018/11/5-10-1024x503.png 1024w, https://www.osradar.com/wp-content/uploads/2018/11/5-10-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2018/11/5-10-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2018/11/5-10-696x342.png 696w, https://www.osradar.com/wp-content/uploads/2018/11/5-10-1068x525.png 1068w, https://www.osradar.com/wp-content/uploads/2018/11/5-10-855x420.png 855w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-7326" class="wp-caption-text">5.- Apache default page on Ubuntu 18.04</figcaption></figure>
<p>Now is PHP&#8217;s turn.</p>
<h1>3. Install PHP</h1>
<p>OrangeScrum is developed in PHP. Specifically in CakePHP. Therefore, it is necessary to install this language and its modules. Here I will also install other packages necessary for OrangeScrum to run smoothly.</p>
<pre class="">:~$ sudo apt install unzip wget php7.2 php7.2-bcmath php7.2-cgi php7.2-cli php7.2-common php-curl php7.2-dba php7.2-enchant php7.2-fpm php7.2-gd php7.2-imap php7.2-intl php7.2-ldap php7.2-mbstring php7.2-mysql php7.2-opcache php-imagick php-memcache php7.2-soap php7.2-tidy php7.2-xml php7.2-zip libapache2-mod-php7.2 xvfb libfontconfig wkhtmltopdf</pre>
<figure id="attachment_7327" aria-describedby="caption-attachment-7327" style="width: 800px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-7327" src="https://www.osradar.com/wp-content/uploads/2018/11/6.jpg" alt="6.- Installing PHP 7.2 and others required packages" width="800" height="450" srcset="https://www.osradar.com/wp-content/uploads/2018/11/6.jpg 800w, https://www.osradar.com/wp-content/uploads/2018/11/6-300x169.jpg 300w, https://www.osradar.com/wp-content/uploads/2018/11/6-768x432.jpg 768w, https://www.osradar.com/wp-content/uploads/2018/11/6-696x392.jpg 696w, https://www.osradar.com/wp-content/uploads/2018/11/6-747x420.jpg 747w" sizes="(max-width: 800px) 100vw, 800px" /><figcaption id="caption-attachment-7327" class="wp-caption-text">6.- Installing PHP 7.2 and others required packages</figcaption></figure>
<p>Then, you have to edit the PHP configuration file.</p>
<pre class="">:~$ sudo nano /etc/php/7.2/apache2/php.ini</pre>
<p>In this file, you have to set this options.</p>
<pre class="">post_max_size = 200M
upload_max_filesize = 200M
max_execution_time = 300
memory_limit = 512M
max_input_vars = 5000</pre>
<figure id="attachment_7328" aria-describedby="caption-attachment-7328" style="width: 1366px" class="wp-caption aligncenter"><img loading="lazy" class="size-full wp-image-7328" src="https://www.osradar.com/wp-content/uploads/2018/11/7-9.png" alt="7.- Editing PHP config file" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/11/7-9.png 1366w, https://www.osradar.com/wp-content/uploads/2018/11/7-9-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/11/7-9-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/11/7-9-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/11/7-9-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/11/7-9-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/11/7-9-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-7328" class="wp-caption-text">7.- Editing PHP config file</figcaption></figure>
<p><em>Note: To make the process easier, you can </em>press <em><code>CTRL + W</code></em> to<em> find exactly the parameter to edit.</em></p>
<p>Finally, restart apache2.</p>
<pre class="">:~$ sudo systemctl apache2</pre>
<p>Now, you can proceed with MariaDB.</p>
<h1>4. Install MariaDB</h1>
<p>MariaDB is a relational database manager derived from MySQL. To use OrangeScrum correctly you need to install it.</p>
<pre class="">:~$ sudo apt install mariadb-server</pre>
<figure id="attachment_7329" aria-describedby="caption-attachment-7329" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-7329" src="https://www.osradar.com/wp-content/uploads/2018/11/8-9.png" alt="8.- Installing MariaDB" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/11/8-9.png 1366w, https://www.osradar.com/wp-content/uploads/2018/11/8-9-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/11/8-9-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/11/8-9-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/11/8-9-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/11/8-9-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/11/8-9-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-7329" class="wp-caption-text">8.- Installing MariaDB</figcaption></figure>
<p>Next, you can set a root password with <code>mysql_secure_installation script</code>. You can also configure other things.</p>
<pre class="">:~$ sudo mysql_secure_installation</pre>
<figure id="attachment_7330" aria-describedby="caption-attachment-7330" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-7330" src="https://www.osradar.com/wp-content/uploads/2018/11/9-7.png" alt="9.- Using mysql_secure_installation to secure the MariaDB installation" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/11/9-7.png 1366w, https://www.osradar.com/wp-content/uploads/2018/11/9-7-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/11/9-7-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/11/9-7-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/11/9-7-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/11/9-7-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/11/9-7-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-7330" class="wp-caption-text">9.- Using mysql_secure_installation to secure the MariaDB installation</figcaption></figure>
<p>After defining the root password, you will be asked other questions. I answered N, N, Y, Y.</p>
<p>Next, you have to create the Database and user for OrangeScrum.</p>
<pre class="">:~$ sudo mysql -u root -p
CREATE DATABASE orangescrum;
GRANT ALL PRIVILEGES ON orangescrum.* TO 'orangescrumuser'@'localhost' IDENTIFIED BY 'orangescrumbpss';
FLUSH PRIVILEGES;
exit;</pre>
<figure id="attachment_7331" aria-describedby="caption-attachment-7331" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-7331" src="https://www.osradar.com/wp-content/uploads/2018/11/10-6.png" alt="10.- Creating the databse and user on MariaDB for OrangeScrum" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/11/10-6.png 1366w, https://www.osradar.com/wp-content/uploads/2018/11/10-6-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/11/10-6-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/11/10-6-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/11/10-6-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/11/10-6-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/11/10-6-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-7331" class="wp-caption-text">10.- Creating the database and user on MariaDB for OrangeScrum</figcaption></figure>
<p>Next, create a file to disable strict mode for MariaDB.</p>
<pre class="">:~$ sudo nano /etc/mysql/conf.d/disable_strict_mode.cnf</pre>
<p>And add the following:</p>
<pre class="">[mysqld]
sql_mode="IGNORE_SPACE,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"</pre>
<figure id="attachment_7332" aria-describedby="caption-attachment-7332" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-7332" src="https://www.osradar.com/wp-content/uploads/2018/11/11-4.png" alt="11.- Disabling the strict mode on MariaDB" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/11/11-4.png 1366w, https://www.osradar.com/wp-content/uploads/2018/11/11-4-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/11/11-4-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/11/11-4-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/11/11-4-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/11/11-4-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/11/11-4-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-7332" class="wp-caption-text">11.- Disabling the strict mode on MariaDB</figcaption></figure>
<p>Finally, restart MariaDB.</p>
<pre class="">:~$ sudo systemctl restart mariadb</pre>
<p>And that&#8217;s all for MariaDB.</p>
<h1>5. Install OrangeScrum</h1>
<p>Now, you can install OrangeScrum. However, first download it.</p>
<pre class="">:~$ cd /tmp
:~$ wget https://www.orangescrum.org/free-download/418ae4d8ef1309695804a7837cd4fc65/ubuntu18-php7 -O orangescrum-ubuntu18-php7.zip</pre>
<figure id="attachment_7333" aria-describedby="caption-attachment-7333" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-7333" src="https://www.osradar.com/wp-content/uploads/2018/11/12-4.png" alt="12.- Download and install OrangeScrum" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/11/12-4.png 1366w, https://www.osradar.com/wp-content/uploads/2018/11/12-4-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/11/12-4-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/11/12-4-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/11/12-4-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/11/12-4-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/11/12-4-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-7333" class="wp-caption-text">12.- Download and install OrangeScrum</figcaption></figure>
<p>Once the installation is complete, decompress the file.</p>
<pre class="">:~$ unzip orangescrum-ubuntu18-php7.zip</pre>
<figure id="attachment_7334" aria-describedby="caption-attachment-7334" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-7334" src="https://www.osradar.com/wp-content/uploads/2018/11/13-3.png" alt="13.- Decompressing the file" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/11/13-3.png 1366w, https://www.osradar.com/wp-content/uploads/2018/11/13-3-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/11/13-3-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/11/13-3-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/11/13-3-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/11/13-3-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/11/13-3-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-7334" class="wp-caption-text">13.- Decompressing the file</figcaption></figure>
<p>Next, copy the folder to the Apache document root on <code>/var/www/html/ </code></p>
<pre class="">:~$ sudo cp -r orangescrum-orangescrum-ubuntu18-php7 /var/www/html/orangescrum-master</pre>
<p>Change the directory to orangescrum-master.</p>
<pre class="">:~$ cd /var/www/html/orangescrum-master</pre>
<p>Now, copy the orangeScrum database to the local instance. This is necessary to initialize the database.</p>
<pre class="">:~$ sudo mysql -u orangescrumuser -p orangescrumdb &lt; database.sql</pre>
<figure id="attachment_7335" aria-describedby="caption-attachment-7335" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-7335" src="https://www.osradar.com/wp-content/uploads/2018/11/14-3.png" alt="14.- Initializing the Database" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/11/14-3.png 1366w, https://www.osradar.com/wp-content/uploads/2018/11/14-3-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/11/14-3-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/11/14-3-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/11/14-3-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/11/14-3-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/11/14-3-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-7335" class="wp-caption-text">14.- Initializing the Database</figcaption></figure>
<p>Then, it is necessary to place the MariaDB credentials in the <code>database.php</code> file of OrangeScrum.</p>
<pre class="">:~$ sudo nano app/Config/database.php</pre>
<p>And put your credentials.</p>
<pre>class DATABASE_CONFIG {

public $default = array(
'datasource' =&gt; 'Database/Mysql',
'persistent' =&gt; false,
'host' =&gt; 'localhost',
'login' =&gt; 'orangescrumuser',
'password' =&gt; 'password',
'database' =&gt; 'orangescrumdb',
'prefix' =&gt; '',
'encoding' =&gt; 'utf8',
);
}
</pre>
<p>Obviously, replace whatever you have to replace. For example, the password.</p>
<figure id="attachment_7336" aria-describedby="caption-attachment-7336" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-7336" src="https://www.osradar.com/wp-content/uploads/2018/11/15-1-1.png" alt="15.- Setting the MariaDB credentials on OrangeScrum" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/11/15-1-1.png 1366w, https://www.osradar.com/wp-content/uploads/2018/11/15-1-1-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/11/15-1-1-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/11/15-1-1-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/11/15-1-1-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/11/15-1-1-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/11/15-1-1-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-7336" class="wp-caption-text">15.- Setting the MariaDB credentials on OrangeScrum</figcaption></figure>
<p>Next, it is necessary to set the credentials to the SMTP email server.</p>
<pre class="">:~$ sudo nano app/Config/config.ini.php</pre>
<p>And put your information.</p>
<figure id="attachment_7337" aria-describedby="caption-attachment-7337" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-7337" src="https://www.osradar.com/wp-content/uploads/2018/11/16-3.png" alt="16.- Setting the email server credentials" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/11/16-3.png 1366w, https://www.osradar.com/wp-content/uploads/2018/11/16-3-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/11/16-3-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/11/16-3-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/11/16-3-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/11/16-3-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/11/16-3-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-7337" class="wp-caption-text">16.- Setting the email server credentials</figcaption></figure>
<p>Change the owner of the folder. Next, change the permissions.</p>
<pre class="">:~$ sudo chown -R www-data:www-data /var/www/html/orangescrum-master/
:~$ sudo chmod -R 775 /var/www/html/orangescrum-master/</pre>
<p>And enable the PHP and Apache modules. Finally, restart apache.</p>
<pre class="">:~$ sudo phpenmod mbstring
:~$ sudo a2enmod rewrite
:~$ sudo a2enmod headers
:~$ sudo systemctl restart apache2</pre>
<figure id="attachment_7338" aria-describedby="caption-attachment-7338" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-7338" src="https://www.osradar.com/wp-content/uploads/2018/11/17-3.png" alt="17.- Changing the permissions to the folders." width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/11/17-3.png 1366w, https://www.osradar.com/wp-content/uploads/2018/11/17-3-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/11/17-3-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/11/17-3-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/11/17-3-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/11/17-3-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/11/17-3-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-7338" class="wp-caption-text">17.- Changing the permissions to the folders.</figcaption></figure>
<p>Now, you have the complete the installation on the web browser.</p>
<h1>6. Accessing to the Web Interface</h1>
<p>The last step is to access the web interface through the web browser. To perform the Login process.</p>
<p>Go to <code>HTTP://IP_SERVER/orangescrum-master/</code></p>
<figure id="attachment_7339" aria-describedby="caption-attachment-7339" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-7339" src="https://www.osradar.com/wp-content/uploads/2018/11/18-3.png" alt="18.- OrangeScrum log in screen" width="1366" height="671" srcset="https://www.osradar.com/wp-content/uploads/2018/11/18-3.png 1366w, https://www.osradar.com/wp-content/uploads/2018/11/18-3-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2018/11/18-3-768x377.png 768w, https://www.osradar.com/wp-content/uploads/2018/11/18-3-1024x503.png 1024w, https://www.osradar.com/wp-content/uploads/2018/11/18-3-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2018/11/18-3-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2018/11/18-3-696x342.png 696w, https://www.osradar.com/wp-content/uploads/2018/11/18-3-1068x525.png 1068w, https://www.osradar.com/wp-content/uploads/2018/11/18-3-855x420.png 855w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-7339" class="wp-caption-text">18.- OrangeScrum log in screen</figcaption></figure>
<p>Create the user and then log in.</p>
<p>Then, you will see this.</p>
<figure id="attachment_7340" aria-describedby="caption-attachment-7340" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-7340" src="https://www.osradar.com/wp-content/uploads/2018/11/19-3.png" alt="19.- OrangeScrum dashboard" width="1366" height="671" srcset="https://www.osradar.com/wp-content/uploads/2018/11/19-3.png 1366w, https://www.osradar.com/wp-content/uploads/2018/11/19-3-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2018/11/19-3-768x377.png 768w, https://www.osradar.com/wp-content/uploads/2018/11/19-3-1024x503.png 1024w, https://www.osradar.com/wp-content/uploads/2018/11/19-3-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2018/11/19-3-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2018/11/19-3-696x342.png 696w, https://www.osradar.com/wp-content/uploads/2018/11/19-3-1068x525.png 1068w, https://www.osradar.com/wp-content/uploads/2018/11/19-3-855x420.png 855w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-7340" class="wp-caption-text">19.- OrangeScrum dashboard</figcaption></figure>
<p>And that&#8217;s it.</p>
<h1>Conclusion</h1>
<p>In any organization it is necessary to have a planning before starting a large project or a more basic one. So, OrangeScrum emerges as a very appealing alternative for small and medium enterprises.</p>
<p>You can also read &#8220;<a href="https://www.osradar.com/how-to-install-wekan-in-debian-9/" target="_blank" rel="noopener">How to install Wekan on Debian 9</a>&#8220;.</p>
<p>Please share this article with your friends.</p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-orangescrum-on-ubuntu-18-04-lts/">How to install OrangeScrum on Ubuntu 18.04 LTS /Mint 19 / Debian 9 ?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-install-orangescrum-on-ubuntu-18-04-lts/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
