
YetiForce is an open-source CRM (Customer Relationship Management) system derived from Vtiger CRM and has more features. YetiForce is built to manage relations with customers, suppliers, partners, and staff. It offers efficiency, control, multitasking and can be easily integrated with other applications such as maps, LDAP, DAV applications, SMS, and social media portals. In this article, you will learn how to install YetiForce on Ubuntu 18.04 or 20.04 server.
Update system package manager.
To run YetiForce, you have to install the LAMP stack.
Install LAMP.
Add ppa:ondrej/php PPA repository.
Update system package manager.
Install PHP 7.4 and additional packages.
List available time zones and choose your preference.
Edit the PHP configuration file.
Modify the following values, and replace Africa/Nairobi with your timezone save and close the file:
To search for a specific line, use Control + W, enter search phrase then press Enter.
Log in to MySQL shell. At the password prompt, just press Enter to continue.
Create a MySQL database named yetiforce.
Create a database user named yetiforceuser with a password.
Grant the user full access to the database.
Save the changes.
Exit the shell.
Download the latest version of YetiForce. To find the newest version of the installation files, please visit official site.
Extract the files to the installation directory /var/www/yetiforce.
Change ownership of the installation directory.
Change access permissions for the directory.
Create a new Apache configuration file yetiforce.conf.
Add the following content below into the file. Save and close the file:
Change to Apache configs directory.
Disable Apache default configuration file.
Enable YetiForce Apache configuration file.
Enable Apache rewrite mode.
Restart Apache service.
To access the YetiForce Web Interface, go to your browser and visit http://Server_IP/. For example:
You have successfully installed YetiForce on your server. Next, you will access the Installation Wizard screen, where you will need to complete installation by connecting to the database you created, creating an administrator account, and other additional settings. You can now access the Dashboard and configure it to begin managing your business.
To learn more about using YetiForce, go to the official documentation page.
0 Comments
Be the first to comment and share your perspective with the community.