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

How to install Epesi CRM 1.8.2 on MX Linux 17

4633

How to install Epesi CRM 1.8.2 on MX Linux 17

Epesi BIM (Business Information Manager) is a fully functional web CRM / ERP application to organize, store, access and share business records. It is an open source PHP/Ajax framework which means you can change It and develop it as you like. It allows you to manage your data precisely, flexible and easy, simplifying internal communication and making work-flow with more efficient. In this tutorial, we will cover the installation of Epesi on MX Linux 17.

Prerequisites

Install LAMP(Apache, MariaDB, php7) In MariaDB (create database and user and give privileges to that user )

Php installation with required following modules

add-apt-repository ppa:ondrej/php 
apt-get update 
apt-get install php7.0 php7.0-mysql php7.0-curl php7.0-json php7.0-cgi libapache2-mod-php7.0 php7.0-mcrypt php7.0-xmlrpc php7.0-gd php7.0-mbstring php7.0  
php7.0-common  php7.0-xmlrpc php7.0-soap  php7.0-xml php7.0-intl  php7.0-cli  php7.0-ldap php7.0-zip php7.0-readline php7.0-imap php7.0-tidy php7.0-recode php7.0-sq php7.0-intl

Installation

Download a Epesi package using the following URL

root@linuxhelp:~# wget https://excellmedia.dl.sourceforge.net/project/epesi/v1.8.2/epesi-1.8.2-20170430.zip 
--2018-09-13 04:06:21--  https://excellmedia.dl.sourceforge.net/project/epesi/v1.8.2/epesi-1.8.2-20170430.zip
Resolving excellmedia.dl.sourceforge.net (excellmedia.dl.sourceforge.net)... 202.153.32.19
Connecting to excellmedia.dl.sourceforge.net (excellmedia.dl.sourceforge.net)|202.153.32.19|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 28955877 (28M) [application/octet-stream]
Saving to: ‘epesi-1.8.2-20170430.zip’

epesi-1.8.2-20170430.zip 100%[==================================>]  27.61M   750KB/s    in 33s     

2018-09-13 04:06:55 (856 KB/s) - ‘epesi-1.8.2-20170430.zip’ saved [28955877/28955877]

After Downloading extract the downloaded package

root@linuxhelp:~# unzip epesi-1.8.2-20170430.zip 
Archive:  epesi-1.8.2-20170430.zip
   creating: epesi-1.8.2-20170430/
   creating: epesi-1.8.2-20170430/admin/
  inflating: epesi-1.8.2-20170430/admin/AdminIndex.php  
  inflating: epesi-1.8.2-20170430/admin/AdminModule.php  
   creating: epesi-1.8.2-20170430/admin/images/
.
.
  inflating: epesi-1.8.2-20170430/vendor/twig/twig/test/Twig/Tests/Profiler/Dumper/HtmlTest.php  
  inflating: epesi-1.8.2-20170430/vendor/twig/twig/test/Twig/Tests/Profiler/Dumper/TextTest.php  
  inflating: epesi-1.8.2-20170430/vendor/twig/twig/test/Twig/Tests/Profiler/ProfileTest.php  
  inflating: epesi-1.8.2-20170430/vendor/twig/twig/test/Twig/Tests/RuntimeFactoryLoaderTest.php  
  inflating: epesi-1.8.2-20170430/vendor/twig/twig/test/Twig/Tests/TemplateTest.php  
  inflating: epesi-1.8.2-20170430/vendor/twig/twig/test/Twig/Tests/TemplateWrapperTest.php  
  inflating: epesi-1.8.2-20170430/vendor/twig/twig/test/Twig/Tests/TokenStreamTest.php  

Rename the extraxted directory as follows

root@linuxhelp:~# mv epesi-1.8.2-20170430 epesi-1.8.2

Move the extracted file into the HTML directory

root@linuxhelp:~# mv epesi-1.8.2 /var/www/

Navigate to the apache document root directory

root@linuxhelp:~# cd /var/www/

Change ownership and permission of the as Epesi follows

root@linuxhelp:/var/www# chown -R www-data.www-data epesi-1.8.2
root@linuxhelp:/var/www# chmod -R 775 epesi-1.8.2

Create a new virtual host configuration for accessing the Epesi

