Install Zurmo CRM 3.1.5 on Windows 7 x64 localhost ( XAMPP 5.6.24 ) - open source PHP Gamified CRM

Trabla: Install Zurmo CRM 3.1.5 on Windows 7 x64 localhost ( XAMPP 5.6.24 ) - open source PHP Gamified  CRM

Install Zurmo CRM 3.1.5 on Windows 7 x64 localhost ( XAMPP 5.6.24 ) - open source PHP Gamified  CRM



Zurmo is an open source Customer Relationship Management (CRM) application written in PHP utilizing jQuery, Yii Framework, and RedBeanPHP. Zurmo is an easy-to-use, easy-to-customize CRM application that can be adapted to any business use case.



Solving:


Watch on YouTube


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

Install Zurmo CRM 3.1.5 on Windows with XAMPP PHP CRM tutorial 1

2. Download Zurmo 3.1.5 Gamified CRM  source from official site:
http://zurmo.org/

ATTENTION: download .tar.gz archive instead of .zip -  .zip is broken ( checked 2016 Nov 12 )

Install Zurmo CRM 3.1.5 on Windows with XAMPP PHP CRM tutorial 2

Install Zurmo CRM 3.1.5 on Windows with XAMPP PHP CRM tutorial 3

Install Zurmo CRM 3.1.5 on Windows with XAMPP PHP CRM tutorial 4

3. Extract .tr.gz archive  into \Downloads folder - using 7zip open source archive

Install Zurmo CRM 3.1.5 on Windows with XAMPP PHP CRM tutorial 5

Install Zurmo CRM 3.1.5 on Windows with XAMPP PHP CRM tutorial 6



4. Create folder \zurmo in XAMPP htdocs folder

C:\xampp\htdocs\zurmo

and copy all files from downloaded Zurmo 3.1.5 Gamified CRM extracted archive

Install Zurmo CRM 3.1.5 on Windows with XAMPP PHP CRM tutorial 7

Install Zurmo CRM 3.1.5 on Windows with XAMPP PHP CRM tutorial 8

5. Run XAMPP Control Panel 

open php.ini file ( Apache ->  Config-> PHP(php.ini) )

Install Zurmo CRM 3.1.5 on Windows with XAMPP PHP CRM tutorial 9

We will do following php.ini changes:

Install Zurmo CRM 3.1.5 on Windows with XAMPP PHP CRM tutorial 10

- Set date.timezone
List of available timezones here: http://php.net/manual/en/timezones.php
e.g. date.timezone = America/New_York

Install Zurmo CRM 3.1.5 on Windows with XAMPP PHP CRM tutorial 11

-  Set memory_limit=256M ( default is 128)

Install Zurmo CRM 3.1.5 on Windows with XAMPP PHP CRM tutorial 12

- Set upload_max_filesize=20M

Install Zurmo CRM 3.1.5 on Windows with XAMPP PHP CRM tutorial 13

- Set post_max_size=20M

Install Zurmo CRM 3.1.5 on Windows with XAMPP PHP CRM tutorial 14

- Set max_execution_time=3600

Install Zurmo CRM 3.1.5 on Windows with XAMPP PHP CRM tutorial 15

- Enable extension=php_soap.dll ( remove semicolon ";" )

Install Zurmo CRM 3.1.5 on Windows with XAMPP PHP CRM tutorial 16

- Enable extension=php_imap.dll ( remove semicolon ";" )

Install Zurmo CRM 3.1.5 on Windows with XAMPP PHP CRM tutorial 17

- Enable extension=php_ldap.dll ( remove semicolon ";" )

Install Zurmo CRM 3.1.5 on Windows with XAMPP PHP CRM tutorial 18

- save  & close php.ini
- start Apache
- start Database

Install Zurmo CRM 3.1.5 on Windows with XAMPP PHP CRM tutorial 19

6. Open in browser following url to start  Zurmo 3.1.5 Gamified CRM   web installation

http://localhost/zurmo

- click "Click to Start" button

Install Zurmo CRM 3.1.5 on Windows with XAMPP PHP CRM tutorial 20



7. "System check" page of Zurmo 3.1.5 Gamified CRM   web installation

