<?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>Wekan &#8211; Hostry Help Center</title>
	<atom:link href="https://help.hostry.com/article-tags/wekan/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, 24 Dec 2021 09:16:23 +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>Wekan &#8211; Hostry Help Center</title>
	<link>https://help.hostry.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to Install Wekan on a Debian 10 Server</title>
		<link>https://help.hostry.com/knowledge-base/how-to-install-wekan-on-a-debian-10-server/</link>
					<comments>https://help.hostry.com/knowledge-base/how-to-install-wekan-on-a-debian-10-server/#comments</comments>
		
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Fri, 24 Dec 2021 09:16:23 +0000</pubDate>
				<guid isPermaLink="false">https://help.hostry.com/?post_type=ht_kb&#038;p=4534</guid>

					<description><![CDATA[Wekan is a special great Kanban Board app. It is open source and has the advantage of being developed for card tasks and case management based on the Meteor Javascript framework. It&#8217;s a web-based tool that is great for tasks and its interface is very similar to Trello With Wekan, [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Wekan is a special great Kanban Board app. It is open source and has the advantage of being developed for card tasks and case management based on the Meteor Javascript framework. It&#8217;s a web-based tool that is great for tasks and its interface is very similar to Trello With Wekan, collaborating on projects for developers or other teams becomes much easier as you can easily invite team members to the board, create tasks and assign them to your member with pre-set times. frames. This increases the productivity of teams as the workload is shared among team members and more work gets done in less time.</p>



<h2 id="installing-and-configuring-wekan" >Installing and configuring Wekan</h2>



<p>If you don&#8217;t have a <strong>snap</strong>, you can install it. You can do this with a simple command:</p>



<pre class="wp-block-code"><code>apt install snapd -y</code></pre>



<p>This is followed by the installation of <strong>Wekan</strong></p>



<pre class="wp-block-code"><code>snap install wekan</code></pre>



<p>The next step is to configure the website root URL for Wekan using a simple program:</p>



<pre class="wp-block-code"><code>snap set wekan root-url=http://Your_IP_Address</code></pre>



<p>Next, you need to install and configure port <strong>80 http</strong> for your Wekan using snap</p>



<pre class="wp-block-code"><code>snap set wekan port='80'</code></pre>



<p>Next, you should restart your MongoDB. Also, a helpful article about MongoDB is <strong><a href="https://help.hostry.com/knowledge-base/securing-mongodb/">here</a></strong></p>



<pre class="wp-block-code"><code>systemctl restart snap.wekan.mongodb</code></pre>



<p>Then the Wekan service should be restarted</p>



<pre class="wp-block-code"><code>systemctl restart snap.wekan.wekan</code></pre>



<p>Then we recommend that you make sure that all steps were followed correctly. You can check it like this:</p>



<pre class="wp-block-code"><code>ss -tunelp | grep 80</code></pre>



<p>Next, please enable the Wekan service. This will be done every time the system starts</p>



<pre class="wp-block-code"><code>snap enable wekan</code></pre>



<p>Next, install the MongoDB tools. This can be done using the following program:</p>



<pre class="wp-block-code"><code>apt install mongo-tools -y</code></pre>



<p>Then restart your Wekan service for the changes to take effect</p>



<pre class="wp-block-code"><code>systemctl restart snap.wekan.wekan</code></pre>
]]></content:encoded>
					
					<wfw:commentRss>https://help.hostry.com/knowledge-base/how-to-install-wekan-on-a-debian-10-server/feed/</wfw:commentRss>
			<slash:comments>409</slash:comments>
		
		
			</item>
	</channel>
</rss>