root@linuxhelp:/var/www# vim /etc/apache2/sites-available/epesi.conf
<VirtualHost *:80>
ServerName www.linuxhelp1.com
DocumentRoot /var/www/epesi-1.8.2/

<Directory /var/www/epesi-1.8.2/>
AllowOverride All
Allow from all
</Directory>

</VirtualHost>

Enable site access

root@linuxhelp:/var/www# a2ensite epesi.conf
Enabling site epesi.
To activate the new configuration, you need to run:
  service apache2 reload

Disable default access

root@linuxhelp:/var/www# a2dissite 000-default.conf
Site 000-default disabled.
To activate the new configuration, you need to run:
  service apache2 reload

Enable rewrite module

root@linuxhelp:/var/www# a2enmod rewrite
Enabling module rewrite.
To activate the new configuration, you need to run:
  service apache2 restart

Restart the apache service to make the changes effect

root@linuxhelp:/var/www# service apache2 restart
[ ok ] Restarting Apache httpd web server: apache2.

Now you can proceed the further installation and configuration from the browser by navigating to the following URL: http://<ipaddress or domain name Browser URL

Choose the language for using Epesi as shown below choose language

Accept the license agreement licanse acceptance

Configure the Database setup as follows database setup

Verify the compatibility for installing Epesi as shown below Compitibility check

Configure the Admin user setup as follow Admin setup

Configure the Mail setting mail setup

Process the installation as shown below Installation Installation

Configure Post installation of CRM and Contacts Post installation

After the configuration, you will see the Admin control panel page as shown below Admin control panel

You will see the version of Epesi CRM Epesi version

With this, the method to install Epesi on MX Linux 17 comes to an end.

Tags:
noah
Author: 

Comments ( 0 )

No comments available

Add a comment

Frequently asked questions ( 5 )

Q

What are all the editions available for Epesi CRM?

A

There are few editions available for Epesi CMR such as Cloud Edition, Enterprise edition and DIY edition

Q

What advantages does EPESI CRM have over other frameworks?

A

The framework is designed to use all the advantages ajax technology provides and allows very easy and efficient coding of additional modules and themes. It supports different database systems (via ADOdb) and multiple languages

Q

What is EPESI CRM?

A

EPESI CRM is an open source application dedicated for any company. It is a tool with multiple features that allows organizing, processing and storing information in every business. It helps you to manage your data precisely, flexibly and easily, simplifying internal communication and making workflow more efficient

Q

I have found a bug in EPESI code/mistake on EPESI wiki pages. How can I submit changes?

A

Although you cannot submit any changes directly to EPESI, you can share any information concerning the issue on “https://forum.telaxus.com/t/bug-reports”.

Q

What are the features of Epesi CRM?

A

The features of EPESI CRM:

- shared calendar;

- tasks and address book;

- an integrated e-mail client;

Related Tutorials in How to install Epesi CRM 1.8.2 on MX Linux 17

Related Tutorials in How to install Epesi CRM 1.8.2 on MX Linux 17

How to install MX Linux
How to install MX Linux
Feb 1, 2017
How to install vTiger CRM in CentOS 7
How to install vTiger CRM in CentOS 7
Jul 31, 2017
How to install SuiteCRM in CentOS
How to install SuiteCRM in CentOS
Oct 17, 2016
How to install SuiteCRM 7.10.2 Ubuntu 17.04
How to install SuiteCRM 7.10.2 Ubuntu 17.04
Apr 6, 2018
How to install EspoCRM on CentOS 7
How to install EspoCRM on CentOS 7
Oct 7, 2017
How to install Yetiforce CRM on CentOS 7
How to install Yetiforce CRM on CentOS 7
Oct 30, 2017
How to install Notepadqq 1.3.6 on MX Linux 17
How to install Notepadqq 1.3.6 on MX Linux 17
Nov 12, 2018
How to install Wordpress CMS 4.9.8 on MX 17
How to install Wordpress CMS 4.9.8 on MX 17
Oct 10, 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 David Lopez Guillen ?
Ayuda urgente instale SSL para servidor Opensuse y ahora no funciona tengo servicio web

hola segui este tutorial para tener un certificado ssl y ahora no se ve mi app en la red, espero alguien pueda ayudarme, tengo M9oodle en3.5 en un servidor open suse y ahora no funciona por favor ayuda.

https://www.linuxhelp.com/how-to-create-ssl-certificate-in-opensuse

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.