<?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>vtiger crm guide Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/vtiger-crm-guide/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Thu, 06 Feb 2020 18:33:22 +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>Install Vtiger CRM on Ubuntu 18.04</title>
		<link>https://www.osradar.com/install-vtiger-crm-on-ubuntu-18-04/</link>
					<comments>https://www.osradar.com/install-vtiger-crm-on-ubuntu-18-04/#respond</comments>
		
		<dc:creator><![CDATA[sabi]]></dc:creator>
		<pubDate>Sat, 08 Feb 2020 08:46:09 +0000</pubDate>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[how to install vtiger crm on ubuntu]]></category>
		<category><![CDATA[vtiger crm guide]]></category>
		<category><![CDATA[Vtiger crm on ubuntu]]></category>
		<category><![CDATA[Vtiger installation]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=17197</guid>

					<description><![CDATA[<p>Today, we are going to learn that how to Install Vtiger CRM on Ubuntu 18.04. Vtiger is an Open Source providing the facility of support, sales, marketing teams to collaborate &#38; organize to boost up your business growth. It helps you to improve customer delight &#38; relationship.You can also find inventory, email,project management &#38; other [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-vtiger-crm-on-ubuntu-18-04/">Install Vtiger CRM 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>Today, we are going to learn that <a href="https://www.osradar.com/?p=17197">how to Install Vtiger CRM on Ubuntu 18.04</a>. Vtiger is an Open Source providing the facility of support, sales, marketing teams to collaborate &amp; organize to boost up your business growth. It helps you to improve customer delight &amp; relationship.<br>You can also find inventory, email,project management &amp; other tools providing a single solution to all business management.</p>



<h3><strong>Pros of Vtiger CRM</strong></h3>



<p>Some top features of Vtiger CRM are:</p>



<ul><li>Support automation using a purchaser portal and support tickets</li><li>Has a position-based access control</li><li>Provides end to end sales cycle management from campaigns, leads, potentials, fees, invoices.</li><li>Gives you outlook, thunderbird, Firefox, &amp; gmail plugins</li><li>Workflows, responsibilities, and undertaking control</li><li>Support records import &amp; export via CSV documents, web-to-lead bureaucracy, reports &amp; customizable user dashboards.</li></ul>



<h3><strong>Requirements</strong></h3>



<ul><li>PHP</li><li>Apache Web Server</li><li>Database Server (Recommended MariaDB)</li></ul>



<p>So, let&#8217;s move towards the installation of Vtiger CRM</p>



<h3><strong>Step 1: Install PHP</strong></h3>



<p>Simply fire the below command to get installed PHP &amp; its related extensions.</p>



<pre class="wp-block-verse">sudo apt install -y php php-cli php-mysql php-common  php-zip php-mbstring php-xmlrpc php-curl php-soap php-gd php-xml php-intl php-ldap</pre>



<p>After successful installation, also install the below extension</p>



<pre class="wp-block-verse">sudo apt install -y apache2 libapache2-mod-php</pre>



<p>Then edit the file <strong>/etc/php/7.2/apache2/php.ini</strong> and set up the timezone, memory limit etc to look like below.</p>



<pre class="wp-block-verse">sudo vim /etc/php/7.2/apache/php.ini</pre>



<pre class="wp-block-verse">date.timezone = Asia/Karachi<br>memory_limit = 256M<br>upload_max_filesize = 64M<br>display_errors = On<br>log_errors = Off</pre>



<h3><strong>Step 2: Installing Database</strong></h3>



<p>Vtiger CRM will require a database to process its data. You can Install any DB but I would recommend to use MariaDB. If you don&#8217;t have installed MariaDB, follow the below link.</p>



<p><a href="https://www.osradar.com/install-mariadb-10-4-ubuntu-18-04/">How To Install MariaDB on Ubuntu 18.04</a></p>



<p>Then create a DB after installing MariaDB server by logging into shell as a root user.</p>



<pre class="wp-block-verse">mysql -u root -p</pre>



<pre class="wp-block-verse">CREATE USER 'vtiger'@'localhost' IDENTIFIED BY 'Your_Password';<br> CREATE DATABASE vtiger;<br> GRANT ALL PRIVILEGES ON vtiger.* TO 'vtiger'@'localhost';<br> FLUSH PRIVILEGES;<br> QUIT</pre>



<div class="wp-block-image"><figure class="aligncenter size-large"><img loading="lazy" width="723" height="470" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/02/vtiger-crm.jpg" alt="" class="wp-image-18065" srcset="https://www.osradar.com/wp-content/uploads/2020/02/vtiger-crm.jpg 723w, https://www.osradar.com/wp-content/uploads/2020/02/vtiger-crm-300x195.jpg 300w, https://www.osradar.com/wp-content/uploads/2020/02/vtiger-crm-696x452.jpg 696w, https://www.osradar.com/wp-content/uploads/2020/02/vtiger-crm-646x420.jpg 646w" sizes="(max-width: 723px) 100vw, 723px" /></figure></div>



<p>To Confirm that you&#8217;ve created user successfully with all privileges, type </p>



<pre class="wp-block-verse">mysql -u vtiger -p</pre>



<p>Then type Show Databases to see the created Data Base.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><img loading="lazy" width="719" height="376" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/02/vtiger-crm-user.jpg" alt="" class="wp-image-18066" srcset="https://www.osradar.com/wp-content/uploads/2020/02/vtiger-crm-user.jpg 719w, https://www.osradar.com/wp-content/uploads/2020/02/vtiger-crm-user-300x157.jpg 300w, https://www.osradar.com/wp-content/uploads/2020/02/vtiger-crm-user-696x364.jpg 696w" sizes="(max-width: 719px) 100vw, 719px" /></figure></div>



<h3><strong>Step 3: Download Vtiger </strong></h3>



<p>Download the latest version of Vtiger CRM using wget on Your System</p>



<pre class="wp-block-verse">wget https://tenet.dl.sourceforge.net/project/vtigercrm/vtiger%20CRM%207.1.0/Core%20Product/vtigercrm7.1.0.tar.gz</pre>



<p>After Downloading, extract the package by</p>



<pre class="wp-block-verse">tar xvf vtigercrm7.1.0.tar.gz</pre>



<p>Then move the <strong>vtigercrm</strong> directory &amp; its sub-directories to <strong>/srv/vtigercrm</strong></p>



<pre class="wp-block-verse">sudo mv vtigercrm /srv/vtigercrm</pre>



<h3><strong>Step 4: Install &amp; Configure Apache2</strong></h3>



<p>Run the given command to Install Apache 2</p>



<pre class="wp-block-verse">sudo apt -y install apache2<br>sudo a2enmod rewrite<br>sudo systemctl restart apache2</pre>



<p>Then set up the permissions for directory to properly work.</p>



<pre class="wp-block-verse">sudo chown -R www-data:www-data /srv/vtigercrm</pre>



<p>After it create a Virtual Host file for Vtiger.</p>



<pre class="wp-block-verse">sudo nano /etc/apache2/sites-enabled/vtigercrm.conf</pre>



<p>Then add the following data into the file</p>



<pre class="wp-block-verse">&lt;VirtualHost *:80&gt;<br>     ServerAdmin webmaster@example.com<br>      ServerName crm.example.com<br>      ServerAlias www.crm.example.com<br>      DocumentRoot /srv/vtigercrm/<br><br>&lt;Directory /srv/vtigercrm/&gt;<br>Options +FollowSymlinks<br>AllowOverride All<br>Require all granted<br>&lt;/Directory&gt;<br><br>ErrorLog /var/log/apache2/vtigercrm_error.log<br>      CustomLog /var/log/apache2/vtigercrm_access.log combined<br><br>&lt;/VirtualHost&gt;</pre>



<p>Confirm the file syntax</p>



<p>sudo apachectl -t<br>
Syntax OK</p>



<p>Then restart Apache services.</p>



<pre class="wp-block-verse">sudo systemctl restart apache2</pre>



<p>After it finish the installation by opening <a href="http://osradar.com">crm.example.com</a> in your browser. </p>



<p>You will see the first page starting wizard to get installation completed.</p>



<p>Accept to the License Agreement &amp; confirm all installation pre-requisite &amp; then click next button.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><img loading="lazy" width="752" height="319" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/02/Vtiger-crm-wizard.jpg" alt="" class="wp-image-18067" srcset="https://www.osradar.com/wp-content/uploads/2020/02/Vtiger-crm-wizard.jpg 752w, https://www.osradar.com/wp-content/uploads/2020/02/Vtiger-crm-wizard-300x127.jpg 300w, https://www.osradar.com/wp-content/uploads/2020/02/Vtiger-crm-wizard-696x295.jpg 696w" sizes="(max-width: 752px) 100vw, 752px" /></figure></div>



<p>Then do the changes as you require &amp; click Next. You can provide here system details &amp; others.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><img loading="lazy" width="785" height="475" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/02/set-up-system-info.jpg" alt="" class="wp-image-18068" srcset="https://www.osradar.com/wp-content/uploads/2020/02/set-up-system-info.jpg 785w, https://www.osradar.com/wp-content/uploads/2020/02/set-up-system-info-300x182.jpg 300w, https://www.osradar.com/wp-content/uploads/2020/02/set-up-system-info-768x465.jpg 768w, https://www.osradar.com/wp-content/uploads/2020/02/set-up-system-info-696x421.jpg 696w, https://www.osradar.com/wp-content/uploads/2020/02/set-up-system-info-694x420.jpg 694w" sizes="(max-width: 785px) 100vw, 785px" /></figure></div>



<p>Then move towards the next point where you can choose your Industry. Hence after choosing it move to the next point.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><img loading="lazy" width="800" height="265" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/02/choose-your-industry.jpg" alt="" class="wp-image-18069" srcset="https://www.osradar.com/wp-content/uploads/2020/02/choose-your-industry.jpg 800w, https://www.osradar.com/wp-content/uploads/2020/02/choose-your-industry-300x99.jpg 300w, https://www.osradar.com/wp-content/uploads/2020/02/choose-your-industry-768x254.jpg 768w, https://www.osradar.com/wp-content/uploads/2020/02/choose-your-industry-696x231.jpg 696w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p>So, you&#8217;ve successfully installed Vtiger CRM on Ubuntu 18.04. Go to the dashboard to start Administrating Vtiger CRM.</p>



<p>Then you can access the dashboard of Vtiger CRM and performs various tasks.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="543" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/02/vtiger-dashboard-1024x543.jpg" alt="" class="wp-image-18070" srcset="https://www.osradar.com/wp-content/uploads/2020/02/vtiger-dashboard-1024x543.jpg 1024w, https://www.osradar.com/wp-content/uploads/2020/02/vtiger-dashboard-300x159.jpg 300w, https://www.osradar.com/wp-content/uploads/2020/02/vtiger-dashboard-768x407.jpg 768w, https://www.osradar.com/wp-content/uploads/2020/02/vtiger-dashboard-696x369.jpg 696w, https://www.osradar.com/wp-content/uploads/2020/02/vtiger-dashboard-793x420.jpg 793w, https://www.osradar.com/wp-content/uploads/2020/02/vtiger-dashboard.jpg 1053w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>Hence, you can grow your business with this popular tool. So, this is how you  can Install Vtiger on your system to boost up your business. If you have any queries regarding Vtiger fell free to ask.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-vtiger-crm-on-ubuntu-18-04/">Install Vtiger CRM 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-vtiger-crm-on-ubuntu-18-04/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
