ownCloud Package for siduction

Started by devil, 2012/05/08, 11:20:56

Previous topic - Next topic

devil

If anybody is interested, since last night there is a .deb package for ownCloud in our repo (experimental branch). Info on ownCloud is here. This is a bit outdated, but nice as general review.

greetz
devil

hefee

That's nice to have owncloud packages in siduction. Thomas Müller wanted to do the debian integration for the syncing client - maybe the work can be done only once: http://mail.kde.org/pipermail/owncloud/2012-March/002603.html

devil

ownCloud will be practicaly our neighbours on LinuxTag in 3 weeks. so we will see what's possible.

greetz
devil

DeepDayze

A nice idea that is, devil. Perhaps a collaboration with owncloud maybe?

qord

I recently installed the new Owncliud 4 package from the siduction repo and now owncloud apparently looks in the wrong place for is files:

[Fri May 25 10:04:42 2012] [error] [client 81.14.225.151] File does not exist: /var/www/core, referer: http://foo.bar/owncloud/core/css/styles.css

Owncloud displays just it's banner in the browser and the error message:


Can't write into config directory 'config'

You can usually fix this by giving the webserver user write access to the config directory in owncloud


Which is a bit misleading: apparently it can't write into the directory, because it isn't where owncloud is looking for it...

Owncloud.conf looks OK:

Alias /owncloud /usr/share/owncloud

<Directory>
       Options +FollowSymLinks
       AllowOverride All
       order allow,deny
       allow from all
</Directory>


Am I missing something here?

bube

Wrong permission?

http://owncloud.org/install/

2.2. Set the permissions for config/ and data/

The owner of your webserver must own the data/ and config/ directories in your ownCloud install. You can do this by running the following command for both the data directory and the config directory:chown -R www-data:www-data /path/to/your/owncloud/install/data

qord

Quote from: "bube"Wrong permission?

http://owncloud.org/install/

2.2. Set the permissions for config/ and data/

The owner of your webserver must own the data/ and config/ directories in your ownCloud install. You can do this by running the following command for both the data directory and the config directory:chown -R www-data:www-data /path/to/your/owncloud/install/data

Apparently not. Permissions were root:root, but setting them to www-data:www-data did not help:

==> /var/log/apache2/error.log <==
[Tue May 29 10:39:04 2012] [error] [client 81.14.225.151] File does not exist: /var/www/core, referer: http://foo.bar/owncloud/core/css/styles.css


Owncloud is still looking in /var/www instead of /usr/share...


GoinEasy9

I've wanted to try using ownCloud for a while.  It's great that we can set it up in siduction.  Nice blog post devil.  You almost make it sound easy.
Linux Counter number 348347