• Categories
    Category
  • Categories
    Category
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial Comments FAQ Related Articles

How to install Yetiforce CRM on CentOS 7

2057

To install Yetiforce CRM on CentOS 7

YetiForce CRM is an open-source CRM system that helps the users to manage relations with customers, suppliers, partners and staffs. It contains a plethora of features such as 70+ user modules and configuration panels, Email automation and tracking, built-in notification by email, invoicing, cloud based hosting and time control. This tutorial covers the installation procedure of YetiForce CRM on CentOS 7.

Pre-Requisite
LAMP (Apache, PHP 7, MySQL)
MySQL (create database, user and grant privileges to user)
PHP modules (php70w-mysql php70w-curl php70w-json php70w-cgi php70w php70w-mcrypt php70w-xmlrpc php70w-gd)

Installation procedure

To proceed with the installation procedure, download the YetiForce CRM package from its official website, run the wget command followed by the download link and execute it.

[root@linuxhelp1 ~]# wget https://github.com/YetiForceCompany/YetiForceCRM/archive/3.1.0.zip
--2017-10-23 19:01:53--  https://github.com/YetiForceCompany/YetiForceCRM/archive/3.1.0.zip
Resolving github.com (github.com)... 192.30.255.112, 192.30.255.113
Connecting to github.com (github.com)|192.30.255.112|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://codeload.github.com/YetiForceCompany/YetiForceCRM/zip/3.1.0 [following]
--2017-10-23 19:01:55--  https://codeload.github.com/YetiForceCompany/YetiForceCRM/zip/3.1.0
Resolving codeload.github.com (codeload.github.com)... 192.30.255.120, 192.30.255.121
Connecting to codeload.github.com (codeload.github.com)|192.30.255.120|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 52741675 (50M) [application/zip]
Saving to: ‘ 3.1.0.zip.1’ 

100%[===========================================> ] 5,27,41,675  418KB/s   in 2m 16s 

2017-10-23 19:04:12 (379 KB/s) - ‘ 3.1.0.zip.1’  saved [52741675/52741675]


Extract the downloaded package using unzip command.

[root@linuxhelp1 ~]# unzip 3.1.0.zip.1 -d /var/www/html/
Archive:  3.1.0.zip.1
3d3e15cfa012808808b3c8b8bafa7eacdbc3cc68
   creating: /var/www/html/YetiForceCRM-3.1.0/
  inflating: /var/www/html/YetiForceCRM-3.1.0/.gitattributes  
  inflating: /var/www/html/YetiForceCRM-3.1.0/.gitignore  
  inflating: /var/www/html/YetiForceCRM-3.1.0/.htaccess  
  inflating: /var/www/html/YetiForceCRM-3.1.0/README.md  
   creating: /var/www/html/YetiForceCRM-3.1.0/admin/
   creating: /var/www/html/YetiForceCRM-3.1.0/admin/cache/
   creating: /var/www/html/YetiForceCRM-3.1.0/admin/cache/logs/
.
.
inflating: /var/www/html/YetiForceCRM-3.1.0/vtlib/tools/console.php  
  inflating: /var/www/html/YetiForceCRM-3.1.0/vtlib/vtlib-Copyright.txt  
  inflating: /var/www/html/YetiForceCRM-3.1.0/webservice.php  

Next rename the unzipped YetiForce CRM file to yetiforce by executing the following command.

[root@linuxhelp1 ~]# mv /var/www/html/YetiForceCRM-3.1.0 /var/www/html/yetiforce

Change the ownership and permission of extracted file in HTML location by running the following set of commands.

[root@linuxhelp1 ~]# chown -R apache.apache /var/www/html/yetiforce
[root@linuxhelp1 ~]# chmod -R 775 /var/www/html/yetiforce

Create a virtual host configuration named yetiforce.conf by executing the following command and enter the following contents in the file. Save and exit the file.

[root@linuxhelp1 ~]# vim /etc/httpd/conf.d/yetiforce.conf

< VirtualHost *:80> 
ServerAdmin admin@yetiforce.abc
DocumentRoot /var/www/html/yetiforce/
ServerName yetiforce.abc
ServerAlias www.yetiforce.abc
< Directory /var/www/html/yetiforce/> 
Options FollowSymLinks
AllowOverride All
Order allow,deny
allow from all
< /Directory> 
ErrorLog /var/log/httpd/yetiforce.abc-error_log
CustomLog /var/log/httpd/yetiforce.abc-access_log common
< /VirtualHost> 

Create an entry in hosts file as follows. Save and exit the file.

[root@linuxhelp1 ~]# vim /etc/hosts
192.168.7.240  yetiforce.abc

Restart the Apache service.

[root@linuxhelp1 ~]# systemctl  restart httpd

Switch over to the browser and enter the URL as yetiforce.abc. The installation page of YetiForce CRM appears on the screen. Select the required language and press Install option to start the installation wizard.
language

The next page show the list of system pre-requirement before installation, click Next to continue with the installation.
pre-requirements
system check

Enter the required database information and the admin user information. Click Next to save the changes and continue with the installation.
database details
admin details

Before starting the installation, the installation wizard shows the user a summary of configuration settings to check it. If everything checks out, click Next option.
confirmation
confirmation

