<?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>HTMLy &#8211; Hostry Help Center</title>
	<atom:link href="https://help.hostry.com/article-tags/htmly/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>Fri, 25 Jun 2021 08:39:30 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.9.13</generator>

<image>
	<url>https://help.hostry.com/wp-content/uploads/cache/2021/01/cropped-apple-icon-180x180-1/836712163.png</url>
	<title>HTMLy &#8211; Hostry Help Center</title>
	<link>https://help.hostry.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How To Install HTMLy on Ubuntu 18.04 with LAMP</title>
		<link>https://help.hostry.com/knowledge-base/how-to-install-htmly-on-ubuntu-18-04-with-lamp/</link>
					<comments>https://help.hostry.com/knowledge-base/how-to-install-htmly-on-ubuntu-18-04-with-lamp/#comments</comments>
		
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Thu, 24 Jun 2021 09:48:53 +0000</pubDate>
				<guid isPermaLink="false">https://help.hostry.com/?post_type=ht_kb&#038;p=3891</guid>

					<description><![CDATA[HTMLy is a unique blogging tool. Its big advantage is that it works without a database. It allows you to create and manage content using flat files. To carry out this installation, you will need a VPS with a preinstalled Linux distribution &#8211; Ubuntu 18.04, and also LAMP (there is [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p><strong><a href="https://www.htmly.com/">HTMLy</a></strong> is a unique blogging tool. Its big advantage is that it works without a database. It allows you to create and manage content using flat files. To carry out this installation, you will need a VPS with a preinstalled Linux distribution &#8211; <strong>Ubuntu 18.04</strong>, and also LAMP (there is an option to choose from on Hostry <strong><a href="https://hostry.com/products/vps/">servers</a></strong>).</p>



<p></p>



<p>The website files in most LAMP stack configurations are located in the <strong>/var/www/html/</strong> directory. Log into your server and then you need to run the following commands:</p>



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



<p>After that, it is mandatory to check for the latest HTMLy updates </p>



<p><a href="https://github.com/danpros/htmly/releases">https://github.com/danpros/htmly/releases</a></p>



<p>Given the following url, replace YOUR_VERSION_NUMBER with the version number you want to use:</p>



<pre class="wp-block-code"><code>https:&#47;&#47;github.com/danpros/htmly/releases/download/VNUMBER/installer.php</code></pre>



<h2 id="customizing-htmly" >Customizing HTMLy</h2>



<p>To download the <strong>HTMLy</strong> setup file, you need to run the following command:</p>



<pre class="wp-block-code"><code>wget  https://github.com/danpros/htmly/releases/download/v2.7.4/installer.php
chown www-data:www-data -R .</code></pre>



<p>After successfully loading HTLMy, when you go to the page</p>



<p><strong>http: //YOUR_IP_ADDRESS/installer.php</strong></p>



<p>you may see some error. It can be fixed</p>



<h2 id="how-to-fix" >How To Fix</h2>



<p>First, you need to navigate to the next <strong><a href="https://help.hostry.com/knowledge-base/how-to-install-apache2-on-ubuntu-18-04/">Apache2</a></strong> file to change the way Apache handles URLs. This can be done using the following command:</p>



<pre class="wp-block-code"><code>nano /etc/apache2/sites-enabled/http.conf</code></pre>



<p>What you need to look like is:</p>



<pre class="wp-block-code"><code>&lt;Directory /var/www/html/&gt;
     Options -Indexes
     Require all granted
&lt;/Directory&gt;</code></pre>



<p>Then you need to replace with what is provided below (just copy and paste):</p>



<pre class="wp-block-code"><code>&lt;Directory /var/www/html&gt;
            Options Indexes FollowSymLinks MultiViews
            AllowOverride All
            Order allow,deny
            allow from all
&lt;/Directory&gt;</code></pre>



<p>Finally, after successfully completing the previous step, you need to enable <strong>a2enmod</strong>. This can be done with the following command:</p>



<pre class="wp-block-code"><code>a2enmod rewrite</code></pre>



<p>After that, restarting the <strong>Apache2</strong> service is mandatory</p>



<pre class="wp-block-code"><code>service apache2 restart</code></pre>
]]></content:encoded>
					
					<wfw:commentRss>https://help.hostry.com/knowledge-base/how-to-install-htmly-on-ubuntu-18-04-with-lamp/feed/</wfw:commentRss>
			<slash:comments>459</slash:comments>
		
		
			</item>
	</channel>
</rss>
