Install Dotclear 2.9.1 Blog on windows

Trabla: Install Dotclear 2.9.1 Blog software on windows ( XAMPP 5.6.21 )


Install Dotclear 2.9.1 Blog on windows tutorial

Dotclear is an open source blog publishing application distributed under the GNU GPLv2.
Dotclear's proposed aim is to develop a software that fully respects web standards based on open source solutions, with multilingual interface and publishing capabilities.
It is written in PHP. Notable features include handling many blogs, using Wiki or XHTML syntax for entries, adding pages that are independent from the flow of entries and support for several database types: (MySQL, PostgreSQL, SQLite)
https://en.wikipedia.org/wiki/Dotclear



Solving:

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

Install Dotclear 2.9.1 Blog on windows tutorial 1


2.  Download Dotclear 2.9.1 Blog software   installer from official site:
https://dotclear.org/download

Install Dotclear 2.9.1 Blog on windows tutorial 2

Install Dotclear 2.9.1 Blog on windows tutorial 3

Install Dotclear 2.9.1 Blog on windows tutorial 4

3. Create folder \dotclear XAMPP htdocs folder
C:\xampp\htdocs\dotclear
and copy all files from downloaded Dotclear 2.9.1 Blog software   .zip source

Install Dotclear 2.9.1 Blog on windows tutorial 5

4. Run XAMPP Control Panel 
- open php.ini file and change following parameter:
( Config -> PHP ( php.ini ) )

Install Dotclear 2.9.1 Blog on windows tutorial 6

From
max_execution_time=30
to
max_execution_time=300
+ save and close file.

Install Dotclear 2.9.1 Blog on windows tutorial 7

Install Dotclear 2.9.1 Blog on windows tutorial 8

- start Apache
- start Database

Install Dotclear 2.9.1 Blog on windows tutorial 9


5. Open in browser following url to start Dotclear 2.9.1 Blog software  web installation
http://localhost/dotclear/admin/install/wizard.php

Install Dotclear 2.9.1 Blog on windows tutorial 10


6. "System information" section

Install Dotclear 2.9.1 Blog on windows tutorial 11

Now we need to create Database for Dotclear 2.9.1 Blog software

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

Install Dotclear 2.9.1 Blog on windows tutorial 12

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

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

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


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

Install Dotclear 2.9.1 Blog on windows tutorial 13

Install Dotclear 2.9.1 Blog on windows tutorial 14

Go back  to Dotclear 2.9.1 Blog software  installation page - fill all fields
( use

database name - dotclear
user dotclear-owner
password ( for user ) - dotclear123$%
)
and click "Continue"

Install Dotclear 2.9.1 Blog on windows tutorial 15


7. "User Information" page - enter your data and click "Continue"

Install Dotclear 2.9.1 Blog on windows tutorial 16

Install Dotclear 2.9.1 Blog on windows tutorial 17

8. Hooray!!! Installation completed!!!

Install Dotclear 2.9.1 Blog on windows tutorial 18

Enjoy Dotclear 2.9.1 Blog software


Install Dotclear 2.9.1 Blog on windows tutorial 19

Install Dotclear 2.9.1 Blog on windows tutorial 20

Install Dotclear 2.9.1 Blog on windows tutorial 21

Install Dotclear 2.9.1 Blog on windows tutorial 22

Install Dotclear 2.9.1 Blog on windows tutorial 23

Install Dotclear 2.9.1 Blog on windows tutorial 24

Install Dotclear 2.9.1 Blog on windows tutorial 25

Install Dotclear 2.9.1 Blog on windows tutorial 26



No comments:

Post a Comment