Install ImpressCMS 1.3.9 on windows

Trabla: Install ImpressCMS 1.3.9 on windows ( XAMPP 5.6.21 )


Install ImpressCMS PHP CMS 1.3.9 on windows XAMPP tutorial

ImpressCMS is an open source content management system for building and maintaining dynamic web sites, written in the PHP programming language and using a MySQL database. The product is released under the GNU General Public License.
https://en.m.wikipedia.org/wiki/ImpressCMS



Solving:




Watch on YouTube


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

Install ImpressCMS PHP CMS 1.3.9 on windows XAMPP tutorial 1


2.  Download ImpressCMS 1.3.9   installer from official site:
http://www.impresscms.org/

Install ImpressCMS PHP CMS 1.3.9 on windows XAMPP tutorial 2

Install ImpressCMS PHP CMS 1.3.9 on windows XAMPP tutorial 3

Install ImpressCMS PHP CMS 1.3.9 on windows XAMPP tutorial 4

3. Create folder \impresscms XAMPP htdocs folder
C:\xampp\htdocs\impresscms
and copy all files from downloaded ImpressCMS 1.3.9  .zip source

Install ImpressCMS PHP CMS 1.3.9 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 ImpressCMS PHP CMS 1.3.9 on windows XAMPP tutorial 6

Install ImpressCMS PHP CMS 1.3.9 on windows XAMPP tutorial 7

Install ImpressCMS PHP CMS 1.3.9 on windows XAMPP tutorial 8

- start Apache
- start Database

Install ImpressCMS PHP CMS 1.3.9 on windows XAMPP tutorial 9


5. Open in browser following url to start ImpressCMS 1.3.9  web installation
http://localhost/impresscms/install/index.php

"Step 1 - Language Selection" page - click "Next" button.

Install ImpressCMS PHP CMS 1.3.9 on windows XAMPP tutorial 10


6. "Step 2 - Introduction" page - click "Next" button.

Install ImpressCMS PHP CMS 1.3.9 on windows XAMPP tutorial 11

7. "Step 3 - Configuration check" page - click "Next" button.

Install ImpressCMS PHP CMS 1.3.9 on windows XAMPP tutorial 12

8. "Step 4 - Paths settings" page - click "Create Trust Path"

Install ImpressCMS PHP CMS 1.3.9 on windows XAMPP tutorial 13

- click "Next" button.

Install ImpressCMS PHP CMS 1.3.9 on windows XAMPP tutorial 14


9. "Step 5 - Database connection" page

Install ImpressCMS PHP CMS 1.3.9 on windows XAMPP tutorial 15

Now we need to create Database for  ImpressCMS 1.3.9

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

Install ImpressCMS PHP CMS 1.3.9 on windows XAMPP tutorial 16

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

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

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


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

Install ImpressCMS PHP CMS 1.3.9 on windows XAMPP tutorial 17

Install ImpressCMS PHP CMS 1.3.9 on windows XAMPP tutorial 18

Go back  to ImpressCMS 1.3.9  installation page

- select database - MySQL
- type user name - impresscms-owner
- type user password - impresscms123$%
- click "Next" button

Install ImpressCMS PHP CMS 1.3.9 on windows XAMPP tutorial 19


10. "Step 6 - Database configuration " page
- type database name - impresscms
- click "Next" button

Install ImpressCMS PHP CMS 1.3.9 on windows XAMPP tutorial 20


11. "Step 7 - Configuration save" page - click "Next" button

Install ImpressCMS PHP CMS 1.3.9 on windows XAMPP tutorial 21

12. "Step 8 - Table creation" page
- click "Next"

Install ImpressCMS PHP CMS 1.3.9 on windows XAMPP tutorial 22

- scroll down & click "Next"

Install ImpressCMS PHP CMS 1.3.9 on windows XAMPP tutorial 23

Install ImpressCMS PHP CMS 1.3.9 on windows XAMPP tutorial 24

13. "Step 9 - Initial settings (Administrator account ) " page
- type your admin credentials
- click "Next" button

Install ImpressCMS PHP CMS 1.3.9 on windows XAMPP tutorial 25


14. "Step 10 - Data insertion" page - click "Next" button.

Install ImpressCMS PHP CMS 1.3.9 on windows XAMPP tutorial 26

- click "Next" button

Install ImpressCMS PHP CMS 1.3.9 on windows XAMPP tutorial 27


15. "Step 11 - Install modules" page - click "Next" button

Install ImpressCMS PHP CMS 1.3.9 on windows XAMPP tutorial 28

- scroll down and click "Next" button

Install ImpressCMS PHP CMS 1.3.9 on windows XAMPP tutorial 29

Install ImpressCMS PHP CMS 1.3.9 on windows XAMPP tutorial 30

Install ImpressCMS PHP CMS 1.3.9 on windows XAMPP tutorial 31

Install ImpressCMS PHP CMS 1.3.9 on windows XAMPP tutorial 32

Install ImpressCMS PHP CMS 1.3.9 on windows XAMPP tutorial 33


16. "Step 12 - welcome" page - click "Home" button

Install ImpressCMS PHP CMS 1.3.9 on windows XAMPP tutorial 34


Enjoy ImpressCMS 1.3.9

Install ImpressCMS PHP CMS 1.3.9 on windows XAMPP tutorial 35


Install ImpressCMS PHP CMS 1.3.9 on windows XAMPP tutorial 36

Install ImpressCMS PHP CMS 1.3.9 on windows XAMPP tutorial 37

No comments:

Post a Comment