• Categories
    Category
    {{ postCtrl.tags }}
    • {{ category.tag_type }}

      • {{tag.tag_name}}
      • View more
  • Categories
    Category
    {{ postCtrl.tags }}
    • {{ category.tag_type }}

      • {{tag.tag_name}}
      • View more
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial News Comments FAQ Related Articles

How to install Dotclear in CentOS

{{postValue.id}}

To install Dotclear in CentOS

Dotclear is an open source blog publishing application used in all Linux distributions. It is designed with multilingual interface and publishing capabilities. The Dotclear application is easy to manage and allows the users to work with their enormous technical skills. Installation of Dotclear application in CentOS is explained in this article.

To install Dotclear

Before installing Dotclear, install LAMP server. Then install the required php extensions as given below.

[root@linuxhelp Desktop]# yum install php-xml php-mbstring php-gd -y 
Loaded plugins: fastestmirror, refresh-packagekit, security
Setting up Install Process
Loading mirror speeds from cached hostfile
&hellip 
&hellip 
Installed:
  php-gd.x86_64 0:5.3.3-48.el6_8                     php-mbstring.x86_64 0:5.3.3-48.el6_8                     php-xml.x86_64 0:5.3.3-48.el6_8                    
Dependency Installed:
  libXpm.x86_64 0:3.5.10-2.el6                                                                                                                                     
Complete!

Now run the below command to download the dotclear package.

[root@linuxhelp Desktop]# wget http://download.dotclear.org/latest.zip 
--2016-10-26 04:50:38--  http://download.dotclear.org/latest.zip
Resolving download.dotclear.org... 88.191.250.71
Connecting to download.dotclear.org|88.191.250.71|:80... connected.
HTTP request sent, awaiting response... 303 See Other
Location: http://download.dotclear.org/latest/dotclear-2.10.2.zip [following]
--2016-10-26 04:50:38--  http://download.dotclear.org/latest/dotclear-2.10.2.zip
Reusing existing connection to download.dotclear.org:80.
HTTP request sent, awaiting response... 200 OK
Length: 3566966 (3.4M) [application/zip]
Saving to: “ latest.zip” 
100%[=========================================================================================================================> ] 3,566,966    658K/s   in 5.8s    
2016-10-26 04:50:44 (597 KB/s) - “ latest.zip”  saved [3566966/3566966]

Extract the downloaded package to /var/www/html/ directory

[root@linuxhelp Desktop]# unzip latest.zip -d /var/www/html/
Archive:  latest.zip
   creating: /var/www/html/dotclear/
   creating: /var/www/html/dotclear/db/
 extracting: /var/www/html/dotclear/db/.htaccess  
   creating: /var/www/html/dotclear/inc/
   creating: /var/www/html/dotclear/inc/js/
..
&hellip 
  inflating: /var/www/html/dotclear/plugins/simpleMenu/index.php  
  inflating: /var/www/html/dotclear/plugins/simpleMenu/simplemenu.js  
  inflating: /var/www/html/dotclear/CREDITS  
  inflating: /var/www/html/dotclear/CONTRIBUTING.md  

Here you need to change the ownership for the Dotclear directory.

[root@linuxhelp Desktop]# chown -R apache: /var/www/html/dotclear/ 

To create database for Dotclear

[root@linuxhelp Desktop]# mysql -u root &ndash p 
Enter password: 
Welcome to the MySQL monitor.  Commands end with   or g.
Your MySQL connection id is 11
Server version: 5.1.73 Source distribution
Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type ' help '  or ' h'  for help. Type ' c'  to clear the current input statement.
mysql>  CREATE DATABASE dotcleardb 
Query OK, 1 row affected (0.00 sec)
mysql>  GRANT ALL PRIVILEGES ON dotcleardb.* TO ' dotclearuser' @' localhost'  IDENTIFIED BY ' password'  WITH GRANT OPTION 
Query OK, 0 rows affected (0.00 sec)
mysql>  FLUSH PRIVILEGES 
Query OK, 0 rows affected (0.00 sec)
mysql>  exit
Bye

Open the web browser and enter http://192.168.5.234/dotclear as shown below,

Dotclear-Open

Setup database with the required information.

Dotclear-database

Now create user for Dotclear. Then click on Manage your blog now to access the installed application.

Dotclear-blog

Finally open the unity dashboard to view the advanced features.

Dotclear-dashboard

Media manager

Dotclear-Media

Blog appearance and Preferences

Dotclear-Preferences

Plugins

Dotclear-Plugins

Tags:
jayce
Author: 

Comments ( 0 )

No comments available

Add a comment
{{postCtrl.cmtErrMsg}}

Frequently asked questions ( 5 )

Q

What is the purpose of using the Dotclear?

A

Dotclear is an open source blog publishing application used in all Linux distributions. It is designed with multilingual interface and publishing capabilities. The Dotclear application is eas

Q

Where the URLs are listed in Dotclear?

A

On the plugin management page, by unfolding the additional info.
On each of the main pages of the plugins, provided you have the rights to access them

Q

Why I've just been informed about a problem that prevents CSS stylesheets and Javascript scripts from being loaded in the backend of Dotclear, but only for the fresh new installation?

A

If you are concerned by this problem, download the 2.9.1 release instead, install it, and then do the upgrade to the 2.10 proposed on your dashboard. The upgrade is not concerned by this bug.

Q

What is the Note for users and administrator in Dotclear?

A

For developers

The function crypt() (/inc/core/class.dc.auth.php) no more give the same results with the same parameter. If you need an "old fashion" encrypted password, you have to use cryptLegacy() function (same file).

Q

How to set the Antispam module in Dotclear?

A

TO install plugin

Antispam plugin

'settings' => array (

'self' => '',

'blog' => '#params.antispam_params'

)

Back To Top!
Rank
User
Points

Top Contributers

userNamenaveelansari
135850

Top Contributers

userNameayanbhatti
92510

Top Contributers

userNamehamzaahmed
32150

Top Contributers

1
userNamelinuxhelp
31040

Top Contributers

userNamemuhammadali
24500
Can you help Isaac ?
How to run windows application in linux

I need to run the windows application in my Linux machine, instead of installing from yum repo or any other repos. How to do that..??

Networking
  • Routing
  • trunk
  • Netmask
  • Packet Capture
  • domain
  • HTTP Proxy
Server Setup
  • NFS
  • KVM
  • Memory
  • Sendmail
  • WebDAV
  • LXC
Shell Commands
  • Cloud commander
  • Command line archive tools
  • last command
  • Shell
  • terminal
  • Throttle
Desktop Application
  • Linux app
  • Pithos
  • Retrospect
  • Scribe
  • TortoiseHg
  • 4Images
Monitoring Tool
  • Monit
  • Apache Server Monitoring
  • EtherApe 
  • Arpwatch Tool
  • Auditd
  • Barman
Web Application
  • Nutch
  • Amazon VPC
  • FarmWarDeployer
  • Rukovoditel
  • Mirror site
  • Chef
Contact Us | Terms of Use| Privacy Policy| Disclaimer
© 2025 LinuxHelp.com All rights reserved. Linux™ is the registered trademark of Linus Torvalds. This site is not affiliated with linus torvalds in any way.