Installation issues

Working through the next steps I managed to

  1. Install Required Packages - DONE
  2. Install the Recommended Packages - DONE
  3. Change doc root (Apache config) - DONE

And then I get stuck again. The next step is Create a Virtual Host Configuration. But when I run the below this is what I get:

[user]@ubuntu:~$ FILE="/etc/apache2/sites-available/owncloud.conf"
[user]@ubuntu:~$ /bin/cat <$FILE
Alias /owncloud “/var/www/owncloud/”

<Directory /var/www/owncloud/>
Options +FollowSymlinks
AllowOverride All

Dav off

SetEnv HOME /var/www/owncloud
SetEnv HTTP_HOME /var/www/owncloud

EOM
bash: /etc/apache2/sites-available/owncloud.conf: Permission denied

Once again, a permission issue. As I said earlier:

And BTW

but

This guide assumes that you are working as the root user.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.