<?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>Chevereto &#8211; Hostry Help Center</title>
	<atom:link href="https://help.hostry.com/article-tags/chevereto/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>Mon, 28 Feb 2022 14:07:57 +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>Chevereto &#8211; Hostry Help Center</title>
	<link>https://help.hostry.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to Install Chevereto on Ubuntu 20.04</title>
		<link>https://help.hostry.com/knowledge-base/how-to-install-chevereto-on-ubuntu-20-04/</link>
					<comments>https://help.hostry.com/knowledge-base/how-to-install-chevereto-on-ubuntu-20-04/#respond</comments>
		
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Mon, 28 Feb 2022 14:07:57 +0000</pubDate>
				<guid isPermaLink="false">https://help.hostry.com/?post_type=ht_kb&#038;p=4770</guid>

					<description><![CDATA[Chevereto is a special application that is geared towards allowing the user to host and publish images on their own. It works for creating image hosting websites. Also, its functions include support for several users at once, several servers, as well as the option of choosing a language, bulk import [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p><strong><a href="https://chevereto.com/">Chevereto</a> </strong>is a special application that is geared towards allowing the user to host and publish images on their own. It works for creating image hosting websites. Also, its functions include support for several users at once, several servers, as well as the option of choosing a language, bulk import of images, integration with social networks. Before you take the steps to install. First of all, you must have your MySQL database installed. You need to log in using the following command:</p>



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



<p>Create a new database.</p>



<pre class="wp-block-code"><code>create a new database chevereto;</code></pre>



<p>Then you need to create a <strong>new</strong> <strong>database</strong> <strong>user</strong> by following command</p>



<pre class="wp-block-code"><code>CREATE USER `superadmin`@`Your_Host` IDENTIFIED BY 'strong-passwd';</code></pre>



<p>Grant the user full access rights to the Chevereto database.</p>



<pre class="wp-block-code"><code>GRANT ALL PRIVILEGES ON chevereto.* TO admin@localhost;</code></pre>



<p>Then you need to <strong>Updated</strong> the root role MySQL </p>



<pre class="wp-block-code"><code>FLUSH PRIVILEGES;</code></pre>



<p>Then &#8211; EXIT command (finish)</p>



<pre class="wp-block-code"><code>EXIT</code></pre>



<h2 id="install-chevereto" >Install Chevereto</h2>



<p>You can download from the Git repository. This is available from the link shown below:</p>



<pre class="wp-block-code"><code>wget https://github.com/Chevereto/Chevereto-Free/archive/1.0.9.tar.gz</code></pre>



<p>Next, you need to extract the file:</p>



<pre class="wp-block-code"><code>tar -xvzf 1.0.9.tar.gz</code></pre>



<p>Then add the following to this directory:</p>



<pre class="wp-block-code"><code>&lt;?php
$config&#91;'db_name'] = 'cheveretodb';
$config&#91;'db_user'] = 'chevereto';
$config&#91;'db_pass'] = 'password';
$config&#91;'admin_password'] = 'password';</code></pre>



<p>Next, you need to give permission to the <strong>Chevereto</strong> directory. You can do this with the following command:</p>



<pre class="wp-block-code"><code>chown -R www-data:www-data /var/www/html/chevereto
chmod -R 777 /var/www/html/chevereto</code></pre>



<p>Then you need to configure the Firewall. Firstly, you need to <strong>allow</strong> <strong>HTTP</strong> Connections (<strong><em>80 port</em></strong>)</p>



<pre class="wp-block-code"><code>ufw allow in http</code></pre>



<p>And also <strong>HTTPS</strong> connection (<strong>443 port</strong>)</p>



<pre class="wp-block-code"><code>ufw allow in https</code></pre>
]]></content:encoded>
					
					<wfw:commentRss>https://help.hostry.com/knowledge-base/how-to-install-chevereto-on-ubuntu-20-04/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
