{"id":890,"date":"2019-09-12T08:05:52","date_gmt":"2019-09-12T13:05:52","guid":{"rendered":"https:\/\/linuxhostsupport.com\/blog\/?p=890"},"modified":"2019-09-14T03:15:28","modified_gmt":"2019-09-14T08:15:28","slug":"how-to-install-dotclear-on-centos-7","status":"publish","type":"post","link":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-dotclear-on-centos-7\/","title":{"rendered":"How to Install Dotclear on CentOS 7"},"content":{"rendered":"<div id=\"linux-3138565388\" class=\"linux-before-1st-paragraph linux-entity-placement\" style=\"margin-top: 15px;margin-bottom: 15px;\"><a href=\"https:\/\/www.rosehosting.com\/managed-vps-hosting\/?mtm_campaign=blogs&#038;mtm_source=lhs&#038;mtm_medium=blog&#038;mtm_content=managed-vps&#038;mtm_cid=1339&#038;mtm_placement=inline\" aria-label=\"Untitled\"><img src=\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2020\/12\/1340090_NVMeGoogleAds_728x90_041322.jpg\" alt=\"\"  srcset=\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2020\/12\/1340090_NVMeGoogleAds_728x90_041322.jpg 728w, https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2020\/12\/1340090_NVMeGoogleAds_728x90_041322-300x37.jpg 300w\" sizes=\"(max-width: 728px) 100vw, 728px\" width=\"728\" height=\"90\"  style=\"display: inline-block;\" \/><\/a><\/div><p>In this tutorial, we will guide you through the steps of installing Dotclear on a CentOS 7 server, with Apache web server, PHP and MySQL.<\/p>\n<p><img decoding=\"async\" class=\"alignright size-full wp-image-896\" src=\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2019\/09\/setup-dotclear-install-for-centos7-guide.jpg\" alt=\"\" width=\"150\" height=\"63\" \/>Dotclear is a free and open-source PHP-based web publishing platform. This software allows you to spread your words to the internet easily with an intuitive user-interface and an extensive feature set. It is very fast, stable, and easy to use. The installation is pretty simple and straightforward.<\/p>\n<p><!--more--><\/p>\n<p>Dotclear comes with a lot of handy features out of the box, such as:<\/p>\n<ul>\n<li>Fast and easy publication system<\/li>\n<li>Fully customizable themes, without changing or editing any code<\/li>\n<li>User-friendly administrative panel<\/li>\n<li>Flexible template system<\/li>\n<li>Built-in anti spam system<\/li>\n<li>Lots of themes and plugins<\/li>\n<li>Complete trackback support<\/li>\n<li>SEO friendly<\/li>\n<li>and many more&#8230;<strong>\u00a0<\/strong><\/li>\n<\/ul>\n<h2><strong>Requirements<\/strong><\/h2>\n<ul>\n<li>For the purposes of this tutorial you will need a server running CentOS 7.<\/li>\n<li>System user with root privileges<\/li>\n<li>PHP version 5.6 or newer with mbstring, iconv, simpleXML, SPL PHP extensions enabled<\/li>\n<li>MySQL, PostgreSQL or SQLite database server<\/li>\n<li>Apache or Nginx web server<\/li>\n<\/ul>\n<h2><strong>Step 1. Log in and Update the System<\/strong><\/h2>\n<p>In order to start installing Dotclear on your CentOS 7 server, you have to login to the server via SSH as user root<\/p>\n<pre>ssh root@<span style=\"color: #ff0000;\">IP_Address<\/span> -p <span style=\"color: #ff0000;\">Port_Number<\/span><\/pre>\n<p>Don&#8217;t forget to replace &#8216;<span style=\"color: #ff0000;\">IP_Address<\/span>&#8216; and &#8216;<span style=\"color: #ff0000;\">Port_Number<\/span>&#8216; with your server&#8217;s actual IP address and SSH port number.<\/p>\n<p>Once you are in, run the following command to update all installed packages on your server<\/p>\n<pre>yum -y update<\/pre>\n<h2><strong>Step 2. Install the Apache Web Server<\/strong><\/h2>\n<p>A web server is required to serve the Dotclear files, so in the next step we will install Apache web server, which is the most popular web server in the world. It can easily be installed from the official CentOS 7 repositories using the &#8216;yum&#8217; package manager. Run this command to install Apache:<\/p>\n<pre>yum -y install httpd<\/pre>\n<p>After the installation is completed, run the following commands to start the Apache web server and enable it to automatically start after a server reboot<\/p>\n<pre>systemctl start httpd\r\nsystemctl enable httpd<\/pre>\n<p>To verify that the installation is OK and that the web server is properly running, issue the following command:<\/p>\n<pre>systemctl status httpd<\/pre>\n<p>Output<\/p>\n<pre>httpd.service - The Apache HTTP Server\r\n   Loaded: loaded (\/usr\/lib\/systemd\/system\/httpd.service; enabled; vendor preset: disabled)\r\n   Active: active (running) since Thu 2019-04-25 04:18:22 CDT; 39s ago\r\n     Docs: man:httpd(8)\r\n           man:apachectl(8)\r\n Main PID: 703 (httpd)\r\n   Status: \"Total requests: 0; Current requests\/sec: 0; Current traffic:   0 B\/sec\"\r\n   CGroup: \/system.slice\/httpd.service\r\n           \u00e2\u00e2703 \/usr\/sbin\/httpd -DFOREGROUND\r\n           \u00e2\u00e2883 \/usr\/sbin\/httpd -DFOREGROUND\r\n           \u00e2\u00e2884 \/usr\/sbin\/httpd -DFOREGROUND\r\n<\/pre>\n<h2><strong>Step 3. Install the MariaDB Database Server<\/strong><\/h2>\n<p>Dotclear uses a databse to store and retrieve the website information. For this purpose we will install and use MariaDB database server which is a drop-in replacement for MySQL. The installation of MariaDB is easy and it can be done using the following commands<\/p>\n<pre>yum -y install mariadb mariadb-server<\/pre>\n<p>Once the MariaDB database server is installed, start it and enable it to automatically start after a server reboot<\/p>\n<pre>systemctl start mariadb\r\nsystemctl enable mariadb<\/pre>\n<p>Check if MariaDB is up and running:<\/p>\n<pre>systemctl status mariadb<\/pre>\n<p>The output will look something like this:<\/p>\n<pre>mariadb.service - MariaDB database server\r\n   Loaded: loaded (\/usr\/lib\/systemd\/system\/mariadb.service; enabled; vendor preset: disabled)\r\n   Active: active (running) since Fri 2019-04-26 06:09:18 CDT; 33s ago\r\n  Process: 22143 ExecStartPost=\/usr\/libexec\/mariadb-wait-ready $MAINPID (code=exited, status=0\/SUCCESS)\r\n  Process: 22110 ExecStartPre=\/usr\/libexec\/mariadb-prepare-db-dir %n (code=exited, status=0\/SUCCESS)\r\n Main PID: 22141 (mysqld_safe)\r\n   CGroup: \/system.slice\/mariadb.service\r\n           \u00e2\u00e222141 \/bin\/sh \/usr\/bin\/mysqld_safe --basedir=\/usr<\/pre>\n<p>Next, run the <code>mysql_secure_installation<\/code>\u00a0post-installation script provided by MariaDB to strengthen the security of the database server and set a root password. You can use the following options:<\/p>\n<pre>Set root password? [Y\/n] Y\r\nRemove anonymous users? [Y\/n] Y\r\nDisallow root login remotely? [Y\/n] Y\r\nRemove test database and access to it? [Y\/n] Y\r\nReload privilege tables now? [Y\/n] Y<\/pre>\n<p>If it at any point asks you to enter the current MySQL\/MariaDB root password, just press the [Enter] key, as no password is set by default.<\/p>\n<h2><strong>Step 4. Create a MariaDB User and Database<\/strong><\/h2>\n<p>In this step, we will create a new MariaDB user and database which will be used for the Dotclear installation. Log in to the MariaDB server CLI as the root user and issue the following commands<\/p>\n<pre>mysql -u root -p\r\n\r\nMariaDB [(none)]&gt; CREATE DATABASE dotclear;\r\nMariaDB [(none)]&gt; GRANT ALL PRIVILEGES ON dotclear.* TO dotclearuser@localhost IDENTIFIED BY '<span style=\"color: #ff0000;\">PASSWORD<\/span>';\r\nMariaDB [(none)]&gt; FLUSH PRIVILEGES;\r\nMariaDB [(none)]&gt; \\q\r\n<\/pre>\n<p>Don&#8217;t forget to replace &#8216;<span style=\"color: #ff0000;\">PASSWORD<\/span>&#8216; with an actual, strong password.<\/p>\n<h2><strong>Step 5. Download Dotclear<\/strong><\/h2>\n<p>Go to Dotclear&#8217;s download page and download the latest stable release of the application. At the moment of writing this article it is version 2.14.3. We&#8217;ve included the download link in the command below for you:<\/p>\n<pre>wget http:\/\/download.dotclear.org\/latest.zip<\/pre>\n<p>Unpack the downloaded ZIP archive to the document root directory of your web server:<\/p>\n<pre>uunzip latest.zip -d \/var\/www\/html\/<\/pre>\n<p>All Dotclear files will be extracted in a new &#8216;dotclear&#8217; directory. Make sure that the Apache user has access to the Dotclear files:<\/p>\n<pre>chown -R apache:apache \/var\/www\/html\/dotclear\/<\/pre>\n<h2><strong>Step 6. Create an Apache Virtual Host<\/strong><\/h2>\n<p>Next, we will create Apache virtual host directive in order to be able to access Dotclear with a domain name. We will use <code>yourdomain.com<\/code> as a domain name. You have to replace all occurrences of this domain name in the configuration file.<\/p>\n<p>Create Apache configuration with the following content<\/p>\n<pre>nano \/etc\/httpd\/conf.d\/dotclear.conf\r\n\r\n&lt;VirtualHost *:80&gt;\r\n    ServerAdmin admin@<span style=\"color: #ff0000;\">yourdomain.com<\/span>\r\n    ServerName <code>yourdomain.com<\/code> ServerAlias <code>www.your_domain.com<\/code> DocumentRoot \/var\/www\/html\/dotclear &lt;Directory \/var\/www\/html\/dotclear&gt; Options Indexes FollowSymLinks AllowOverride All &lt;\/Directory&gt; ErrorLog ${APACHE_LOG_DIR}\/<span style=\"color: #ff0000;\">yourdomain.com<\/span>_error.log CustomLog ${APACHE_LOG_DIR}\/<span style=\"color: #ff0000;\">yourdomain.com<\/span>_access.log combined &lt;\/VirtualHost&gt;<\/pre>\n<p>Save the configuration file and restart the Apache web server for the changes to take effect<\/p>\n<pre>systemctl restart httpd<\/pre>\n<h2><strong>Step 7. Complete the Installation<\/strong><\/h2>\n<p>Finally, all the requirements are installed on the server and we can continue with the installation through Dotclear&#8217;s web-based installation wizard. Open your preferred web browser, navigate to <code>http:\/\/yourdomain.com<\/code> and follow the on-screen instructions in order to complete the Dotclear installation and configuration. The installation wizard will check if your server meets all the requirements and you will be prompted to enter the details of the MariaDB database we have created earlier in this tutorial.<\/p>\n<p><img decoding=\"async\" class=\"size-full wp-image-899 alignnone\" src=\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2019\/09\/configure-dotclear-centos7-help-guide.png\" alt=\"\" width=\"406\" height=\"316\" srcset=\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2019\/09\/configure-dotclear-centos7-help-guide.png 406w, https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2019\/09\/configure-dotclear-centos7-help-guide-300x233.png 300w\" sizes=\"(max-width: 406px) 100vw, 406px\" \/><\/p>\n<p>For more details on how to configure and use Dotclear, please check their official documentation.<\/p>\n<hr \/>\n<p><img decoding=\"async\" class=\"alignleft size-full wp-image-897\" src=\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2019\/09\/expert-managed-support-linux-servers-247-service.jpg\" alt=\"\" width=\"150\" height=\"63\" \/>Of course, you don\u2019t have to install Dotclear on CentOS 7 if you use one of our <a href=\"https:\/\/linuxhostsupport.com\/monthly-server-management.html\">Managed Linux Support<\/a> services. You can simply ask our support team to install Dotclear on your CentOS 7 server for you. They are available 24\/7 and will be able to help you with the installation.<\/p>\n<p><span style=\"color: #ff0000;\"><strong>PS.\u00a0<\/strong><\/span>If you enjoyed reading this blog post on how to install Dotclear on CentOS 7, feel free to share it on social networks using the share shortcuts, or simply leave a comment in the comments section. Thank you.<\/p><div id=\"linux-4072808525\" class=\"linux-after-8th-paragraph linux-entity-placement\" style=\"margin-top: 15px;margin-bottom: 15px;\"><a href=\"https:\/\/www.rosehosting.com\/managed-vps-hosting\/?mtm_campaign=blogs&#038;mtm_source=lhs&#038;mtm_medium=blog&#038;mtm_content=managed-vps&#038;mtm_cid=1340&#038;mtm_placement=inline\" aria-label=\"Untitled\"><img src=\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2020\/12\/1340095_VPSGoogleAds_728x90_042622.jpg\" alt=\"\"  srcset=\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2020\/12\/1340095_VPSGoogleAds_728x90_042622.jpg 728w, https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2020\/12\/1340095_VPSGoogleAds_728x90_042622-300x37.jpg 300w\" sizes=\"(max-width: 728px) 100vw, 728px\" width=\"728\" height=\"90\"  style=\"display: inline-block;\" \/><\/a><\/div>\n","protected":false},"excerpt":{"rendered":"<p>In this tutorial, we will guide you through the steps of installing Dotclear on a CentOS 7 server, with Apache web server, PHP and MySQL. Dotclear is a free and open-source PHP-based web publishing platform. This software allows you to spread your words to the internet easily with an intuitive user-interface and an extensive feature [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":893,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[61,143],"class_list":["post-890","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials","tag-centos-7","tag-dotclear"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Install Dotclear on CentOS 7 | LinuxHostSupport<\/title>\n<meta name=\"description\" content=\"In this tutorial, we will guide you through the steps of installing Dotclear on a CentOS 7 server, with Apache web server, PHP and MySQL. Dotclear is a\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/linuxhostsupport.com\/blog\/how-to-install-dotclear-on-centos-7\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Install Dotclear on CentOS 7 | LinuxHostSupport\" \/>\n<meta property=\"og:description\" content=\"In this tutorial, we will guide you through the steps of installing Dotclear on a CentOS 7 server, with Apache web server, PHP and MySQL. Dotclear is a\" \/>\n<meta property=\"og:url\" content=\"https:\/\/linuxhostsupport.com\/blog\/how-to-install-dotclear-on-centos-7\/\" \/>\n<meta property=\"og:site_name\" content=\"LinuxHostSupport\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/linuxhostsupport\" \/>\n<meta property=\"article:published_time\" content=\"2019-09-12T13:05:52+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2019-09-14T08:15:28+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2019\/09\/how-to-install-dotclear-on-centos7.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"750\" \/>\n\t<meta property=\"og:image:height\" content=\"410\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@lnxhostsupport\" \/>\n<meta name=\"twitter:site\" content=\"@lnxhostsupport\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/how-to-install-dotclear-on-centos-7\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/how-to-install-dotclear-on-centos-7\\\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/#\\\/schema\\\/person\\\/53a9571ea078cdf350137a1e97423cfb\"},\"headline\":\"How to Install Dotclear on CentOS 7\",\"datePublished\":\"2019-09-12T13:05:52+00:00\",\"dateModified\":\"2019-09-14T08:15:28+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/how-to-install-dotclear-on-centos-7\\\/\"},\"wordCount\":859,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/how-to-install-dotclear-on-centos-7\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/09\\\/how-to-install-dotclear-on-centos7.jpg\",\"keywords\":[\"centos 7\",\"Dotclear\"],\"articleSection\":[\"Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/how-to-install-dotclear-on-centos-7\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/how-to-install-dotclear-on-centos-7\\\/\",\"url\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/how-to-install-dotclear-on-centos-7\\\/\",\"name\":\"How to Install Dotclear on CentOS 7 | LinuxHostSupport\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/how-to-install-dotclear-on-centos-7\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/how-to-install-dotclear-on-centos-7\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/09\\\/how-to-install-dotclear-on-centos7.jpg\",\"datePublished\":\"2019-09-12T13:05:52+00:00\",\"dateModified\":\"2019-09-14T08:15:28+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/#\\\/schema\\\/person\\\/53a9571ea078cdf350137a1e97423cfb\"},\"description\":\"In this tutorial, we will guide you through the steps of installing Dotclear on a CentOS 7 server, with Apache web server, PHP and MySQL. Dotclear is a\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/how-to-install-dotclear-on-centos-7\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/how-to-install-dotclear-on-centos-7\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/how-to-install-dotclear-on-centos-7\\\/#primaryimage\",\"url\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/09\\\/how-to-install-dotclear-on-centos7.jpg\",\"contentUrl\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/09\\\/how-to-install-dotclear-on-centos7.jpg\",\"width\":750,\"height\":410},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/how-to-install-dotclear-on-centos-7\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Install Dotclear on CentOS 7\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/\",\"name\":\"LinuxHostSupport\",\"description\":\"Linux Tutorials and Guides\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/#\\\/schema\\\/person\\\/53a9571ea078cdf350137a1e97423cfb\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ed83c63a34114218f977e1f913be03906d17c7d9c800788fcac345f5edaf6cfa?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ed83c63a34114218f977e1f913be03906d17c7d9c800788fcac345f5edaf6cfa?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ed83c63a34114218f977e1f913be03906d17c7d9c800788fcac345f5edaf6cfa?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"url\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/author\\\/r0s3admin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Install Dotclear on CentOS 7 | LinuxHostSupport","description":"In this tutorial, we will guide you through the steps of installing Dotclear on a CentOS 7 server, with Apache web server, PHP and MySQL. Dotclear is a","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-dotclear-on-centos-7\/","og_locale":"en_US","og_type":"article","og_title":"How to Install Dotclear on CentOS 7 | LinuxHostSupport","og_description":"In this tutorial, we will guide you through the steps of installing Dotclear on a CentOS 7 server, with Apache web server, PHP and MySQL. Dotclear is a","og_url":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-dotclear-on-centos-7\/","og_site_name":"LinuxHostSupport","article_publisher":"https:\/\/www.facebook.com\/linuxhostsupport","article_published_time":"2019-09-12T13:05:52+00:00","article_modified_time":"2019-09-14T08:15:28+00:00","og_image":[{"width":750,"height":410,"url":"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2019\/09\/how-to-install-dotclear-on-centos7.jpg","type":"image\/jpeg"}],"author":"admin","twitter_card":"summary_large_image","twitter_creator":"@lnxhostsupport","twitter_site":"@lnxhostsupport","twitter_misc":{"Written by":"admin","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-dotclear-on-centos-7\/#article","isPartOf":{"@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-dotclear-on-centos-7\/"},"author":{"name":"admin","@id":"https:\/\/linuxhostsupport.com\/blog\/#\/schema\/person\/53a9571ea078cdf350137a1e97423cfb"},"headline":"How to Install Dotclear on CentOS 7","datePublished":"2019-09-12T13:05:52+00:00","dateModified":"2019-09-14T08:15:28+00:00","mainEntityOfPage":{"@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-dotclear-on-centos-7\/"},"wordCount":859,"commentCount":0,"image":{"@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-dotclear-on-centos-7\/#primaryimage"},"thumbnailUrl":"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2019\/09\/how-to-install-dotclear-on-centos7.jpg","keywords":["centos 7","Dotclear"],"articleSection":["Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/linuxhostsupport.com\/blog\/how-to-install-dotclear-on-centos-7\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-dotclear-on-centos-7\/","url":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-dotclear-on-centos-7\/","name":"How to Install Dotclear on CentOS 7 | LinuxHostSupport","isPartOf":{"@id":"https:\/\/linuxhostsupport.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-dotclear-on-centos-7\/#primaryimage"},"image":{"@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-dotclear-on-centos-7\/#primaryimage"},"thumbnailUrl":"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2019\/09\/how-to-install-dotclear-on-centos7.jpg","datePublished":"2019-09-12T13:05:52+00:00","dateModified":"2019-09-14T08:15:28+00:00","author":{"@id":"https:\/\/linuxhostsupport.com\/blog\/#\/schema\/person\/53a9571ea078cdf350137a1e97423cfb"},"description":"In this tutorial, we will guide you through the steps of installing Dotclear on a CentOS 7 server, with Apache web server, PHP and MySQL. Dotclear is a","breadcrumb":{"@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-dotclear-on-centos-7\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/linuxhostsupport.com\/blog\/how-to-install-dotclear-on-centos-7\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-dotclear-on-centos-7\/#primaryimage","url":"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2019\/09\/how-to-install-dotclear-on-centos7.jpg","contentUrl":"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2019\/09\/how-to-install-dotclear-on-centos7.jpg","width":750,"height":410},{"@type":"BreadcrumbList","@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-dotclear-on-centos-7\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/linuxhostsupport.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Install Dotclear on CentOS 7"}]},{"@type":"WebSite","@id":"https:\/\/linuxhostsupport.com\/blog\/#website","url":"https:\/\/linuxhostsupport.com\/blog\/","name":"LinuxHostSupport","description":"Linux Tutorials and Guides","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/linuxhostsupport.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/linuxhostsupport.com\/blog\/#\/schema\/person\/53a9571ea078cdf350137a1e97423cfb","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/ed83c63a34114218f977e1f913be03906d17c7d9c800788fcac345f5edaf6cfa?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/ed83c63a34114218f977e1f913be03906d17c7d9c800788fcac345f5edaf6cfa?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ed83c63a34114218f977e1f913be03906d17c7d9c800788fcac345f5edaf6cfa?s=96&d=mm&r=g","caption":"admin"},"url":"https:\/\/linuxhostsupport.com\/blog\/author\/r0s3admin\/"}]}},"_links":{"self":[{"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/posts\/890","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/comments?post=890"}],"version-history":[{"count":8,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/posts\/890\/revisions"}],"predecessor-version":[{"id":903,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/posts\/890\/revisions\/903"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/media\/893"}],"wp:attachment":[{"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/media?parent=890"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/categories?post=890"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/tags?post=890"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}