<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Dotclear &#8211; Hostry Help Center</title>
	<atom:link href="https://help.hostry.com/article-tags/dotclear/feed/" rel="self" type="application/rss+xml" />
	<link>https://help.hostry.com</link>
	<description>Full information on how to use HOSTRY, provided by 24/7 community based support</description>
	<lastBuildDate>Wed, 25 Aug 2021 06:54:20 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.9.12</generator>

<image>
	<url>https://help.hostry.com/wp-content/uploads/cache/2021/01/cropped-apple-icon-180x180-1/836712163.png</url>
	<title>Dotclear &#8211; Hostry Help Center</title>
	<link>https://help.hostry.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to Install Dotclear on Debian 10</title>
		<link>https://help.hostry.com/knowledge-base/how-to-install-dotclear-on-debian-10/</link>
					<comments>https://help.hostry.com/knowledge-base/how-to-install-dotclear-on-debian-10/#comments</comments>
		
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Fri, 25 Jun 2021 08:39:59 +0000</pubDate>
				<guid isPermaLink="false">https://help.hostry.com/?post_type=ht_kb&#038;p=3919</guid>

					<description><![CDATA[Dotclear&#160;is very popular today. It is a simple blogging engine built around PHP. It contains: Automatic installation Multi-blog and multi-user Static Pages Media manager Custom layout For a successful installation, you need a&#160;VPS&#160;server with a LAMP stack in Ubuntu 16.04. On most stacks, files for the entire website (usually) are [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p><strong><em><a href="https://dotclear.org/">Dotclear&nbsp;</a></em></strong>is very popular today. It is a simple blogging engine built around PHP. It contains:</p>



<ul><li><strong>Automatic installation</strong></li><li><strong>Multi-blog and multi-user</strong></li><li><strong>Static Pages</strong></li><li><strong>Media manager</strong></li><li><strong>Custom layout</strong></li></ul>



<p>For a successful installation, you need a&nbsp;<strong><em><a href="https://hostry.com/services/vps/">VPS&nbsp;</a></em></strong>server with a LAMP stack in Ubuntu 16.04. On most stacks, files for the entire website (usually) are stored in the&nbsp;<strong>/var/www/html/</strong>&nbsp;directory. You must go to this folder and delete all the placeholder files that are contained in it.</p>



<pre class="wp-block-code"><code>cd /var/www/html
rm * -rf</code></pre>



<p>Then, please make sure that Apache owns in following directory:</p>



<pre class="wp-block-code"><code>chown www-data:www-data . -R</code></pre>



<h2 id="database-setup" >Database Setup</h2>



<p>For this step, you need to go to your MySLQ with the following command:</p>



<pre class="wp-block-code"><code>mysql -u root -p</code></pre>



<p>Then you need to create the database and user (replace with &lt; your password&gt;)</p>



<pre class="wp-block-code"><code>CREATE DATABASE dotclear;
GRANT ALL PRIVILEGES ON dotclear.* TO dotclearuser@localhost IDENTIFIED BY '&lt;your_password&gt;';
FLUSH PRIVILEGES;
\q</code></pre>



<h2 id="install-dotclear" >Install Dotclear</h2>



<p>Please make sure that your session is still in the&nbsp;<code><strong>var/www/html</strong></code>&nbsp;folder</p>



<pre class="wp-block-code"><code>cd /var/www/html</code></pre>



<p>Then you need to download the <strong>Dotclear </strong>loader <strong>PHP</strong> script:</p>



<pre class="wp-block-code"><code>wget https://download.dotclear.org/loader/dotclear-loader.php</code></pre>



<p>Open a web browser and go to http:&nbsp;<strong><em>//YOUR_IP_ADDRESS/dotclear-loader.php</em></strong>. You will be presented with the installer page. Follow the onscreen instructions. On the second screen, you will be prompted to enter the database data. Use the following details:</p>



<pre class="wp-block-code"><code>Database type: MySQLi
Database Host Name: localhost
Database Name: dotclear
Database User Name: dotclearuser
Database Password: password</code></pre>



<p></p>
]]></content:encoded>
					
					<wfw:commentRss>https://help.hostry.com/knowledge-base/how-to-install-dotclear-on-debian-10/feed/</wfw:commentRss>
			<slash:comments>642</slash:comments>
		
		
			</item>
		<item>
		<title>How to Install Dotclear on Ubuntu 16.04</title>
		<link>https://help.hostry.com/knowledge-base/how-to-install-dotclear-on-ubuntu-16-04/</link>
					<comments>https://help.hostry.com/knowledge-base/how-to-install-dotclear-on-ubuntu-16-04/#comments</comments>
		
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Tue, 21 Apr 2020 09:43:59 +0000</pubDate>
				<guid isPermaLink="false">https://help.hostry.com/?post_type=ht_kb&#038;p=1624</guid>

					<description><![CDATA[Dotclear is very popular today. It is a simple blogging engine built around PHP. It contains: Automatic installation Multi-blog and multi-user Static Pages Media manager Custom layout For a successful installation, you need a VPS server with a LAMP stack in Ubuntu 16.04. On most stacks, files for the entire [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p><strong><em><a href="https://dotclear.org/">Dotclear </a></em></strong>is very popular today. It is a simple blogging engine built around PHP. It contains:</p>



<ul><li><strong>Automatic installation</strong></li><li><strong>Multi-blog and multi-user</strong></li><li><strong>Static Pages</strong></li><li><strong>Media manager</strong></li><li><strong>Custom layout</strong></li></ul>



<p>For a successful installation, you need a <strong><em><a href="https://hostry.com/services/vps/">VPS </a></em></strong>server with a LAMP stack in Ubuntu 16.04. On most stacks, files for the entire website (usually) are stored in the <strong>/var/www/html/</strong> directory. You must go to this folder and delete all the placeholder files that are contained in it.</p>



<pre class="wp-block-code"><code>cd /var/www/html/
rm -rf index.php logo.png</code></pre>



<h2 id="database-setup" >Database setup </h2>



<p>For this step, you need to go to your MySLQ with the following command:</p>



<pre class="wp-block-code"><code>mysql -u root -p</code></pre>



<p>Then you need to create the database and user (replace  with &lt; your password&gt;)</p>



<pre class="wp-block-code"><code>CREATE DATABASE dotclear;
GRANT ALL PRIVILEGES ON dotclear.* TO dotclearuser@localhost IDENTIFIED BY '&lt;your_password&gt;';
FLUSH PRIVILEGES;
\q</code></pre>



<h2 id="install-dotclear" >Install Dotclear</h2>



<p>A simple installer provided by Dotclear will be used. Make sure you are still in the / var / www / html / folder. If not, run <strong>cd/var/www/html/</strong>. Download the bootloader script.</p>



<pre class="wp-block-code"><code>wget https://download.dotclear.org/loader/dotclear-loader.php</code></pre>



<p>Make sure our Apache user owns this folder.</p>



<pre class="wp-block-code"><code>chown www-data:www-data ./</code></pre>



<p>Open a web browser and go to http: <strong><em>//YOUR_IP_ADDRESS/dotclear-loader.php</em></strong>. You will be presented with the installer page. Follow the onscreen instructions. On the second screen, you will be prompted to enter the database data. Use the following details:</p>



<pre class="wp-block-code"><code>Database type: MySQLi
Database Host Name: localhost
Database Name: dotclear
Database User Name: dotclearuser
Database Password: &lt;your_password&gt;</code></pre>



<p></p>
]]></content:encoded>
					
					<wfw:commentRss>https://help.hostry.com/knowledge-base/how-to-install-dotclear-on-ubuntu-16-04/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
