<?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>inoERP Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/inoerp/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Thu, 07 Feb 2019 11:13: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>Install inoERP on Ubuntu 18.04</title>
		<link>https://www.osradar.com/install-inoerp-on-ubuntu-18-04/</link>
					<comments>https://www.osradar.com/install-inoerp-on-ubuntu-18-04/#comments</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Thu, 07 Feb 2019 11:13:57 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[bionic]]></category>
		<category><![CDATA[ERP]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[inoERP]]></category>
		<category><![CDATA[organization]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=10553</guid>

					<description><![CDATA[<p>In this modern world, it is unthinkable that an organization does not have a system to manage its processes. Fortunately, in Linux, we have many open source alternatives willing to provide solutions at a low cost. So, that is why today I&#8217;ll show you how to install inoERP on Ubuntu 18.04. InoERP is an open [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-inoerp-on-ubuntu-18-04/">Install inoERP on Ubuntu 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>In this modern world, it is unthinkable that an organization does not have a system to manage its processes. Fortunately, in Linux, we have many open source alternatives willing to provide solutions at a low cost. So, that is why today I&#8217;ll show you how to install inoERP on Ubuntu 18.04.</p>
<p><a href="http://inoideas.org/" rel="noopener">InoERP</a> <span class="longHeading">is an open source web-based enterprise management system. So, it is built using open source technologies and has a wide range of features suitable for running various kind of businesses. In addition, the application is an <a href="https://www.osradar.com/install-odoo-12-on-debian-9/" rel="noopener">ERP</a> (Enterprise Resource Planning) ie a system where you can manage employees, payments, finance, inventory of a company. It is extremely efficient with the use of resources.</span></p>
<p>So, let us start to install inoERP.</p>
<h2>1. Install Apache web server and PHP</h2>
<p>inoERP is a web application that runs on a web server, so the first step is to install Apache and PHP.</p>
<pre class="">:~$ sudo apt install apache2 php7.2 libapache2-mod-php7.2 php7.2-common php7.2-mysql php7.2-gmp php7.2-curl php7.2-intl php7.2-mbstring php7.2-xmlrpc php7.2-gd php7.2-bcmath php7.2-xml php7.2-cli php7.2-zip</pre>
<figure id="attachment_10556" aria-describedby="caption-attachment-10556" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-10556" src="https://www.osradar.com/wp-content/uploads/2019/02/1-4.png" alt="1.- Install apache and PHP" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2019/02/1-4.png 1366w, https://www.osradar.com/wp-content/uploads/2019/02/1-4-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/1-4-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/1-4-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/1-4-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/1-4-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2019/02/1-4-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-10556" class="wp-caption-text">1.- Install Apache and PHP</figcaption></figure>
<p>Next, enable Apache to start at the boot system.</p>
<pre class="">:~$ sudo systemctl enable apache2</pre>
<figure id="attachment_10557" aria-describedby="caption-attachment-10557" style="width: 828px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-10557" src="https://www.osradar.com/wp-content/uploads/2019/02/2-4.png" alt="2.- Enabling apache" width="828" height="139" srcset="https://www.osradar.com/wp-content/uploads/2019/02/2-4.png 828w, https://www.osradar.com/wp-content/uploads/2019/02/2-4-300x50.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/2-4-768x129.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/2-4-696x117.png 696w" sizes="(max-width: 828px) 100vw, 828px" /><figcaption id="caption-attachment-10557" class="wp-caption-text">2.- Enabling apache</figcaption></figure>
<p>Now, you have to configure PHP to work with inoERP. Open the PHP configuration file:</p>
<pre class="">:~$ sudo nano /etc/php/7.2/apache2/php.ini</pre>
<p>And change the following options:</p>
<pre class="">file_uploads = On
allow_url_fopen = On
short_open_tag = On
memory_limit = 256M
upload_max_filesize = 100M
max_execution_time = 360
date.timezone = YOUR_TIMEZONE</pre>
<figure id="attachment_10558" aria-describedby="caption-attachment-10558" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-10558" src="https://www.osradar.com/wp-content/uploads/2019/02/3-4.png" alt="3.- PHP config" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2019/02/3-4.png 1366w, https://www.osradar.com/wp-content/uploads/2019/02/3-4-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/3-4-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/3-4-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/3-4-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/3-4-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2019/02/3-4-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-10558" class="wp-caption-text">3.- PHP config</figcaption></figure>
<p>After that, it is time to test PHP and Apache. To do it, create a file called <code>test.php</code> on the <code>/var/www/html/</code> folder.</p>
<pre class="">:~$ sudo nano /var/www/html/test.php</pre>
<p>So, add the following:</p>
<pre class="">&lt;?php
phpinfo();
?&gt;</pre>
<figure id="attachment_10559" aria-describedby="caption-attachment-10559" style="width: 285px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-10559" src="https://www.osradar.com/wp-content/uploads/2019/02/4-3.png" alt="4.- PHP test" width="285" height="190" /><figcaption id="caption-attachment-10559" class="wp-caption-text">4.- PHP test</figcaption></figure>
<p>Now, open the web browser and go to http://SERVER_IP/test.php and you will see this.</p>
<figure id="attachment_10560" aria-describedby="caption-attachment-10560" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-10560" src="https://www.osradar.com/wp-content/uploads/2019/02/5-4.png" alt="5.- PHP info" width="1366" height="666" srcset="https://www.osradar.com/wp-content/uploads/2019/02/5-4.png 1366w, https://www.osradar.com/wp-content/uploads/2019/02/5-4-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/5-4-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/5-4-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/5-4-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/02/5-4-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/5-4-1068x521.png 1068w, https://www.osradar.com/wp-content/uploads/2019/02/5-4-861x420.png 861w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-10560" class="wp-caption-text">5.- PHP info</figcaption></figure>
<p>So, Apache and PHP are installed.</p>
<h2>2. Install MariaDB</h2>
<p>inoERP supports several database handlers, from MariaDB to PostgreSQL through Oracle Database. In this case, I will choose MariaDB.</p>
<pre class="">:~$ sudo apt install mariadb-server</pre>
<figure id="attachment_10561" aria-describedby="caption-attachment-10561" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-10561" src="https://www.osradar.com/wp-content/uploads/2019/02/6-4.png" alt="6.- Install mariadb" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2019/02/6-4.png 1366w, https://www.osradar.com/wp-content/uploads/2019/02/6-4-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/6-4-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/6-4-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/6-4-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/6-4-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2019/02/6-4-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-10561" class="wp-caption-text">6.- Install MariaDB</figcaption></figure>
<p>Now, set the root password using the mysql_secure_installation script.</p>
<pre class="">:~$ sudo mysql_secure_installation</pre>
<figure id="attachment_10562" aria-describedby="caption-attachment-10562" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-10562" src="https://www.osradar.com/wp-content/uploads/2019/02/7-4.png" alt="7.- Configuring mariadb" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2019/02/7-4.png 1366w, https://www.osradar.com/wp-content/uploads/2019/02/7-4-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/7-4-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/7-4-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/7-4-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/7-4-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2019/02/7-4-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-10562" class="wp-caption-text">7.- Configuring MariaDB</figcaption></figure>
<p>Using this script you will not only be able to configure the root password, but also other server configurations. For this example, I will answer Y, N, Y, Y.</p>
<p>Now, create a database and user for inoERP.</p>
<pre class="">:~$ sudo mysql -u root -p
CREATE DATABASE inoerpdb;
GRANT ALL PRIVILEGES ON inoerpdb.* TO 'inoerpuser'@'localhost' IDENTIFIED BY 'inoerppss';
FLUSH PRIVILEGES;
exit;</pre>
<figure id="attachment_10563" aria-describedby="caption-attachment-10563" style="width: 952px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-10563" src="https://www.osradar.com/wp-content/uploads/2019/02/8-4.png" alt="8.- Creating the database for inoERP" width="952" height="455" srcset="https://www.osradar.com/wp-content/uploads/2019/02/8-4.png 952w, https://www.osradar.com/wp-content/uploads/2019/02/8-4-300x143.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/8-4-768x367.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/8-4-696x333.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/8-4-879x420.png 879w" sizes="(max-width: 952px) 100vw, 952px" /><figcaption id="caption-attachment-10563" class="wp-caption-text">8.- Creating the database for inoERP</figcaption></figure>
<p>So, MariaDB is ready.</p>
<h2>3. Install inoERP on Ubuntu 18.04</h2>
<p>Now we will be able to install it, for it we will use git and thus clone its repository on the Apache web folder.</p>
<pre class="">:~$ sudo apt install git</pre>
<pre class="">:~$ cd /var/www/html/
:~$ sudo git clone https://github.com/inoerp/inoERP.git</pre>
<figure id="attachment_10564" aria-describedby="caption-attachment-10564" style="width: 764px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-10564" src="https://www.osradar.com/wp-content/uploads/2019/02/9-4.png" alt="9.- Cloning the inoERP repository" width="764" height="249" srcset="https://www.osradar.com/wp-content/uploads/2019/02/9-4.png 764w, https://www.osradar.com/wp-content/uploads/2019/02/9-4-300x98.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/9-4-696x227.png 696w" sizes="(max-width: 764px) 100vw, 764px" /><figcaption id="caption-attachment-10564" class="wp-caption-text">9.- Cloning the inoERP repository</figcaption></figure>
<p>After that, assign the correct permissions.</p>
<pre class="">:~$ sudo chown -R www-data:www-data /var/www/html/inoERP/
:~$ sudo chmod -R 755 /var/www/html/inoERP/</pre>
<figure id="attachment_10565" aria-describedby="caption-attachment-10565" style="width: 818px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-10565" src="https://www.osradar.com/wp-content/uploads/2019/02/10-4.png" alt="10.- Change the permissions" width="818" height="191" srcset="https://www.osradar.com/wp-content/uploads/2019/02/10-4.png 818w, https://www.osradar.com/wp-content/uploads/2019/02/10-4-300x70.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/10-4-768x179.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/10-4-696x163.png 696w" sizes="(max-width: 818px) 100vw, 818px" /><figcaption id="caption-attachment-10565" class="wp-caption-text">10.- Change the permissions</figcaption></figure>
<p>Then, create a new virtual host for using inoERP.</p>
<pre class="">:~$ sudo nano /etc/apache2/sites-available/inoERP.conf</pre>
<p>And add the following:</p>
<pre class="">&lt;VirtualHost *:80&gt;
     ServerAdmin admin@your_domain.com
     DocumentRoot /var/www/html/inoERP/inoerp/www
     ServerName inoerp.osradar.lan
     ServerAlias inoerp.osradar.lan

     &lt;Directory /var/www/html/inoERP/inoerp/www/&gt;
          Options FollowSymlinks
          AllowOverride All
          Require all granted
     &lt;/Directory&gt;

     ErrorLog ${APACHE_LOG_DIR}/error.log
     CustomLog ${APACHE_LOG_DIR}/access.log combined
    
     &lt;Directory /var/www/html/inoERP/inoerp/www/&gt;
            RewriteEngine on
            RewriteBase /
            RewriteCond %{REQUEST_FILENAME} !-f
            RewriteRule ^(.*) index.php [PT,L]
    &lt;/Directory&gt;
&lt;/VirtualHost&gt;</pre>
<figure id="attachment_10566" aria-describedby="caption-attachment-10566" style="width: 953px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-10566" src="https://www.osradar.com/wp-content/uploads/2019/02/11-1.png" alt="11.- Create the new virtaulhost" width="953" height="483" srcset="https://www.osradar.com/wp-content/uploads/2019/02/11-1.png 953w, https://www.osradar.com/wp-content/uploads/2019/02/11-1-300x152.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/11-1-768x389.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/11-1-696x353.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/11-1-829x420.png 829w" sizes="(max-width: 953px) 100vw, 953px" /><figcaption id="caption-attachment-10566" class="wp-caption-text">11.- Create the new virtual host</figcaption></figure>
<p>Then, enable the new virtual host and the rewrite module.</p>
<pre class="">:~$ sudo a2ensite inoERP.conf
:~$ sudo a2enmod rewrite
:~$ sudo systemctl restart apache2</pre>
<figure id="attachment_10567" aria-describedby="caption-attachment-10567" style="width: 824px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-10567" src="https://www.osradar.com/wp-content/uploads/2019/02/12-1.png" alt="12.- Restart apache" width="824" height="247" srcset="https://www.osradar.com/wp-content/uploads/2019/02/12-1.png 824w, https://www.osradar.com/wp-content/uploads/2019/02/12-1-300x90.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/12-1-768x230.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/12-1-696x209.png 696w" sizes="(max-width: 824px) 100vw, 824px" /><figcaption id="caption-attachment-10567" class="wp-caption-text">12.- Restart apache</figcaption></figure>
<p>So, complete the installation.</p>
<h2>4. Complete the installation</h2>
<p>Open your web browser and complete the installation by going to your virtual host. And you will see this.</p>
<figure id="attachment_10568" aria-describedby="caption-attachment-10568" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-10568" src="https://www.osradar.com/wp-content/uploads/2019/02/13-2.png" alt="13.- Installation prerequisites" width="1366" height="666" srcset="https://www.osradar.com/wp-content/uploads/2019/02/13-2.png 1366w, https://www.osradar.com/wp-content/uploads/2019/02/13-2-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/13-2-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/13-2-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/13-2-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/02/13-2-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/13-2-1068x521.png 1068w, https://www.osradar.com/wp-content/uploads/2019/02/13-2-861x420.png 861w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-10568" class="wp-caption-text">13.- Installation prerequisites</figcaption></figure>
<p>Now, you have to set the databases credentials.</p>
<figure id="attachment_10569" aria-describedby="caption-attachment-10569" style="width: 1354px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-10569" src="https://www.osradar.com/wp-content/uploads/2019/02/14-2.png" alt="14.- Databases parameters" width="1354" height="510" srcset="https://www.osradar.com/wp-content/uploads/2019/02/14-2.png 1354w, https://www.osradar.com/wp-content/uploads/2019/02/14-2-300x113.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/14-2-768x289.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/14-2-1024x386.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/14-2-696x262.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/14-2-1068x402.png 1068w, https://www.osradar.com/wp-content/uploads/2019/02/14-2-1115x420.png 1115w" sizes="(max-width: 1354px) 100vw, 1354px" /><figcaption id="caption-attachment-10569" class="wp-caption-text">14.- Databases parameters</figcaption></figure>
<p>After that, you can start the installation.</p>
<figure id="attachment_10570" aria-describedby="caption-attachment-10570" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-10570" src="https://www.osradar.com/wp-content/uploads/2019/02/15-2.png" alt="15.- Install inoERP" width="1366" height="666" srcset="https://www.osradar.com/wp-content/uploads/2019/02/15-2.png 1366w, https://www.osradar.com/wp-content/uploads/2019/02/15-2-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/15-2-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/15-2-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/15-2-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/02/15-2-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/15-2-1068x521.png 1068w, https://www.osradar.com/wp-content/uploads/2019/02/15-2-861x420.png 861w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-10570" class="wp-caption-text">15.- Install inoERP</figcaption></figure>
<p>At the end of the installation, go to the login page. User: inoerp and password: inoerp.</p>
<figure id="attachment_10571" aria-describedby="caption-attachment-10571" style="width: 650px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-10571" src="https://www.osradar.com/wp-content/uploads/2019/02/16-2.png" alt="16.- Log in" width="650" height="306" srcset="https://www.osradar.com/wp-content/uploads/2019/02/16-2.png 650w, https://www.osradar.com/wp-content/uploads/2019/02/16-2-300x141.png 300w" sizes="(max-width: 650px) 100vw, 650px" /><figcaption id="caption-attachment-10571" class="wp-caption-text">16.- Log in</figcaption></figure>
<p>And you will see the dashboard.</p>
<figure id="attachment_10572" aria-describedby="caption-attachment-10572" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-10572" src="https://www.osradar.com/wp-content/uploads/2019/02/17-2.png" alt="17.- Dashboard" width="1366" height="666" srcset="https://www.osradar.com/wp-content/uploads/2019/02/17-2.png 1366w, https://www.osradar.com/wp-content/uploads/2019/02/17-2-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/17-2-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/17-2-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/17-2-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/02/17-2-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/17-2-1068x521.png 1068w, https://www.osradar.com/wp-content/uploads/2019/02/17-2-861x420.png 861w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-10572" class="wp-caption-text">17.- Dashboard</figcaption></figure>
<p>So, that&#8217;s it.</p>
<h2>Conclusion</h2>
<p>Installing and managing these applications will make your business more orderly and better managed. Therefore, it is good to install inoERP to be more efficient in business processes.</p>
<p>Please share this post with your friends.</p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-inoerp-on-ubuntu-18-04/">Install inoERP on Ubuntu 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/install-inoerp-on-ubuntu-18-04/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
