<?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>Discourse &#8211; Hostry Help Center</title>
	<atom:link href="https://help.hostry.com/article-tags/discourse/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, 12 Aug 2020 10:03:06 +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>Discourse &#8211; Hostry Help Center</title>
	<link>https://help.hostry.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to Install Discourse on Ubuntu 18.04</title>
		<link>https://help.hostry.com/knowledge-base/how-to-install-discourse-on-ubuntu-18-04/</link>
					<comments>https://help.hostry.com/knowledge-base/how-to-install-discourse-on-ubuntu-18-04/#comments</comments>
		
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Wed, 12 Aug 2020 10:03:06 +0000</pubDate>
				<guid isPermaLink="false">https://help.hostry.com/?post_type=ht_kb&#038;p=1895</guid>

					<description><![CDATA[Discourse is a modern open source discussion and forum system. In this tutorial, you will learn how to set up Discourse with Docker on Ubuntu 18.04. Create a new VPS It is recommended to use at least 2GB of RAM. You can order a new VPS using the link below: [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p><strong><a href="https://www.discourse.org/">Discourse </a></strong>is a modern open source discussion and forum system. In this tutorial, you will learn how to set up Discourse with Docker on Ubuntu 18.04.</p>



<h2 id="create-a-new-vps" >Create a new VPS</h2>



<p>It is recommended to use at least 2GB of RAM. You can order a new VPS using the link below:</p>



<p> VPS &#8211; <a rel="noreferrer noopener" href="https://hostry.com/products/vps/" target="_blank">https://hostry.com/products/vps/</a></p>



<h2 id="login-to-your-vps-hostry" >Login to your VPS Hostry</h2>



<p>After successful authorization, you need to install Docker</p>



<h2 id="install-docker" >Install Docker</h2>



<p>To install, please use the following program:</p>



<pre class="wp-block-code"><code>wget -qO- https://get.docker.io/ | sh</code></pre>



<h2 id="install-discourse" >Install Discourse</h2>



<p>First, we recommend that you create a folder called &#8220;discourse&#8221; in the <strong>/var </strong>directory</p>



<pre class="wp-block-code"><code>mkdir /var/discourse</code></pre>



<p>Then clone the official Discourse git repository to <strong>/ var / discource</strong></p>



<pre class="wp-block-code"><code>git clone https://github.com/discourse/discourse_docker.git /var/discourse</code></pre>



<p>Go to the Discourse directory</p>



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



<p>Copy the offline sample config file to <strong>container /app.yml:</strong></p>



<pre class="wp-block-code"><code>cp samples/standalone.yml containers/app.yml</code></pre>



<h2 id="edit-the-discourse-configuration" >Edit the Discourse configuration</h2>



<p>Edit the <strong>container/app.yml </strong>file:</p>



<pre class="wp-block-code"><code>nano containers/app.yml</code></pre>



<ul><li>Set <strong>DISCOURSE_DEVELOPER_EMAILS </strong>to your email address.</li><li>Set <strong>DISCOURSE_HOSTNAME</strong> to your web address to access Discourse, for example: discourse.example.com.</li><li>Enter your email credentials in:</li></ul>



<blockquote class="wp-block-quote"><p>DISCOURSE_SMTP_ADDRESS<br> DISCOURSE_SMTP_PORT<br> DISCOURSE_SMTP_USERNAME<br> DISCOURSE_SMTP_PASSWORD</p></blockquote>



<p>Remember to remove the # comment character in front of the line. Then  save the file and exit.</p>



<h2 id="bootstrap-discourse" >Bootstrap Discourse</h2>



<p>Run bootstrap:</p>



<pre class="wp-block-code"><code>./launcher bootstrap app</code></pre>



<p>During installation, you may be asked a question about SSH keys. Like <strong>Yes</strong>.</p>



<p>Once the boot process is complete, start Discourse:</p>



<pre class="wp-block-code"><code>./launcher start app</code></pre>



<p>To access your Discourse instance, navigate to the <strong>DISCOURSE_HOSTNAME</strong> value in your browser.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://help.hostry.com/knowledge-base/how-to-install-discourse-on-ubuntu-18-04/feed/</wfw:commentRss>
			<slash:comments>461</slash:comments>
		
		
			</item>
	</channel>
</rss>
