Install CSZ-CMS 1.0.7 on windows

Trabla: Install CSZ-CMS 1.0.7 on windows ( XAMPP 5.6.21 )


Install CSZ-CMS 1.0.7 on windows tutorial
CSZ-CMS -  is a free and open-source content management system ( CMS ), built on the basis of Codeigniter and design the structure of Bootstrap, this should make your website fully responsive with ease. Supports MySQL, MariaDB for the database. CSZ CMS is connect the MySQL with MySQLi Driver.

Latest Tutorial - Install CSZ CMS V1.1.2 on windows 7 localhost ( XAMPP 7.0.9 with PHP7 ) - opensource content management system ( CMS ) with PHP Codegniter Bootstrap



Watch on YouTube

Solving:

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

Install CSZ-CMS 1.0.7 on windows tutorial 1


2.  Download CSZ-CMS 1.0.7   installer from official site:
http://www.cszcms.com/download

Install CSZ-CMS 1.0.7 on windows tutorial 2

Install CSZ-CMS 1.0.7 on windows tutorial 3

3. Create folder \cszcms XAMPP htdocs folder
C:\xampp\htdocs\cszcms
and copy all files from downloaded CSZ-CMS 1.0.7   .zip source

Install CSZ-CMS 1.0.7 on windows tutorial 4


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

Install CSZ-CMS 1.0.7 on windows tutorial 5


5. Open in browser following url to start  CSZ-CMS 1.0.7  web installation
http://localhost/cszcms/install/

Install CSZ-CMS 1.0.7 on windows tutorial 6

Now we need to create Database for CSZ-CMS 1.0.7

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

Install CSZ-CMS 1.0.7 on windows tutorial 7

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

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

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


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

Install CSZ-CMS 1.0.7 on windows tutorial 8

Install CSZ-CMS 1.0.7 on windows tutorial 9

Go back  to CSZ-CMS 1.0.7  installation page - fill all fields
( use

database name - cszcms
user cszcms-owner
password ( for user ) - cszcms123$%
)
and click "Install Now"

Install CSZ-CMS 1.0.7 on windows tutorial 10

6. Hooray!!! Installation ready!!!

Install CSZ-CMS 1.0.7 on windows tutorial 11

Enjoy CSZ-CMS 1.0.7

Install CSZ-CMS 1.0.7 on windows tutorial 12

Install CSZ-CMS 1.0.7 on windows tutorial 13

Install CSZ-CMS 1.0.7 on windows tutorial 14

Install CSZ-CMS 1.0.7 on windows tutorial 15

Install CSZ-CMS 1.0.7 on windows tutorial 16

Install CSZ-CMS 1.0.7 on windows tutorial 17

Install CSZ-CMS 1.0.7 on windows tutorial 18

No comments:

Post a Comment