How to install Dotclear on Windows Cloud Servers

2020-09-16 By Aaron 2075 Views windows dotclear cms_application
40 reviews

Dotclear is an open-source blog application, which has tremendously gained popularity over the past years. It serves to provide a very-much user-friendly tool that can be used by anyone to publish content over the web, irrespective of their technical skills. It is also written in PHP and supports several database types such as MySQL, MariaDB, PostgreSQL & SQLite.


  1. Download XAMPP from the below-mentioned official site and install.

    https://www.apachefriends.org/download.html
    

    dotclearwindows1

  2. Download Dotclear Blog software from the below-mentioned official site and extract.

    https://dotclear.org/download
    

    dotclearwindows2

    dotclearwindows3

  3. Create folder \dotclear under C:\xampp\htdocs and copy all files from downloaded Dotclear 2.17.2 Blog software to the C:\xampp\htdocs\dotclear.

    dotclearwindows4

    dotclearwindows5

  4. Now open XAMPP control panel. To do the same just click on the Windows key to open start and search XAMPP and then click on the XAMPP Control Panel which is shown in the below image.

    dotclearwindows6

  5. Now open php.ini file and change the parameter: max_execution_time=30 to max_execution_time=300. To open php.ini, click on Config option under the Apache and click on PHP (php.ini) that shown in the below image.

    dotclearwindows7

    dotclearwindows8

  6. Now start Apache and Database from the XAMPP Control Panel.

    dotclearwindows9

  7. Now need to create a Database. For that open phpMyAdmin with the below URL and Open SQL tab.

    http://localhost/phpmyadmin
    

    dotclearwindows10

  8. Execute the below query in the SQL tab.

    CREATE DATABASE `lsdotclear`
    DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
    
    CREATE USER 'dotclear-ls'@'localhost';
    CREATE USER 'dotclear-ls'@'127.0.0.1';
    CREATE USER 'dotclear-ls'@'::1';
    
    SET PASSWORD
    FOR 'dotclear-ls'@'localhost' = PASSWORD('PASSWORD');
    SET PASSWORD
    FOR 'dotclear-ls'@'127.0.0.1' = PASSWORD('PASSWORD');
    SET PASSWORD
    FOR 'dotclear-ls'@'::1' = PASSWORD('PASSWORD');
    
    GRANT ALL PRIVILEGES ON
    `lsdotclear`.* TO 'dotclear-ls'@'localhost' WITH GRANT OPTION;
    GRANT ALL PRIVILEGES ON
    `lsdotclear`.* TO 'dotclear-ls'@'127.0.0.1' WITH GRANT OPTION;
    GRANT ALL PRIVILEGES ON
    `lsdotclear`.* TO 'dotclear-ls'@'::1' WITH GRANT OPTION;
    

    dotclearwindows11

    dotclearwindows12

    NOTE: Replace database, user name and PASSWORD with the original.

  9. Now Open the below URL in the browser to start Dotclear Blog software web installation.

    http://localhost/dotclear/admin/install/wizard.php
    

    dotclearwindows13

  10. Enter the configuration details as mentioned in the below image.

    dotclearwindows14

    NOTE: Replace the configuration detail with the original.

  11. Once the configuration is completed, enter the User information and click on SAVE.

    dotclearwindows15

NOTE: Replace the User information detail with the original

  1. You will get the All done! message page as in the below image after providing the User information.

    dotclearwindows16


    Click on the Manage your Blog now option to access the dashboard directly or navigate to the below URL.

    http://IPaddress/dotclear/admin/index.php
    
    http://Domainname/dotclear/admin/index.php
    

    NOTE: Replace the IP address or Domain name with the original.

  2. Below are the images of the Dotclear website and dashboard.

    dotclearwindows17

    dotclearwindows18


Related Tutorial

What do you think about this article?

Rate this article
Need assistance?

Try this guide to receive free bundled services at signup on a new free account.

Sign Up

Your Feedback Is Important

We hope you’ll give the new products and updates a try. If you have an idea for improving our products or want to vote on other user ideas so they get prioritized, please submit your feedback on our Community platform. And if you have any questions, please feel free to ask in the Community or contact our Technical Support team.