The installation is in progress and the user has to wait for some time.
installation progress

The installation is complete. Now the admin page of YetiForce CRM is shown below.
admin page

Thus we conclude the installation procedure of YetiForce CRM on CentOS 7.

Tags:
lucas
Author: 

Comments ( 0 )

No comments available

Add a comment

Frequently asked questions ( 5 )

Q

Please do share the installation procedure for Yetiforce CRM on linux mint?

A

To install Yetiforce CRM on LinuxMint "https://www.linuxhelp.com/how-to-install-yetiforce-crm-on-linux-mint-18-3/

Q

What is the link used for downloading its latest version of YetiForce CRM?

A

You can get Yetiforce CRM from : "https://github.com/YetiForceCompany/YetiForceCRM/"

Q

How to install Yetiforce CRM on Ubuntu server?

A

To install Yetiforce CRM on Ubuntu server please follow this link : "https://www.linuxhelp.com/how-to-install-yetiforce-crm-on-ubuntu-17-04/"

Q

What is Yetiforce CRM?

A

YetiForce CRM is an open-source CRM system that helps the users to manage relations with customers, suppliers, partners, and staffs. It contains a plethora of features such as 70+ user modules and configuration panels, Email automation and tracking, built-in notification by email, invoicing, cloud-based hosting and time control.

Q

What are the required php extensions for Yetiforce CRM?

A

The required php extensions are php70w-mysql php70w-curl php70w-json php70w-cgi php70w php70w-mcrypt php70w-xmlrpc php70w-gd.

Related Tutorials in How to install Yetiforce CRM on CentOS 7

Related Tutorials in How to install Yetiforce CRM on CentOS 7

How To Install AnyDesk on Centos 7
How To Install AnyDesk on Centos 7
Apr 2, 2018
How to install Tiki Wiki CMS Groupware on CentOS 7
How to install Tiki Wiki CMS Groupware on CentOS 7
May 31, 2018
How to install PHP ImageMagick on CentOS 7
How to install PHP ImageMagick on CentOS 7
Nov 4, 2017
How to Upgrade and Downgrade the PHP Versions on CentOS 7.6
How to Upgrade and Downgrade the PHP Versions on CentOS 7.6
Jun 4, 2019
How to install Apache from Source Code on CentOS 7
How to install Apache from Source Code on CentOS 7
Oct 21, 2017
How to enable or disable repositories in CentOS
How to enable or disable repositories in CentOS
Mar 28, 2018
How to install AWStats on CentOS 7
How to install AWStats on CentOS 7
Dec 8, 2017
How to install Apache JMeter in CentOS 7
How to install Apache JMeter in CentOS 7
Mar 24, 2017

Related Forums in How to install Yetiforce CRM on CentOS 7

Related Forums in How to install Yetiforce CRM on CentOS 7

CentOS
connor class=
How To Completely Remove Apache package On CentOS 7.6
May 14, 2019
CentOS
ceriaimmaculate class=
setfacl : command not found
Jan 3, 2018
CentOS
mason class=
Error getting authority: Error initializing authority: Could not connect: No such file or directory (g-io-error-quark, 1)
Nov 20, 2018
CentOS
landon class=
Command to find SNMP Version
May 28, 2018
CentOS
arjitharon class=
cannot start minio service help
Mar 10, 2018
Apache tomcat
AadrikaAnshu class=
Cannot find ./catalina.sh The file is absent or does not have execute permission This file is needed to run this program
Jun 17, 2019
gitlab
caden class=
Insufficient space in download directory /var/cache/yum/x86_64/6/base/packages
Jul 22, 2019
OpenVAS
frank class=
Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=stock error was 14: curl#6 - "Could not resolve host: mirrorlist.centos.org; Unknown error"
Dec 20, 2018
Back To Top!
Rank
User
Points

Top Contributers

userNamenaveelansari
135850

Top Contributers

userNameayanbhatti
92510

Top Contributers

userNamehamzaahmed
32150

Top Contributers

1
userNamelinuxhelp
31040

Top Contributers

userNamemuhammadali
24500
Can you help Jayce ?
What are the types of table used in IPtables

What are the various types of table used in IPtables and how to use that for my server security?

Networking
  • Routing
  • trunk
  • Netmask
  • Packet Capture
  • domain
  • HTTP Proxy
Server Setup
  • NFS
  • KVM
  • Memory
  • Sendmail
  • WebDAV
  • LXC
Shell Commands
  • Cloud commander
  • Command line archive tools
  • last command
  • Shell
  • terminal
  • Throttle
Desktop Application
  • Linux app
  • Pithos
  • Retrospect
  • Scribe
  • TortoiseHg
  • 4Images
Monitoring Tool
  • Monit
  • Apache Server Monitoring
  • EtherApe 
  • Arpwatch Tool
  • Auditd
  • Barman
Web Application
  • Nutch
  • Amazon VPC
  • FarmWarDeployer
  • Rukovoditel
  • Mirror site
  • Chef
Contact Us | Terms of Use| Privacy Policy| Disclaimer
© 2025 LinuxHelp.com All rights reserved. Linux™ is the registered trademark of Linus Torvalds. This site is not affiliated with linus torvalds in any way.