Install PHP-Fusion 7 CMS on windows

Trabla: Install PHP-Fusion 7.02.07 CMS on windows ( XAMPP 5.6.21 )


Install PHP-Fusion 7 PHP CMS on windows XAMPP tutorial
PHP-Fusion is a light-weight open-source content management system (CMS) written in PHP. It uses a MySQL database to store a web site's content and comes with a simple but comprehensive administration system. PHP-Fusion includes features common in many other CMS packages.




Solving:


Watch on YouTube


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

Install PHP-Fusion 7 PHP CMS on windows XAMPP tutorial 1


2.  Download PHP-Fusion 7.02.07 CMS    installer from official site:
https://www.php-fusion.co.uk/home.php

Install PHP-Fusion 7 PHP CMS on windows XAMPP tutorial 2

Install PHP-Fusion 7 PHP CMS on windows XAMPP tutorial 3

Install PHP-Fusion 7 PHP CMS on windows XAMPP tutorial 4


3. Create folder \php-fusion XAMPP htdocs folder
C:\xampp\htdocs\php-fusion
and copy all files from downloaded PHP-Fusion 7.02.07 CMS   .zip source
- folder "files" in archive!!!

Install PHP-Fusion 7 PHP CMS on windows XAMPP tutorial 5


4. Run XAMPP Control Panel 
open php.ini file ( Apache ->  Config-> PHP(php.ini) )
and change value
from
max_execution_time=30
to
max_execution_time=120
+ save file.

Install PHP-Fusion 7 PHP CMS on windows XAMPP tutorial 6

Install PHP-Fusion 7 PHP CMS on windows XAMPP tutorial 7

Install PHP-Fusion 7 PHP CMS on windows XAMPP tutorial 8

- start Apache
- start Database

Install PHP-Fusion 7 PHP CMS on windows XAMPP tutorial 9


5. Open in browser following url to start PHP-Fusion 7.02.07 CMS   web installation
http://localhost/php-fusion/setup.php

"Step 1:  Locale" page - click "Next" button.

Install PHP-Fusion 7 PHP CMS on windows XAMPP tutorial 10


6. "Step 2: File and Folder Permission Test" page - click "Next"

Install PHP-Fusion 7 PHP CMS on windows XAMPP tutorial 11


7.  "Step 3:  Database Settings" page

Install PHP-Fusion 7 PHP CMS on windows XAMPP tutorial 12


Now we need to create Database for  PHP-Fusion 7.02.07 CMS

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

Install PHP-Fusion 7 PHP CMS on windows XAMPP tutorial 13

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

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

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


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

Install PHP-Fusion 7 PHP CMS on windows XAMPP tutorial 14

Install PHP-Fusion 7 PHP CMS on windows XAMPP tutorial 15

Go back  to PHP-Fusion 7.02.07 CMS  installation page

- type Database Username phpfusion-owner
- type Database Password - phpfusion123$%
- type Database name - phpfusion
- click "Next" button

Install PHP-Fusion 7 PHP CMS on windows XAMPP tutorial 16


8. "Step 4: Config / Database Setup" page - click "Next"

Install PHP-Fusion 7 PHP CMS on windows XAMPP tutorial 17

9. "Step 5: Primary Admin Details" page - click "Next"

Install PHP-Fusion 7 PHP CMS on windows XAMPP tutorial 18

10.  "Step 6: Final Settings" page - click "Finish"

Install PHP-Fusion 7 PHP CMS on windows XAMPP tutorial 19


11. Delete file "setup.php"
e.g. C:\xampp\htdocs\php-fusion\setup.php

Install PHP-Fusion 7 PHP CMS on windows XAMPP tutorial 20

Enjoy PHP-Fusion 7.02.07 CMS

Install PHP-Fusion 7 PHP CMS on windows XAMPP tutorial 21

Install PHP-Fusion 7 PHP CMS on windows XAMPP tutorial 22

Install PHP-Fusion 7 PHP CMS on windows XAMPP tutorial 23

Install PHP-Fusion 7 PHP CMS on windows XAMPP tutorial 24

Install PHP-Fusion 7 PHP CMS on windows XAMPP tutorial 25


No comments:

Post a Comment