<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=3003&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / installation  Nextcloud]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=3003</link>
		<description><![CDATA[The most recent posts in installation  Nextcloud.]]></description>
		<lastBuildDate>Thu, 15 Aug 2019 14:38:09 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: installation  Nextcloud]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=17421#p17421</link>
			<description><![CDATA[<p>The user &quot;www-data&quot; is the Apache user, so only applies if you&#039;re deploying Apache as your web-server. As for multi-user systems, every Linux system is by default a multi-user system, but most human users will never know, nor have the need to <img src="https://dev1galaxy.org/img/smilies/wink.png" width="15" height="15" alt="wink" /></p><p>As for the user-permissions issue mentioned by the OP, there&#039;s a fairly simple solution: use a live-cd from your distro (I assume Devuan in this case). Boot your system into the live-cd modus and start a terminal. Then, assuming your entire system is on one SATA disk in a single partition (sda1):</p><div class="codebox"><pre><code>mkdir /tmp/devuan-rescue
mount /dev/sda1 /mnt/devuan-rescue
cd /tmp/devuan-rescue
chown -R root:root ./*</code></pre></div><p>This creates a temp. directory, then mounts the entire system in that and changes the ownership of all files to root as part of the group root. That should allow you to log back in (as root, obviously) into the system and restore file permissions from there. See also</p><div class="codebox"><pre><code>man chown</code></pre></div><p>This&#039;ll list you the various options and correct syntax of the command.</p>]]></description>
			<author><![CDATA[dummy@example.com (Dutch_Master)]]></author>
			<pubDate>Thu, 15 Aug 2019 14:38:09 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=17421#p17421</guid>
		</item>
		<item>
			<title><![CDATA[Re: installation  Nextcloud]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=17420#p17420</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>give &quot;www-data&quot; permissions to Nextcloud but it was given to the whole system, the issue is that I have no idea how to fix that.</p></div></blockquote></div><p>Just to be clear did you change the permissions for all files in the operating system or just the files of the nextcloud install?&#160; If you did, then I would suggest reinstalling the operating system.</p><p>What I do is to make the &lt;user&gt; the files owner and then set &quot;www-data&quot; as the group owner.&#160; Then I add the &lt;user&gt; to the &quot;www-data&quot; group.&#160; Finally, I change the chmod of the files to 0775 so that both the files owner and www-data group have read and write ability of the files.&#160; To do this, I only have a single user system with no other user accounts.&#160; </p><p>I would be interested in somebody else adding their input on a proper way to set the permissions in a multi-user system.&#160; I have spent some time searching the web for similar information but what I have found mentioned is somewhat conflicting.&#160; Some say to make the user &quot;www-data&quot; the owner of the files, but I am unsure about that.</p>]]></description>
			<author><![CDATA[dummy@example.com (nixer)]]></author>
			<pubDate>Thu, 15 Aug 2019 13:38:55 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=17420#p17420</guid>
		</item>
		<item>
			<title><![CDATA[Re: installation  Nextcloud]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=17419#p17419</link>
			<description><![CDATA[<p>Hello everyone, thanks for your help!</p><p>I was trying to install as indicated, but in one step I ran to give &quot;www-data&quot; permissions to Nextcloud but it was given to the whole system, the issue is that I have no idea how to fix that.</p><p>At this moment I can&#039;t do anything because I don&#039;t have permits for that same reason.</p><p>Any comments?</p>]]></description>
			<author><![CDATA[dummy@example.com (Brian32)]]></author>
			<pubDate>Thu, 15 Aug 2019 12:39:19 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=17419#p17419</guid>
		</item>
		<item>
			<title><![CDATA[Re: installation  Nextcloud]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=17400#p17400</link>
			<description><![CDATA[<p>There are a lot of tutorials and examples on the &#039;net.&#160; I found <a href="https://linuxconfig.org/how-to-install-nextcloud-on-debian-10-buster-linux" rel="nofollow">this one</a> which is relatively new and it may be of assistance.&#160; It is for Debian 10, but it followed closely the steps that I took to install it.&#160; The only change is the command to restart the apache service, which the article states as</p><div class="quotebox"><blockquote><div><p>sudo systemctl restart apache2</p></div></blockquote></div><p>but should be </p><div class="quotebox"><blockquote><div><p>service apache2 restart</p></div></blockquote></div><p>The web updater has improved a lot over the past few versions.&#160; If I may say so, please remember to back up your NC install (files, data, and database) before updating as it may have mishaps.&#160; Good luck with it!</p>]]></description>
			<author><![CDATA[dummy@example.com (nixer)]]></author>
			<pubDate>Mon, 12 Aug 2019 21:07:09 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=17400#p17400</guid>
		</item>
		<item>
			<title><![CDATA[Re: installation  Nextcloud]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=17399#p17399</link>
			<description><![CDATA[<p>Wow, VPS services offer Devuan! That sounds nice. You could adapt the instructions from <a href="https://www.howtoforge.com/tutorial/how-to-install-nextcloud-15-on-debian-9/" rel="nofollow">https://www.howtoforge.com/tutorial/how … -debian-9/</a>. You will need to control system services with <em>service</em> instead of <em>systemctl</em>. Tell us how it goes, or where you get stuck.</p>]]></description>
			<author><![CDATA[dummy@example.com (bgstack15)]]></author>
			<pubDate>Mon, 12 Aug 2019 18:12:42 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=17399#p17399</guid>
		</item>
		<item>
			<title><![CDATA[installation  Nextcloud]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=17398#p17398</link>
			<description><![CDATA[<p>Hello to the whole community.</p><p>I am in need of your help, I have a VPS with GNU / LINUX DEVUAN, I need to install the Nexcloud, will you have any idea how to do it? Can you guide me?</p><p>Thank you very much!</p><p>Best regards,<br />Brian.</p>]]></description>
			<author><![CDATA[dummy@example.com (Brian32)]]></author>
			<pubDate>Mon, 12 Aug 2019 15:33:13 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=17398#p17398</guid>
		</item>
	</channel>
</rss>
