<?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>SOPlanning Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/soplanning/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Tue, 25 Sep 2018 09:14:50 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>How to install SOPlanning on Ubuntu Server 18.04?</title>
		<link>https://www.osradar.com/how-to-install-soplanning-on-ubuntu-server-18-04/</link>
					<comments>https://www.osradar.com/how-to-install-soplanning-on-ubuntu-server-18-04/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Tue, 25 Sep 2018 09:14:50 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[planning]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[SOPlanning]]></category>
		<category><![CDATA[tasks]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=5992</guid>

					<description><![CDATA[<p>Planning is vital in organizations, especially when it comes to long-term projects. Especially when they are projects where many members are involved. Additionally, it is required an efficient application that converts simple ideas into more arranged tasks, so today, I will tell you about how to install SOPlanning on Ubuntu Server 18.04. SOPlanning is an [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-soplanning-on-ubuntu-server-18-04/">How to install SOPlanning on Ubuntu Server 18.04?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Planning is vital in organizations, especially when it comes to long-term projects. Especially when they are projects where many members are involved. Additionally, it is required an efficient application that converts simple ideas into more arranged tasks, so today, I will tell you about how to install SOPlanning on Ubuntu Server 18.04.</p>
<p><a href="https://www.soplanning.org/en/" rel="noopener"><strong>SOPlanning</strong></a> is an online planning tool designed to efficiently organize projects and tasks. The applications allow you to have real staff management on the internet via your computer or your phone. You can work by service, and organize your project very simply.</p>
<p>It has an active user community and paid version to increase the support for your company. Thanks to its flexibility it is implemented in many areas from industrial production to sales teams.</p>
<p>As you can see, it&#8217;s a pretty interesting application. Let&#8217;s install it.</p>
<h2>1. Upgrading the system</h2>
<p>It&#8217;s a good idea to do a complete system update before you start installing various applications. This in order to get the latest security enhancements. To do this, open a Terminal and type:</p>
<pre class="">:~$ sudo apt update &amp;&amp; sudo apt -y upgrade</pre>
<figure id="attachment_5996" aria-describedby="caption-attachment-5996" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-5996" src="https://www.osradar.com/wp-content/uploads/2018/09/1-16.png" alt="1.- Upgrading the whole system" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/09/1-16.png 1366w, https://www.osradar.com/wp-content/uploads/2018/09/1-16-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/1-16-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/1-16-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/1-16-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/09/1-16-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/09/1-16-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-5996" class="wp-caption-text">1.- Upgrading the whole system</figcaption></figure>
<p>By entering your password, you will start downloading and installing the packages. However, the time will take according to your internet connection speed and the number of packages you need to update.</p>
<h2>2. Install Apache2+PHP+MariaDB</h2>
<p>Yes. You need to have a <a href="https://www.osradar.com/install-lamp-centos-rhel7/" rel="noopener">LAMP server installed</a>. You also need to configure certain things in MariaDB. But first, install <a href="http://httpd.apache.org/" rel="noopener">Apache2</a> web server.</p>
<pre class="">:~$ sudo apt install apache2</pre>
<figure id="attachment_5997" aria-describedby="caption-attachment-5997" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-5997" src="https://www.osradar.com/wp-content/uploads/2018/09/2-15.png" alt="2.- Installing Apache web server" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/09/2-15.png 1366w, https://www.osradar.com/wp-content/uploads/2018/09/2-15-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/2-15-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/2-15-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/2-15-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/09/2-15-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/09/2-15-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-5997" class="wp-caption-text">2.- Installing Apache web server</figcaption></figure>
<p>After that, have Apache boot into the system.</p>
<pre class="">:~$ sudo systemctl enable apache2</pre>
<figure id="attachment_5998" aria-describedby="caption-attachment-5998" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-5998" src="https://www.osradar.com/wp-content/uploads/2018/09/3-15.png" alt="3.- Setting Apache for start at the boot system" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/09/3-15.png 1366w, https://www.osradar.com/wp-content/uploads/2018/09/3-15-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/3-15-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/3-15-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/3-15-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/09/3-15-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/09/3-15-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-5998" class="wp-caption-text">3.- Setting Apache for start at the boot system</figcaption></figure>
<p>Next, go to your web browser and access with the IP address of the server. If you see something similar to the image below, apache2 web server has been correctly installed.</p>
<p><code>http://IP_SERVER</code></p>
<figure id="attachment_5999" aria-describedby="caption-attachment-5999" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-5999" src="https://www.osradar.com/wp-content/uploads/2018/09/4-19.png" alt="4.- Apache web server default page" width="1366" height="665" srcset="https://www.osradar.com/wp-content/uploads/2018/09/4-19.png 1366w, https://www.osradar.com/wp-content/uploads/2018/09/4-19-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/4-19-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/4-19-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/4-19-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2018/09/4-19-1068x520.png 1068w, https://www.osradar.com/wp-content/uploads/2018/09/4-19-863x420.png 863w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-5999" class="wp-caption-text">4.- Apache web server default page</figcaption></figure>
<p>Now it&#8217;s PHP&#8217;s turn.</p>
<p>To install SOPlanning on Ubuntu Server 18.04 you must use a different version of PHP than the one that comes in the official repositories. This is because SOPlanning does not yet support PHP 7.2 which comes by default in Ubuntu 18.04, to complete the installation you must install PHP 7.1.</p>
<p>In the first place, add the external repository:</p>
<pre class="">:~$ sudo add-apt-repository ppa:ondrej/php</pre>
<figure id="attachment_6000" aria-describedby="caption-attachment-6000" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6000" src="https://www.osradar.com/wp-content/uploads/2018/09/5-16.png" alt="5.- Adding an external repository for install PHP 7.1" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/09/5-16.png 1366w, https://www.osradar.com/wp-content/uploads/2018/09/5-16-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/5-16-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/5-16-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/5-16-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/09/5-16-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/09/5-16-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6000" class="wp-caption-text">5.- Adding an external repository for install PHP 7.1</figcaption></figure>
<p>Then, install all the package for PHP 7.1.</p>
<pre class="">:~$ sudo apt install php7.1 php7.1-mysql php7.1-curl php7.1-json php7.1-cgi php7.1-recode php7.1-sq php7.1-intl libapache2-mod-php7.1 php7.1-mcrypt php7.1-xmlrpc php7.1-gd php7.1-mbstring php7.1 php7.1-common php7.1-xmlrpc php7.1-soap php7.1-xml php7.1-intl php7.1-cli php7.1-ldap php7.1-zip php7.1-readline php7.1-imap php7.1-tidy</pre>
<figure id="attachment_6001" aria-describedby="caption-attachment-6001" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6001" src="https://www.osradar.com/wp-content/uploads/2018/09/6-14.png" alt="6.- Installing PHP 7.1 from an external repository" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/09/6-14.png 1366w, https://www.osradar.com/wp-content/uploads/2018/09/6-14-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/6-14-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/6-14-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/6-14-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/09/6-14-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/09/6-14-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6001" class="wp-caption-text">6.- Installing PHP 7.1 from an external repository</figcaption></figure>
<p>Finally, install MariaDB.</p>
<pre class="">:~$ sudo apt install mariadb-server</pre>
<figure id="attachment_6002" aria-describedby="caption-attachment-6002" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6002" src="https://www.osradar.com/wp-content/uploads/2018/09/7-13.png" alt="7.- Installing MariaDB server" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/09/7-13.png 1366w, https://www.osradar.com/wp-content/uploads/2018/09/7-13-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/7-13-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/7-13-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/7-13-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/09/7-13-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/09/7-13-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6002" class="wp-caption-text">7.- Installing MariaDB server</figcaption></figure>
<p>When the installation is finished, start and enable the MariaDB Server service.</p>
<pre class="">:~$ sudo systemctl start mariadb
:~$ sudo systemctl enable mariadb</pre>
<figure id="attachment_6003" aria-describedby="caption-attachment-6003" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6003" src="https://www.osradar.com/wp-content/uploads/2018/09/8-12.png" alt="8.- Starting MariaDB service" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/09/8-12.png 1366w, https://www.osradar.com/wp-content/uploads/2018/09/8-12-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/8-12-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/8-12-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/8-12-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/09/8-12-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/09/8-12-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6003" class="wp-caption-text">8.- Starting MariaDB service</figcaption></figure>
<p>The next thing you need to do is configure MariaDB. In it, you can define the root password and other things. To do this, run the following command:</p>
<pre class="">:~$ sudo mysql_secure_installation</pre>
<figure id="attachment_6004" aria-describedby="caption-attachment-6004" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6004" src="https://www.osradar.com/wp-content/uploads/2018/09/9-13.png" alt="9.- Running the configuration script for MariaDB" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/09/9-13.png 1366w, https://www.osradar.com/wp-content/uploads/2018/09/9-13-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/9-13-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/9-13-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/9-13-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/09/9-13-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/09/9-13-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6004" class="wp-caption-text">9.- Running the configuration script for MariaDB</figcaption></figure>
<p>Define the root password, and then answer the questions as follows: <strong>Y,N, Y,Y.</strong></p>
<p>Finally, you must create a database and a specific MariaDB user for SOPlanning.</p>
<pre class="">:~$ sudo mysql -u root -p</pre>
<p>After you enter the password, you will be in the MariaDB console.</p>
<p>Now to create the database and the dedicated user with the password.</p>
<pre class="">CREATE DATABASE soplanning;
GRANT ALL PRIVILEGES ON soplanning.* TO 'usersoplanning'@'localhost' IDENTIFIED BY 'soplanningpss';
FLUSH PRIVILEGES;
EXIT;</pre>
<figure id="attachment_6005" aria-describedby="caption-attachment-6005" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6005" src="https://www.osradar.com/wp-content/uploads/2018/09/10-11.png" alt="10.- Creating a new user and new database for SOPlanning" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/09/10-11.png 1366w, https://www.osradar.com/wp-content/uploads/2018/09/10-11-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/10-11-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/10-11-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/10-11-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/09/10-11-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/09/10-11-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6005" class="wp-caption-text">10.- Creating a new user and new database for SOPlanning</figcaption></figure>
<p>Of course, you can change the database name, username, and password to the ones you think are correct.</p>
<h2>3. Install SOPlanning</h2>
<p>Now you can install SOPlanning in Ubuntu 18.04. Type in terminal:</p>
<pre class="">:~$ cd /tmp/
:~$ wget https://excellmedia.dl.sourceforge.net/project/soplanning/soplanning/v1.42/soplanning-1-42.zip</pre>
<figure id="attachment_6006" aria-describedby="caption-attachment-6006" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6006" src="https://www.osradar.com/wp-content/uploads/2018/09/11-10.png" alt="11.- Downloading SOPlanning" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/09/11-10.png 1366w, https://www.osradar.com/wp-content/uploads/2018/09/11-10-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/11-10-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/11-10-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/11-10-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/09/11-10-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/09/11-10-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6006" class="wp-caption-text">11.- Install SOPlanning on Ubuntu</figcaption></figure>
<p>Now you have to decompress it:</p>
<pre class="">:~$ unzip soplanning-1-42.zip</pre>
<figure id="attachment_6007" aria-describedby="caption-attachment-6007" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6007" src="https://www.osradar.com/wp-content/uploads/2018/09/12-8.png" alt="12.- Decompressing the file downloaded" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/09/12-8.png 1366w, https://www.osradar.com/wp-content/uploads/2018/09/12-8-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/12-8-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/12-8-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/12-8-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/09/12-8-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/09/12-8-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6007" class="wp-caption-text">12.- Decompressing the file downloaded</figcaption></figure>
<p>The next step is to copy the folder to the apache root directory.</p>
<pre class="">:~$ sudo cp -R soplanning /var/www/html/</pre>
<p>Then change the folder permissions and the folder owner.</p>
<pre class="">:~$ sudo chmod 755 -R /var/www/html/soplanning
:~$ sudo chown -R www-data:www-data /var/www/html/soplanning/</pre>
<figure id="attachment_6008" aria-describedby="caption-attachment-6008" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6008" src="https://www.osradar.com/wp-content/uploads/2018/09/13-6.png" alt="13.- Changing the folder owner and permissions" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/09/13-6.png 1366w, https://www.osradar.com/wp-content/uploads/2018/09/13-6-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/13-6-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/13-6-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/13-6-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/09/13-6-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/09/13-6-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6008" class="wp-caption-text">13.- Changing the folder owner and permissions</figcaption></figure>
<p>Before going to the web browser, you must enable the apache rewrite module.</p>
<pre class="">:~$ sudo a2enmod rewrite
:~$ sudo systemctl restart apache2</pre>
<figure id="attachment_6009" aria-describedby="caption-attachment-6009" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6009" src="https://www.osradar.com/wp-content/uploads/2018/09/14-3.png" alt="14.- Enabling rewrite module in apache" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/09/14-3.png 1366w, https://www.osradar.com/wp-content/uploads/2018/09/14-3-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/14-3-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/14-3-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/14-3-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/09/14-3-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/09/14-3-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6009" class="wp-caption-text">14.- Enabling rewrite module in apache</figcaption></figure>
<h2>4. Accessing to SOPlanning from Browser</h2>
<p>Now you can go to your browser and in the path you<code>http://IP_SERVER/soplanning/</code> will see a window like this.</p>
<figure id="attachment_6010" aria-describedby="caption-attachment-6010" style="width: 1170px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6010" src="https://www.osradar.com/wp-content/uploads/2018/09/15-2.png" alt="15.- SOPlanning first screen" width="1170" height="570" srcset="https://www.osradar.com/wp-content/uploads/2018/09/15-2.png 1170w, https://www.osradar.com/wp-content/uploads/2018/09/15-2-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/15-2-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/15-2-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/15-2-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2018/09/15-2-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2018/09/15-2-1068x520.png 1068w, https://www.osradar.com/wp-content/uploads/2018/09/15-2-862x420.png 862w" sizes="(max-width: 1170px) 100vw, 1170px" /><figcaption id="caption-attachment-6010" class="wp-caption-text">15.- SOPlanning first screen</figcaption></figure>
<p>As you can see, on this screen you must enter the data of the previously configured MariaDB instance. In other words, you must enter the Database name, user and password.</p>
<p>When you enter the required data and if all goes well, you should see a screen like this.</p>
<figure id="attachment_6011" aria-describedby="caption-attachment-6011" style="width: 1170px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6011" src="https://www.osradar.com/wp-content/uploads/2018/09/16-1.png" alt="16.- Installation complete" width="1170" height="377" srcset="https://www.osradar.com/wp-content/uploads/2018/09/16-1.png 1170w, https://www.osradar.com/wp-content/uploads/2018/09/16-1-300x97.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/16-1-768x247.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/16-1-1024x330.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/16-1-696x224.png 696w, https://www.osradar.com/wp-content/uploads/2018/09/16-1-1068x344.png 1068w" sizes="(max-width: 1170px) 100vw, 1170px" /><figcaption id="caption-attachment-6011" class="wp-caption-text">16.- Installation complete</figcaption></figure>
<p>Note that on that screen there is a link to log us in and there are also the credentials. Click on the link and log in.</p>
<figure id="attachment_6012" aria-describedby="caption-attachment-6012" style="width: 1170px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6012" src="https://www.osradar.com/wp-content/uploads/2018/09/17-1.png" alt="17.- Log in on SOPlanning" width="1170" height="436" srcset="https://www.osradar.com/wp-content/uploads/2018/09/17-1.png 1170w, https://www.osradar.com/wp-content/uploads/2018/09/17-1-300x112.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/17-1-768x286.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/17-1-1024x382.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/17-1-696x259.png 696w, https://www.osradar.com/wp-content/uploads/2018/09/17-1-1068x398.png 1068w, https://www.osradar.com/wp-content/uploads/2018/09/17-1-1127x420.png 1127w" sizes="(max-width: 1170px) 100vw, 1170px" /><figcaption id="caption-attachment-6012" class="wp-caption-text">17.- Log in on SOPlanning</figcaption></figure>
<p>After that, you will see the main screen and you can start working.</p>
<figure id="attachment_6013" aria-describedby="caption-attachment-6013" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6013" src="https://www.osradar.com/wp-content/uploads/2018/09/18.png" alt="18.- Principal screen of SOPlanning" width="1366" height="665" srcset="https://www.osradar.com/wp-content/uploads/2018/09/18.png 1366w, https://www.osradar.com/wp-content/uploads/2018/09/18-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2018/09/18-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2018/09/18-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2018/09/18-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2018/09/18-1068x520.png 1068w, https://www.osradar.com/wp-content/uploads/2018/09/18-863x420.png 863w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6013" class="wp-caption-text">18.- Principal screen of SOPlanning</figcaption></figure>
<p>as can be seen, installing SOPlanning on Ubuntu Server 18.04 is not a big step, but it does require a basic knowledge of the terminal.</p>
<p>SOPlanning is a great application for productivity and arises as an alternative to other large in its field.</p>
<p>We want to know your experience with the installation. Have you used SOPLanning? Do you like it?</p>
<p>Please share this article through your social networks.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-soplanning-on-ubuntu-server-18-04/">How to install SOPlanning on Ubuntu Server 18.04?</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-soplanning-on-ubuntu-server-18-04/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
