Install EspoCRM 4.1.5 on Windows

Trabla: Install EspoCRM 4.1.5 on Windows ( XAMPP 5.6.21 )


Install EspoCRM CRM 4.1.5 on Windows 7 XAMPP tutorial

EspoCRM  - customer relationship management (CRM) system, an open source web application that allows you to see, enter and evaluate all your company relationships regardless of the type. People, companies, projects or opportunities — all in an easy and intuitive interface.




Solving:

1.  Download and install XAMPP 5.6.21 from official site:
https://www.apachefriends.org/download.html

Install EspoCRM CRM 4.1.5 on Windows 7 XAMPP tutorial 1


2. Download EspoCRM 4.1.5 installer from official site:
https://www.espocrm.com/download/

Install EspoCRM CRM 4.1.5 on Windows 7 XAMPP tutorial 2

Install EspoCRM CRM 4.1.5 on Windows 7 XAMPP tutorial 3


3. Create folder \espocrm in XAMPP htdocs folder
C:\xampp\htdocs\espocrm
and copy all files from downloaded EspoCRM 4.1.5   .zip source

Install EspoCRM CRM 4.1.5 on Windows 7 XAMPP tutorial 4

4. Run XAMPP Control Panel 
- start Apache
- start Database

Install EspoCRM CRM 4.1.5 on Windows 7 XAMPP tutorial 5


5. Open in browser following url to start EspoCRM 4.1.5   web installation
http://localhost/espocrm/install
- Click "Start" button.

Install EspoCRM CRM 4.1.5 on Windows 7 XAMPP tutorial 6


6.  "License Agreement" page
- agree license
- click "Next" button

Install EspoCRM CRM 4.1.5 on Windows 7 XAMPP tutorial 7


7.  "Database configuration" page

Install EspoCRM CRM 4.1.5 on Windows 7 XAMPP tutorial 8

Now we need to create Database for EspoCRM 4.1.5 

1) Open phpMyAdmin in new browser tab (or window :) ) - http://localhost/phpmyadmin
2) Open SQL tab
3) Execute following query


Install EspoCRM CRM 4.1.5 on Windows 7 XAMPP tutorial 9

CREATE DATABASE `espocrm` 
DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;

CREATE USER 'espocrm-owner'@'localhost'; 
CREATE USER 'espocrm-owner'@'127.0.0.1';
CREATE USER 'espocrm-owner'@'::1';

SET PASSWORD 
FOR 'espocrm-owner'@'localhost' = PASSWORD('espocrm123$%');
SET PASSWORD 
FOR 'espocrm-owner'@'127.0.0.1' = PASSWORD('espocrm123$%');
SET PASSWORD 
FOR 'espocrm-owner'@'::1' = PASSWORD('espocrm123$%');


GRANT ALL PRIVILEGES ON 
`espocrm`.* TO 'espocrm-owner'@'localhost' WITH GRANT OPTION;
GRANT ALL PRIVILEGES ON 
`espocrm`.* TO 'espocrm-owner'@'127.0.0.1' WITH GRANT OPTION;
GRANT ALL PRIVILEGES ON 
`espocrm`.* TO 'espocrm-owner'@'::1' WITH GRANT OPTION;

Install EspoCRM CRM 4.1.5 on Windows 7 XAMPP tutorial 10

Install EspoCRM CRM 4.1.5 on Windows 7 XAMPP tutorial 11

Go back  to EspoCRM 4.1.5  installarion page - fill all fields
( use
database name - espocrm
user espocrm-owner
password ( for user ) - espocrm123$%
)

and click "Test Connection"

Install EspoCRM CRM 4.1.5 on Windows 7 XAMPP tutorial 12

Connection is OK. Click "Next" button.

Install EspoCRM CRM 4.1.5 on Windows 7 XAMPP tutorial 13


8. "Recommended settings" page -

 we need to fix following settings to continue installation :
enable imap php extension
- increase max_execution_time to 180
- increase max_input_time to 180
- increase memory_limit to 256M
- increase post_max_size to 20M
- increase upload_max_filesize to 20M


Install EspoCRM CRM 4.1.5 on Windows 7 XAMPP tutorial 14

Open XAMPP Control Panel
- Stop Apache server
- Go to Config->php.ini

Install EspoCRM CRM 4.1.5 on Windows 7 XAMPP tutorial 15

- Find  ;extension=php_imap.dll
change to extension=php_imap.dll  ( remove semicolon )

Install EspoCRM CRM 4.1.5 on Windows 7 XAMPP tutorial 16

- Find max_execution_time set to 180

Install EspoCRM CRM 4.1.5 on Windows 7 XAMPP tutorial 17

- Find max_input_time set to 180


Install EspoCRM CRM 4.1.5 on Windows 7 XAMPP tutorial 18


- Find memory_limit set to 256M

Install EspoCRM CRM 4.1.5 on Windows 7 XAMPP tutorial 19


- Find post_max_size set to 20M

Install EspoCRM CRM 4.1.5 on Windows 7 XAMPP tutorial 20

- Find upload_max_filesize set  to 20M

Install EspoCRM CRM 4.1.5 on Windows 7 XAMPP tutorial 21

- Save php.ini file and start Apache

Install EspoCRM CRM 4.1.5 on Windows 7 XAMPP tutorial 22

- Go back to installation page - click "Re-check"

Install EspoCRM CRM 4.1.5 on Windows 7 XAMPP tutorial 23


Click "Next" to continue

9. "Administrator Setup" page
- enter admin credentials you want and press "Next"

Install EspoCRM CRM 4.1.5 on Windows 7 XAMPP tutorial 24

10. "System settings" page - make changes if needed
and click "Next" button

Install EspoCRM CRM 4.1.5 on Windows 7 XAMPP tutorial 25

11. "SMTP settings ..." page - make changes if needed
and click "Next" button

Install EspoCRM CRM 4.1.5 on Windows 7 XAMPP tutorial 26

12. "Installation is completed" page - click "Go to EspoCRM"

Install EspoCRM CRM 4.1.5 on Windows 7 XAMPP tutorial 27

13. Login as admin

Install EspoCRM CRM 4.1.5 on Windows 7 XAMPP tutorial 28

Enjoy EspoCRM 4.1.5

Install EspoCRM CRM 4.1.5 on Windows 7 XAMPP tutorial 29

Account creation form
Install EspoCRM CRM 4.1.5 on Windows 7 XAMPP tutorial 30
 Contacts creation form
Install EspoCRM CRM 4.1.5 on Windows 7 XAMPP tutorial 31
 Leads creation form
Install EspoCRM CRM 4.1.5 on Windows 7 XAMPP tutorial 32
 Opportunity creation form
Install EspoCRM CRM 4.1.5 on Windows 7 XAMPP tutorial 33
 Calendar - create Meeting/Call/Task
Install EspoCRM CRM 4.1.5 on Windows 7 XAMPP tutorial 34

Install EspoCRM CRM 4.1.5 on Windows 7 XAMPP tutorial 35
 Calls creation form
Install EspoCRM CRM 4.1.5 on Windows 7 XAMPP tutorial 36
 Task creation form
Install EspoCRM CRM 4.1.5 on Windows 7 XAMPP tutorial 37

No comments:

Post a Comment