Install Pixie 1.04 CMS on Windows

Trabla: Install Pixie 1.04  CMS on Windows ( XAMPP 5.6.21 )



Install Pixie 1.04 PHP CMS on Windows xampp tutorial

Pixie is an open source web application that allows the creation and management of small websites. Pixie is primarily known for its ease of use, simple installation and unique interface. Pixie falls into the software category of a Content management system (CMS), however it is marketed as a "small, simple, site maker".

Pixie is based on the server side script language PHP and uses a MySQL database for data storage. Pixie is free of charge and released under the GNU General Public License.
https://en.wikipedia.org/wiki/Pixie_(CMS)

Solving:


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

Install Pixie 1.04 PHP CMS on Windows xampp tutorial 1


2.  Download Pixie 1.04  CMS   installer from official site:
http://www.getpixie.co.uk/

Install Pixie 1.04 PHP CMS on Windows xampp tutorial 2


Install Pixie 1.04 PHP CMS on Windows xampp tutorial 3


3. Create folder \pixie XAMPP htdocs folder
C:\xampp\htdocs\pixie
and copy all files from downloaded  Pixie 1.04  CMS   .zip source

Install Pixie 1.04 PHP CMS on Windows xampp tutorial 4


4. Run XAMPP Control Panel 

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

Install Pixie 1.04 PHP CMS on Windows xampp tutorial 5


- change max_execution_time value
from max_execution_time=30 to max_execution_time=120

Install Pixie 1.04 PHP CMS on Windows xampp tutorial 6

Install Pixie 1.04 PHP CMS on Windows xampp tutorial 7

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

Install Pixie 1.04 PHP CMS on Windows xampp tutorial 8

5. Open in browser following url to start   Pixie 1.04  CMS   web installation
http://localhost/pixie

Install Pixie 1.04 PHP CMS on Windows xampp tutorial 9

Now we need to create Database for  Pixie 1.04  CMS

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

Install Pixie 1.04 PHP CMS on Windows xampp tutorial 10


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

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

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


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

Install Pixie 1.04 PHP CMS on Windows xampp tutorial 11

Install Pixie 1.04 PHP CMS on Windows xampp tutorial 12

Go back  to Pixie 1.04  CMS installation page

- type Database Username pixie-owner
- type Database Password-  pixie123$%
- type Database Name -  pixie
- click "Next" button

Install Pixie 1.04 PHP CMS on Windows xampp tutorial 13


5. "Installer ( step 2 of 3)" page

- type site information
- click "Next" button

Install Pixie 1.04 PHP CMS on Windows xampp tutorial 14

6. "Installer ( step 3 of 3)" page

- type admin credentials
- click "Finish" button

Install Pixie 1.04 PHP CMS on Windows xampp tutorial 15


7. "Finishing..." page - hooray !!! Installation ready!!!

Install Pixie 1.04 PHP CMS on Windows xampp tutorial 16


8. Delete installation folder - C:\xampp\htdocs\pixie\admin\install

Install Pixie 1.04 PHP CMS on Windows xampp tutorial 17


Enjoy  Pixie 1.04  CMS !!!

Install Pixie 1.04 PHP CMS on Windows xampp tutorial 18

Install Pixie 1.04 PHP CMS on Windows xampp tutorial 19

Install Pixie 1.04 PHP CMS on Windows xampp tutorial 20

Install Pixie 1.04 PHP CMS on Windows xampp tutorial 21

Install Pixie 1.04 PHP CMS on Windows xampp tutorial 22

Install Pixie 1.04 PHP CMS on Windows xampp tutorial 23


No comments:

Post a Comment