<?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>enterprise Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/enterprise/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Sun, 16 Jun 2019 04:24:32 +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 Yetiforce on CentOS 7?</title>
		<link>https://www.osradar.com/how-to-install-yetiforce-on-centos-7/</link>
					<comments>https://www.osradar.com/how-to-install-yetiforce-on-centos-7/#comments</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Tue, 18 Jun 2019 23:11:44 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[CRM]]></category>
		<category><![CDATA[enterprise]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[yetiforce]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=12415</guid>

					<description><![CDATA[<p>In Linux, every day is more common to see many new applications for various areas. Many are oriented from leisure to business. From small to very large companies, the tools that help with the workflow within them are welcome. Likewise, if they are open source then they are even more so. Then, in this post, [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-yetiforce-on-centos-7/">How to install Yetiforce on CentOS 7?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p class="">In Linux, every day is more common to see many new applications for various areas. Many are oriented from leisure to business. From small to very large companies, the tools that help with the workflow within them are welcome. Likewise, if they are open source then they are even more so. Then, in this post, I will teach you how to install a CRM for your company, a very powerful one. In short, in this post, you will learn how to install Yetiforce on CentOS 7.</p>
<h2>Looking for a CRM? Yetiforce is probably the best</h2>
<p>A CRM (Customer Relationship Management) is a type of application-oriented to everything concerning the relationship between customers and company. Similarly, thanks to CRM can collect customer data to predict some of their needs and get their loyalty. In this sense, a CRM also ensures a great marketing policy.</p>
<p>In conclusion, we can say that companies that use CRM solutions generate more sales opportunities, streamlining management, with budgets updated in real time and optimized sales processes.</p>
<p>On the other hand, <a href="https://yetiforce.com">Yetiforce</a> is a CRM of Polish origin. It has all the features expected by software of its kind, however, is more powerful than most. In the website of the project states that is &#8220;the best CRM that exists&#8221;, and is that thanks to more than 100 modules available make it one of the most solid.</p>
<p>In the same way, it is open source and allows us to examine its source code to know how it is done. Besides, it is easy to audit.</p>
<p>Let us install Yetiforce on CentOS 7.</p>
<h2>Install Yetiforce on CentOS 7</h2>
<h3>1. Install Apache and PHP 7.2</h3>
<p>First, we must install the Apache web server to run Yetiforce.</p>
<p>In a terminal interface, run the following:</p>
<pre>:~$ su
:~# yum install httpd</pre>
<figure id="attachment_12432" aria-describedby="caption-attachment-12432" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12432" src="https://www.osradar.com/wp-content/uploads/2019/06/1-9.png" alt="1.- Install Apache" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2019/06/1-9.png 1366w, https://www.osradar.com/wp-content/uploads/2019/06/1-9-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2019/06/1-9-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2019/06/1-9-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2019/06/1-9-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2019/06/1-9-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2019/06/1-9-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-12432" class="wp-caption-text">1.- Install Apache</figcaption></figure>
<p>Then open port 80 in the CentOS firewall.</p>
<pre>:~# firewall-cmd --add-port=80/tcp --permanent
success
:~# firewall-cmd --reload
success</pre>
<p>Now, you have to install <a href="https://www.osradar.com/how-to-install-php-7-2-on-debian-9-stretch/">PHP 7.2</a>. Since PHP 7.2 is not available in CentOS, it is necessary to use another repository.</p>
<pre>:~# yum install epel-release yum-utils
:~# rpm -Uhv https://rpms.remirepo.net/enterprise/remi-release-7.rpm
:~# yum-config-manager --enable remi-php72</pre>
<p>Once you have done this, you can install PHP 7.2 and the required modules for Yetiforce.</p>
<pre>:~# yum install php php-mysqlnd php-opcache php-xml php-xmlrpc php-gd php-mbstring php-imap php-json php-xdebug php-posix php-uopz php-bcmath php-zip php-apcu php-ldap php-soap php-opcache php-intl php-imagick</pre>
<figure id="attachment_12433" aria-describedby="caption-attachment-12433" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12433" src="https://www.osradar.com/wp-content/uploads/2019/06/2-7.png" alt="2.- Install PHP 7.2 on CentOS" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2019/06/2-7.png 1366w, https://www.osradar.com/wp-content/uploads/2019/06/2-7-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2019/06/2-7-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2019/06/2-7-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2019/06/2-7-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2019/06/2-7-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2019/06/2-7-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-12433" class="wp-caption-text">2.- Install PHP 7.2 on CentOS</figcaption></figure>
<p>In order to test PHP, create a new file on /var/www/html/ and add the following:</p>
<pre>:~# yum install nano
:~# nano /var/www/html/test.php
&lt;?php
phpinfo();
?&gt;</pre>
<figure id="attachment_12434" aria-describedby="caption-attachment-12434" style="width: 856px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12434" src="https://www.osradar.com/wp-content/uploads/2019/06/3-6.png" alt="3.- PHP info file" width="856" height="151" srcset="https://www.osradar.com/wp-content/uploads/2019/06/3-6.png 856w, https://www.osradar.com/wp-content/uploads/2019/06/3-6-300x53.png 300w, https://www.osradar.com/wp-content/uploads/2019/06/3-6-768x135.png 768w, https://www.osradar.com/wp-content/uploads/2019/06/3-6-696x123.png 696w" sizes="(max-width: 856px) 100vw, 856px" /><figcaption id="caption-attachment-12434" class="wp-caption-text">3.- PHP info file</figcaption></figure>
<p>Start the Apache service.</p>
<pre>:~# systemctl enable httpd
:~# systemctl start httpd</pre>
<p>Now, open a web browser and go to <code>http://your-server/test.php</code> and you will see this.</p>
<figure id="attachment_12435" aria-describedby="caption-attachment-12435" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12435" src="https://www.osradar.com/wp-content/uploads/2019/06/4-4.png" alt="4.- PHP and Apache are correctly installed" width="1366" height="666" srcset="https://www.osradar.com/wp-content/uploads/2019/06/4-4.png 1366w, https://www.osradar.com/wp-content/uploads/2019/06/4-4-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/06/4-4-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2019/06/4-4-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2019/06/4-4-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/06/4-4-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2019/06/4-4-1068x521.png 1068w, https://www.osradar.com/wp-content/uploads/2019/06/4-4-861x420.png 861w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-12435" class="wp-caption-text">4.- PHP and Apache are correctly installed</figcaption></figure>
<h3>2.- Install MySQL 8 on CentOS 7</h3>
<p>Now you have to install MySQL. The problem is that the version you bring in the official repositories is very old, better use version 8.</p>
<pre>:~# rpm -Uvh https://repo.mysql.com/mysql57-community-release-el7-11.noarch.rpm
:~# yum --enablerepo=mysql80-community install mysql-community-server</pre>
<figure id="attachment_12436" aria-describedby="caption-attachment-12436" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12436" src="https://www.osradar.com/wp-content/uploads/2019/06/5-2.png" alt="5.- Install MySQL 8 on CentOS 7" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2019/06/5-2.png 1366w, https://www.osradar.com/wp-content/uploads/2019/06/5-2-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2019/06/5-2-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2019/06/5-2-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2019/06/5-2-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2019/06/5-2-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2019/06/5-2-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-12436" class="wp-caption-text">5.- Install MySQL 8 on CentOS 7</figcaption></figure>
<p>Then you have to start the service.</p>
<pre>:~# systemctl enable mysqld
:~# systemctl start mysqld</pre>
<p>After that, you need to find out the temporary password.</p>
<pre>:~# grep "A temporary password" /var/log/mysqld.log
A temporary password is generated for root@localhost: 9iyw6&gt;sX:jf5</pre>
<p>Now, you have to use the <code>mysql_secure_installation</code> script to secure MySQL.</p>
<pre>:~# mysql_secure_installation</pre>
<p>You will be asked several questions to improve the security of the program:</p>
<pre>Remove anonymous users? Y
Disallow root login remotely? Y
Remove test database and access to it? Y
Reload privilege tables now? Y</pre>
<figure id="attachment_12437" aria-describedby="caption-attachment-12437" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12437" src="https://www.osradar.com/wp-content/uploads/2019/06/6-2.png" alt="6.- secure the MySQL installation" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2019/06/6-2.png 1366w, https://www.osradar.com/wp-content/uploads/2019/06/6-2-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2019/06/6-2-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2019/06/6-2-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2019/06/6-2-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2019/06/6-2-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2019/06/6-2-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-12437" class="wp-caption-text">6.- secure the MySQL installation</figcaption></figure>
<p>Now, you have to create a user and database for Yetiforce.</p>
<pre>:~# mysql -u root -p
&gt; CREATE DATABASE yetiforce;
&gt; CREATE USER 'yetiforceuser'@'localhost' IDENTIFIED WITH mysql_native_password BY 'your-password';
&gt; GRANT ALL PRIVILEGES ON yetiforce.* TO 'yetiforceuser'@'localhost' WITH GRANT OPTION;
&gt; FLUSH PRIVILEGES; 
&gt; exit;</pre>
<p>Now, you can continue the process.</p>
<h3>3.- Install Yetiforce</h3>
<p>First, download Yetiforce.</p>
<pre>:~# yum install wget unzip
:~# wget https://github.com/YetiForceCompany/YetiForceCRM/releases/download/5.1.0/YetiForceCRM-5.1.0-complete.zip</pre>
<p>Next, decompress it.</p>
<pre>:~# unzip YetiForceCRM-5.1.0-complete.zip -d /var/www/html/</pre>
<p>Next, set the right permissions to the folder.</p>
<pre>:~# chown -R apache:apache /var/www/html</pre>
<p><strong>NOTE: delete the .zip file.</strong></p>
<p>Yetiforce requires external libraries that we can install using Composer.</p>
<p>Read: <a href="https://www.osradar.com/how-to-install-composer-on-linux/" rel="noopener noreferrer">How to install Composer on Linux?</a></p>
<p>And install it as the regular user:</p>
<pre>:~# exit
:~$ composer require phpunit/php-invoker</pre>
<p>Now, create a new virtual host for Yetiforce.</p>
<pre>:~$ su
:~# nano nano /etc/httpd/conf.d/yetiforce.conf</pre>
<p>And add the following:</p>
<pre>&lt;VirtualHost *:80&gt; 
  ServerAdmin admin@your_domain.com
  DocumentRoot /var/www/html/
  ServerName your_domain.com
  ServerAlias www.your_domain.com
  
&lt;Directory /var/www/html/&gt; 
    Options FollowSymLinks
    AllowOverride All
    Order allow,deny
    allow from all
&lt;/Directory&gt; 
ErrorLog /var/log/httpd/your_domain.com-error_log
CustomLog /var/log/httpd/your_domain.com-access_log common
&lt;/VirtualHost&gt;</pre>
<p>Replace your_domain with yours. And restart apache.</p>
<pre>:~# systemctl restart httpd</pre>
<p>After that, we need to complete the installation.</p>
<h3>4.- Complete the yetiforce installation using the web interface</h3>
<p>Now, open your web browser and access your server to complete the installation.</p>
<figure id="attachment_12438" aria-describedby="caption-attachment-12438" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12438" src="https://www.osradar.com/wp-content/uploads/2019/06/7-1.png" alt="7.- Install Yetiforce on CentOS 7" width="1366" height="666" srcset="https://www.osradar.com/wp-content/uploads/2019/06/7-1.png 1366w, https://www.osradar.com/wp-content/uploads/2019/06/7-1-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/06/7-1-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2019/06/7-1-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2019/06/7-1-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/06/7-1-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2019/06/7-1-1068x521.png 1068w, https://www.osradar.com/wp-content/uploads/2019/06/7-1-861x420.png 861w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-12438" class="wp-caption-text">7.- Install Yetiforce on CentOS 7</figcaption></figure>
<p>Then, accept the terms of the license.</p>
<figure id="attachment_12439" aria-describedby="caption-attachment-12439" style="width: 1366px" class="wp-caption aligncenter"><img loading="lazy" class="size-full wp-image-12439" src="https://www.osradar.com/wp-content/uploads/2019/06/8-1.png" alt="8.- Yetiforce license terms" width="1366" height="666" srcset="https://www.osradar.com/wp-content/uploads/2019/06/8-1.png 1366w, https://www.osradar.com/wp-content/uploads/2019/06/8-1-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/06/8-1-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2019/06/8-1-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2019/06/8-1-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/06/8-1-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2019/06/8-1-1068x521.png 1068w, https://www.osradar.com/wp-content/uploads/2019/06/8-1-861x420.png 861w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-12439" class="wp-caption-text">8.- Yetiforce license terms</figcaption></figure>
<p>After that, you have to type the database credentials and admin information.</p>
<figure id="attachment_12440" aria-describedby="caption-attachment-12440" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12440" src="https://www.osradar.com/wp-content/uploads/2019/06/9.png" alt="9.- Database credentials" width="1366" height="666" srcset="https://www.osradar.com/wp-content/uploads/2019/06/9.png 1366w, https://www.osradar.com/wp-content/uploads/2019/06/9-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/06/9-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2019/06/9-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2019/06/9-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/06/9-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2019/06/9-1068x521.png 1068w, https://www.osradar.com/wp-content/uploads/2019/06/9-861x420.png 861w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-12440" class="wp-caption-text">9.- Database credentials</figcaption></figure>
<p>Next, confirm the configuration settings.</p>
<figure id="attachment_12441" aria-describedby="caption-attachment-12441" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12441" src="https://www.osradar.com/wp-content/uploads/2019/06/10.png" alt="10.- Configure Yetiforce on CentOS 7" width="1366" height="666" srcset="https://www.osradar.com/wp-content/uploads/2019/06/10.png 1366w, https://www.osradar.com/wp-content/uploads/2019/06/10-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/06/10-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2019/06/10-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2019/06/10-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/06/10-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2019/06/10-1068x521.png 1068w, https://www.osradar.com/wp-content/uploads/2019/06/10-861x420.png 861w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-12441" class="wp-caption-text">10.- Configure Yetiforce on CentOS 7</figcaption></figure>
<p>Then, enter the company details.</p>
<figure id="attachment_12442" aria-describedby="caption-attachment-12442" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12442" src="https://www.osradar.com/wp-content/uploads/2019/06/11.png" alt="11.- Configuring Yetiforce on CentOS 7" width="1366" height="666" srcset="https://www.osradar.com/wp-content/uploads/2019/06/11.png 1366w, https://www.osradar.com/wp-content/uploads/2019/06/11-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/06/11-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2019/06/11-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2019/06/11-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/06/11-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2019/06/11-1068x521.png 1068w, https://www.osradar.com/wp-content/uploads/2019/06/11-861x420.png 861w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-12442" class="wp-caption-text">11.- Configuring Yetiforce on CentOS 7</figcaption></figure>
<p>Next, the installation will begin.</p>
<figure id="attachment_12443" aria-describedby="caption-attachment-12443" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12443" src="https://www.osradar.com/wp-content/uploads/2019/06/12.png" alt="12.- Install Yetiforce" width="1366" height="666" srcset="https://www.osradar.com/wp-content/uploads/2019/06/12.png 1366w, https://www.osradar.com/wp-content/uploads/2019/06/12-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/06/12-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2019/06/12-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2019/06/12-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/06/12-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2019/06/12-1068x521.png 1068w, https://www.osradar.com/wp-content/uploads/2019/06/12-861x420.png 861w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-12443" class="wp-caption-text">12.- Install Yetiforce</figcaption></figure>
<p>When the process is finished you will see the Yetiforce dashboard.</p>
<figure id="attachment_12444" aria-describedby="caption-attachment-12444" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12444" src="https://www.osradar.com/wp-content/uploads/2019/06/13.png" alt="13.- Yetiforce dashboard" width="1366" height="666" srcset="https://www.osradar.com/wp-content/uploads/2019/06/13.png 1366w, https://www.osradar.com/wp-content/uploads/2019/06/13-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/06/13-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2019/06/13-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2019/06/13-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/06/13-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2019/06/13-1068x521.png 1068w, https://www.osradar.com/wp-content/uploads/2019/06/13-861x420.png 861w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-12444" class="wp-caption-text">13.- Yetiforce dashboard</figcaption></figure>
<h2>Conclusion</h2>
<p>Yetiforce is a very complete application in your area. It has many features that make it the best in CRM. It has a great community and is used by many important companies.</p>
<p>Please share this post with your friends.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-yetiforce-on-centos-7/">How to install Yetiforce on CentOS 7?</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-yetiforce-on-centos-7/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>MariaDB Enterprise: a new professional solution for companies</title>
		<link>https://www.osradar.com/mariadb-enterprise-a-new-professional-solution-for-companies/</link>
					<comments>https://www.osradar.com/mariadb-enterprise-a-new-professional-solution-for-companies/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Fri, 01 Mar 2019 14:29:26 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Databases]]></category>
		<category><![CDATA[enterprise]]></category>
		<category><![CDATA[mariadb]]></category>
		<category><![CDATA[MariaDB Enterprise]]></category>
		<category><![CDATA[New version]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[SQL]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=11259</guid>

					<description><![CDATA[<p>It is a fact that companies have different needs than small projects. So in many cases, they need more support and quality in sensitive applications. For example, in the database managers where it is mainly dominated by giants like Oracle or IBM. However, open source is growing at a very fast pace, and there are [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/mariadb-enterprise-a-new-professional-solution-for-companies/">MariaDB Enterprise: a new professional solution for companies</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>It is a fact that companies have different needs than small projects. So in many cases, they need more support and quality in sensitive applications. For example, in the database managers where it is mainly dominated by giants like Oracle or IBM. However, open source is growing at a very fast pace, and there are already solutions with a similar level, for example, MySQL. So, MySQL with the purchase of Oracle has also inherited great features, but also stagnation. Thus, MariaDB enterprise is born to consolidate MariaDB even more and offer itself as a new open source alternative for companies. I will tell you about it.</p>
<p>It is good to remember that, <a href="https://osradar.com/tag/mariadb" target="_blank" rel="noopener noreferrer">MariaDB</a> is a MySQL fork that arises to protect the community after the purchase of Sun MycroSystem by Oracle. In addition, it is highly compatible with MySQL. However, it has evolved so well that it is now considered an independent application with its own personality. But it lacked a professional solution for companies.</p>
<h2>MariaDB Enterprise</h2>
<p>It was during the MariaDB OpenWorks that<a href="https://mariadb.com/newsroom/press-releases/mariadb-announces-new-enterprise-server/" target="_blank" rel="noopener noreferrer"> the announcement was made</a>. MariaDB enterprise is a fact and becomes a new alternative for enterprises. Among its main features are:</p>
<ul>
<li><strong>High-End Features and Tools</strong>: There will be special features for the enterprise version because the needs of companies are different from the community version.</li>
<li><strong>Security, Performance and Scalability for Production Out of the Box</strong>: MariaDB promises that by default high ideal security measures are applied so that the company can protect its data effectively.</li>
<li><strong>Increased Quality Assurance</strong>: Quality standards will remain as high as possible. Therefore, specialized enhancements for high performance are incorporated.</li>
<li><strong>Stability at Scale</strong>: Of course, MariaDB Enterprise will adapt to the different workloads that the company may subject it to. It will evolve according to the size of the database.</li>
<li><strong>Release Integrity</strong>: The verification and distribution of binaries will be guaranteed so as not to modify them during their life cycle.</li>
</ul>
<p>In addition to all these features, there are others for clustering: deeper code auditing, faster and more reliable backups for large databases, and end-to-end encryption.</p>
<h1>When will it be available?</h1>
<p>MariaDB Enterprise is currently in the final development phase. During the MariaDB Openworks, it was said that it would be available by spring 2019. So it should be ready for download soon.</p>
<p>On the other hand, you can help with the development by testing and detecting bugs following this <a href="https://mariadb.com/downloads/" target="_blank" rel="noopener noreferrer">link</a>.</p>
<p>You can also read our post on <a href="https://www.osradar.com/optimize-mysql-mariadb-on-linux/" target="_blank" rel="noopener noreferrer">how to optimize MariaDB</a>. Or <a href="https://www.osradar.com/reset-the-mysql-mariadb-root-password/" target="_blank" rel="noopener noreferrer">how to recover your root password</a>.</p>
<p>So, please share this post with your friends.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/mariadb-enterprise-a-new-professional-solution-for-companies/">MariaDB Enterprise: a new professional solution for companies</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/mariadb-enterprise-a-new-professional-solution-for-companies/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to install Odoo 12 on Debian 9?</title>
		<link>https://www.osradar.com/install-odoo-12-on-debian-9/</link>
					<comments>https://www.osradar.com/install-odoo-12-on-debian-9/#comments</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Mon, 15 Oct 2018 01:00:14 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[companies]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[enterprise]]></category>
		<category><![CDATA[ERP]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[Inventory]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[Odoo]]></category>
		<category><![CDATA[Organizations]]></category>
		<category><![CDATA[planning]]></category>
		<category><![CDATA[postgresql]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tutorial]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=6408</guid>

					<description><![CDATA[<p>Organizations use special applications for business management. Today, in this tutorial I will show you how to install Odoo 12 on Debian 9. Odoo is an open source integrated ERP system currently produced by the Belgian company Odoo S.A. In the first place, what is a ERP? The ERP (Enterprise resource planning) systems are management [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-odoo-12-on-debian-9/">How to install Odoo 12 on 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>Organizations use special applications for business management. Today, in this tutorial I will show you how to install Odoo 12 on Debian 9.</p>
<p><a href="https://www.odoo.com/" target="_blank" rel="noopener">Odoo</a> is an open source integrated ERP system currently produced by the Belgian company Odoo S.A.</p>
<p>In the first place, what is a ERP? The ERP (<strong>Enterprise resource planning</strong>) systems are management information systems that integrate and manage many of the businesses associated with production operations and distribution aspects of a company engaged in the production of goods or services. In short, it is a administration system.</p>
<p>Some Odoo modules include inventory management, finance, administration, sales and more. In addition, you can activate the modules developed by community only necessaries for your organization ensuring the proper and efficient functioning of it.</p>
<p>Odoo is compatible with Linux and today i will install it on Debian. It&#8217;s easy.</p>
<h2>0. Prerequisites</h2>
<p>To install Odoo 12 on Debian 9 does not require high knowledge of Linux but a basic <strong>knowledge of terminal use</strong>. In addition to a user who can run commands as <strong>root user.</strong></p>
<p>Under those circumstances, it is convenient to add that, Odoo requires <a href="https://www.osradar.com/how-to-install-postgresql-on-ubuntu18-04/" target="_blank" rel="noopener">PostgreSQL</a> and <a href="https://www.osradar.com/get-the-latest-python-on-linux/" target="_blank" rel="noopener">Python</a> 3.5.</p>
<p>Let&#8217;s start.</p>
<h2>1. Upgrade the system</h2>
<p>Before starting the installation of applications on our server, it is convenient to update all packages. This in order to have all the security patches and with them make the system more secure and stable. Run:</p>
<pre class="">:~$ su
:~# apt update &amp;&amp; apt upgrade</pre>
<figure id="attachment_6409" aria-describedby="caption-attachment-6409" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6409" src="https://www.osradar.com/wp-content/uploads/2018/10/1-10.png" alt="1.- Upgrade Debian" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/10/1-10.png 1366w, https://www.osradar.com/wp-content/uploads/2018/10/1-10-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/1-10-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/1-10-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/10/1-10-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/1-10-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/10/1-10-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6409" class="wp-caption-text">1.- Upgrade Debian</figcaption></figure>
<p>With this you will have Debian updated.</p>
<h2>2. Install PostgreSQL</h2>
<p>Odoo uses PostgreSQL as a database handler. Fortunately it is found in the official Debian repositories so its installation is easy.</p>
<pre class="">:~# apt install postgresql</pre>
<figure id="attachment_6410" aria-describedby="caption-attachment-6410" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6410" src="https://www.osradar.com/wp-content/uploads/2018/10/2-10.png" alt="2.- Installing postgreSQL" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/10/2-10.png 1366w, https://www.osradar.com/wp-content/uploads/2018/10/2-10-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/2-10-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/2-10-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/10/2-10-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/2-10-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/10/2-10-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6410" class="wp-caption-text">2.- Installing postgreSQL</figcaption></figure>
<p>Once the installation is finished you have to enable the service so that it starts as soon as the system boots.</p>
<pre class="">:~# systemctl enable postgresql</pre>
<figure id="attachment_6411" aria-describedby="caption-attachment-6411" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6411" src="https://www.osradar.com/wp-content/uploads/2018/10/3-11.png" alt="3.- Enabling the PostgreSQL service" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/10/3-11.png 1366w, https://www.osradar.com/wp-content/uploads/2018/10/3-11-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/3-11-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/3-11-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/10/3-11-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/3-11-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/10/3-11-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6411" class="wp-caption-text">3.- Enabling the PostgreSQL service</figcaption></figure>
<p>Then, you can check the status of the service.</p>
<pre class="">:~# systemctl status postgresql</pre>
<figure id="attachment_6412" aria-describedby="caption-attachment-6412" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6412" src="https://www.osradar.com/wp-content/uploads/2018/10/4-7.png" alt="4.- Checking the PostgreSQL service" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/10/4-7.png 1366w, https://www.osradar.com/wp-content/uploads/2018/10/4-7-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/4-7-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/4-7-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/10/4-7-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/4-7-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/10/4-7-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6412" class="wp-caption-text">4.- Checking the PostgreSQL service</figcaption></figure>
<p>As you can see, PostgreSQL has been installed.</p>
<h2>3. Install Odoo</h2>
<p>By default, Odoo is not in the official Debain 9 repositories, so add its external repository to install it via APT. It is the fastest, easiest and most efficient way to install Odoo. First, run:</p>
<pre class="">:~# wget -O - https://nightly.odoo.com/odoo.key | apt-key add -</pre>
<figure id="attachment_6413" aria-describedby="caption-attachment-6413" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6413" src="https://www.osradar.com/wp-content/uploads/2018/10/5-8.png" alt="5.- Adding the Oddo repository" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/10/5-8.png 1366w, https://www.osradar.com/wp-content/uploads/2018/10/5-8-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/5-8-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/5-8-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/10/5-8-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/5-8-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/10/5-8-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6413" class="wp-caption-text">5.- Adding the Oddo repository</figcaption></figure>
<p>Then,</p>
<pre class="">:~# echo "deb http://nightly.odoo.com/12.0/nightly/deb/ ./" &gt;&gt; /etc/apt/sources.list.d/odoo.list</pre>
<p>Now, refresh the APT package list:</p>
<pre class="">:~# apt update</pre>
<figure id="attachment_6414" aria-describedby="caption-attachment-6414" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6414" src="https://www.osradar.com/wp-content/uploads/2018/10/6-7.png" alt="6.- Refresh the repository cache" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/10/6-7.png 1366w, https://www.osradar.com/wp-content/uploads/2018/10/6-7-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/6-7-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/6-7-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/10/6-7-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/6-7-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/10/6-7-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6414" class="wp-caption-text">6.- Refresh the repository cache</figcaption></figure>
<p>Finally install Odoo:</p>
<pre class="">:~# apt install odoo</pre>
<figure id="attachment_6415" aria-describedby="caption-attachment-6415" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6415" src="https://www.osradar.com/wp-content/uploads/2018/10/7-7.png" alt="7.- Install Odoo" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/10/7-7.png 1366w, https://www.osradar.com/wp-content/uploads/2018/10/7-7-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/7-7-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/7-7-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/10/7-7-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/7-7-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/10/7-7-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6415" class="wp-caption-text">7.- Install Odoo</figcaption></figure>
<p>At the end of the installation it is convenient to check the status of the service, to check that it is running.</p>
<pre class="">:~# sytemctl status odoo</pre>
<figure id="attachment_6417" aria-describedby="caption-attachment-6417" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6417" src="https://www.osradar.com/wp-content/uploads/2018/10/8-7.png" alt="8.- Checking Oddo service" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/10/8-7.png 1366w, https://www.osradar.com/wp-content/uploads/2018/10/8-7-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/8-7-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/8-7-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/10/8-7-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/8-7-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/10/8-7-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6417" class="wp-caption-text">8.- Checking Oddo service</figcaption></figure>
<p>As can been noted, everything is OK.</p>
<h2>4.- Access from the web browser</h2>
<p>At this point, you can access the web interface, however, you need to configure a last point. The password of the user. Open <code>/etc/odoo/odoo.conf</code> file.</p>
<pre class="">:~# nano /etc/odoo/odoo.conf</pre>
<p>And set your admin password.</p>
<figure id="attachment_6418" aria-describedby="caption-attachment-6418" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6418" src="https://www.osradar.com/wp-content/uploads/2018/10/9-7.png" alt="9.- Setting the admin password for Odoo" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/10/9-7.png 1366w, https://www.osradar.com/wp-content/uploads/2018/10/9-7-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/9-7-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/9-7-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/10/9-7-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/9-7-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/10/9-7-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6418" class="wp-caption-text">9.- Setting the admin password for Odoo</figcaption></figure>
<p>Now, restart the odoo service.</p>
<pre class="">:~# systemctl restart odoo</pre>
<p>Finally, you can access from the web browser. Go to <code>http://IP_SERVER:8069</code>. And you will see this.</p>
<figure id="attachment_6420" aria-describedby="caption-attachment-6420" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6420" src="https://www.osradar.com/wp-content/uploads/2018/10/10-6.png" alt="10.- Odoo default page" width="1366" height="665" srcset="https://www.osradar.com/wp-content/uploads/2018/10/10-6.png 1366w, https://www.osradar.com/wp-content/uploads/2018/10/10-6-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/10-6-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/10-6-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2018/10/10-6-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/10-6-1068x520.png 1068w, https://www.osradar.com/wp-content/uploads/2018/10/10-6-863x420.png 863w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6420" class="wp-caption-text">10.- Odoo default page</figcaption></figure>
<p>Enter all the requirements they ask you and click on Create Database Button.</p>
<p>Remeber the password is the same that you defined on odoo.conf file.</p>
<figure id="attachment_6421" aria-describedby="caption-attachment-6421" style="width: 1140px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6421" src="https://www.osradar.com/wp-content/uploads/2018/10/11-6.png" alt="11.- Accessing to Odoo" width="1140" height="563" srcset="https://www.osradar.com/wp-content/uploads/2018/10/11-6.png 1140w, https://www.osradar.com/wp-content/uploads/2018/10/11-6-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/11-6-768x379.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/11-6-1024x506.png 1024w, https://www.osradar.com/wp-content/uploads/2018/10/11-6-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2018/10/11-6-696x344.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/11-6-1068x527.png 1068w, https://www.osradar.com/wp-content/uploads/2018/10/11-6-850x420.png 850w" sizes="(max-width: 1140px) 100vw, 1140px" /><figcaption id="caption-attachment-6421" class="wp-caption-text">11.- Accessing to Odoo</figcaption></figure>
<p>After that, you will see the screen where you can install the modules that make up the system.</p>
<figure id="attachment_6422" aria-describedby="caption-attachment-6422" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6422" src="https://www.osradar.com/wp-content/uploads/2018/10/12-5.png" alt="12.- Modules available to add to Odoo" width="1366" height="665" srcset="https://www.osradar.com/wp-content/uploads/2018/10/12-5.png 1366w, https://www.osradar.com/wp-content/uploads/2018/10/12-5-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/12-5-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/12-5-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2018/10/12-5-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/12-5-1068x520.png 1068w, https://www.osradar.com/wp-content/uploads/2018/10/12-5-863x420.png 863w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6422" class="wp-caption-text">12.- Modules available to add to Odoo</figcaption></figure>
<p>All that&#8217;s left is for you to install the modules you need and enjoy it.</p>
<h2>Conclusion</h2>
<p>Odoo is a great flexible system that allows you to install modules that work independently but together form a powerful tool for your company.</p>
<p>We want to hear from you, have you used Odoo? Do you like Odoo? Do you know another ERP? Did this tutorial help you?</p>
<p>Please spread this article through your social networks.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-odoo-12-on-debian-9/">How to install Odoo 12 on 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/install-odoo-12-on-debian-9/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