- scroll down
- scroll down
- click "Continue" button

Install Zurmo CRM 3.1.5 on Windows with XAMPP PHP CRM tutorial 21

Install Zurmo CRM 3.1.5 on Windows with XAMPP PHP CRM tutorial 22


Install Zurmo CRM 3.1.5 on Windows with XAMPP PHP CRM tutorial 23


8.  "Database settings" page of Zurmo 3.1.5 Gamified CRM   web installation

Install Zurmo CRM 3.1.5 on Windows with XAMPP PHP CRM tutorial 24


Now we need to create Database for Zurmo 3.1.5 Gamified CRM

1) Open phpMyAdmin in new browser tab (or window :) ) -

 http://localhost/phpmyadmin

2) Open SQL tab
3) Execute following query

Install Zurmo CRM 3.1.5 on Windows with XAMPP PHP CRM tutorial 25

CREATE DATABASE `zurmo` 
DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci;

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

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


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

Install Zurmo CRM 3.1.5 on Windows with XAMPP PHP CRM tutorial 26

Install Zurmo CRM 3.1.5 on Windows with XAMPP PHP CRM tutorial 27

Go back  to Zurmo 3.1.5 Gamified CRM installation page

- type Database Hostname -  localhost
- type Database Port -  3306
- type Database Admin Username - leave this blank
- type Database Admin Password leave this blank
- type Database Name -  zurmo
- enable "Remove Existing Data" checkbox
- type Database Username - zurmo-owner
- type Database Password - zurmo123$%
- type Super User Password - SamuraiKit123$%

- scroll down

- enable "Install Demo Datacheckbox
- disable "Submit Crash To Sentrycheckbox

- click "Install" button

Install Zurmo CRM 3.1.5 on Windows with XAMPP PHP CRM tutorial 28

Install Zurmo CRM 3.1.5 on Windows with XAMPP PHP CRM tutorial 29



9.  Installing database for Zurmo 3.1.5 Gamified CRM

- please wait

Install Zurmo CRM 3.1.5 on Windows with XAMPP PHP CRM tutorial 30

Install Zurmo CRM 3.1.5 on Windows with XAMPP PHP CRM tutorial 31


- click "Click Here to install Demo data" button ( appears after DB install is ready )

Install Zurmo CRM 3.1.5 on Windows with XAMPP PHP CRM tutorial 32

- Installing Demo data ( take long time, please wait )

Install Zurmo CRM 3.1.5 on Windows with XAMPP PHP CRM tutorial 33


Install Zurmo CRM 3.1.5 on Windows with XAMPP PHP CRM tutorial 34

- installation ready - click "Sign In" button

Install Zurmo CRM 3.1.5 on Windows with XAMPP PHP CRM tutorial 35



10.  Sign In into Zurmo 3.1.5 Gamified CRM

 - use login / password  - super / SamuraiKit123$%

Install Zurmo CRM 3.1.5 on Windows with XAMPP PHP CRM tutorial 36



Hooray !!! Enjoy   Zurmo 3.1.5 Gamified CRM !!!

Install Zurmo CRM 3.1.5 on Windows with XAMPP PHP CRM tutorial 37

Install Zurmo CRM 3.1.5 on Windows with XAMPP PHP CRM tutorial 38

Install Zurmo CRM 3.1.5 on Windows with XAMPP PHP CRM tutorial 39

Install Zurmo CRM 3.1.5 on Windows with XAMPP PHP CRM tutorial 40

Install Zurmo CRM 3.1.5 on Windows with XAMPP PHP CRM tutorial 41

Install Zurmo CRM 3.1.5 on Windows with XAMPP PHP CRM tutorial 42

Install Zurmo CRM 3.1.5 on Windows with XAMPP PHP CRM tutorial 43

Install Zurmo CRM 3.1.5 on Windows with XAMPP PHP CRM tutorial 44

Install Zurmo CRM 3.1.5 on Windows with XAMPP PHP CRM tutorial 45

Install Zurmo CRM 3.1.5 on Windows with XAMPP PHP CRM tutorial 46




No comments:

Post a Comment