<?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>ownCloud &#8211; Hostry Help Center</title>
	<atom:link href="https://help.hostry.com/article-tags/owncloud/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>Thu, 03 Dec 2020 10:26:14 +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>ownCloud &#8211; Hostry Help Center</title>
	<link>https://help.hostry.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How To Install ownCloud on CentOS 6</title>
		<link>https://help.hostry.com/knowledge-base/how-to-install-owncloud-on-centos-6/</link>
					<comments>https://help.hostry.com/knowledge-base/how-to-install-owncloud-on-centos-6/#comments</comments>
		
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Thu, 05 Mar 2020 09:21:36 +0000</pubDate>
				<guid isPermaLink="false">https://help.hostry.com/?post_type=ht_kb&#038;p=1463</guid>

					<description><![CDATA[ownCloud provides universal access to all files over the Internet, and it does not matter wherever you are. This is a platform for easily viewing or synchronizing your bookmarks, calendars or contacts. This allows basic editing directly on the Internet. Dependency Installation You must log in to your server through [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>ownCloud provides universal access to all files over the Internet, and it does not matter wherever you are. This is a platform for easily viewing or synchronizing your bookmarks, calendars or contacts. This allows basic editing directly on the Internet. </p>



<h2 id="dependency-installation" >Dependency Installation </h2>



<p>You must log in to your server through the <strong><em><a href="https://hostry.com/faq/how-do-i-connect-to-my-server-via-ssh/">SSH</a></em></strong> or <strong><em><a href="https://hostry.com/faq/how-connect-via-vnc-vps/">VNC</a></em></strong> console as root and enter the following:</p>



<pre class="wp-block-code"><code>yum -y install httpd php php-gd php-intl php-sqlite php-xml-parser sqlite</code></pre>



<p>After installation, we can start Apache </p>



<pre class="wp-block-code"><code>service httpd start</code></pre>



<p>We recommend that you configure your system to start Apache every time the server boots. You can do this as follows:</p>



<pre class="wp-block-code"><code>chkconfig httpd on</code></pre>



<h2 id="download-owncloud" >Download ownCloud </h2>



<p>Next, use <strong>wget</strong> to load your ownCloud </p>



<pre class="wp-block-code"><code>yum -y install wget</code></pre>



<p>Further, after wget is installed, you can find the latest version of this file, the link to which can be found on the official website here:</p>



<pre class="wp-block-code"><code>wget http://download.owncloud.com/community/owncloud-6.0.0a.tar.bz2</code></pre>



<p>Next, you need to put it. This can be done using the <strong>tar</strong> utility. </p>



<pre class="wp-block-code"><code>tar -xjf owncloud-6.0.0a.tar.bz2</code></pre>



<h2 id="going-to-the-public" >Going to the public </h2>



<p>You can move your ownCloud files to a shared folder, the command:</p>



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



<p>The path to the main directory of your web server is <strong>/var/www/html</strong>, so <strong><span style="text-decoration: underline;"><em>http://yourdomain.com/owncloud</em></span></strong> will be available to install OwnCloud. You can change it, it does not matter. After that, you need to set the correct permission for the Apache user. Plese use this commands:</p>



<pre class="wp-block-code"><code>chown -R apache:apache /var/www/html/owncloud/apps
chown -R apache:apache /var/www/html/owncloud/config
chown -R apache:apache /var/www/html/owncloud/data</code></pre>



<h2 id="create-your-user" >Create your user </h2>



<p>In conclusion, you need to create your user. To do this, open <strong><span style="text-decoration: underline;"><em>http://yourdomain.com/owncloud</em></span></strong> in your browser and complete the registration by filling out all the fields!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://help.hostry.com/knowledge-base/how-to-install-owncloud-on-centos-6/feed/</wfw:commentRss>
			<slash:comments>366</slash:comments>
		
		
			</item>
	</channel>
</rss>
