Siduction Forum

Siduction Forum => Siduction News => Topic started by: devil on 2012/05/08, 11:20:56

Title: ownCloud Package for siduction
Post by: devil on 2012/05/08, 11:20:56
If anybody is interested, since last night there is a .deb package for ownCloud in our repo (experimental branch). Info on ownCloud is here. (http://owncloud.org/)  This (http://www.webupd8.org/2011/10/owncloud-2-your-personal-cloud-server.html) is a bit outdated, but nice as general review.

greetz
devil
Title: RE: ownCloud Package for siduction
Post by: hefee on 2012/05/08, 17:42:29
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
Title: RE: ownCloud Package for siduction
Post by: devil on 2012/05/08, 18:03:31
ownCloud will be practicaly our neighbours on LinuxTag in 3 weeks. so we will see what's possible.

greetz
devil
Title: RE: ownCloud Package for siduction
Post by: DeepDayze on 2012/05/10, 03:24:05
A nice idea that is, devil. Perhaps a collaboration with owncloud maybe?
Title: ownCloud Package for siduction
Post by: qord on 2012/05/25, 11:28:26
I recently installed the new Owncliud 4 package from the siduction repo and now owncloud apparently looks in the wrong place for is files:

Code: [Select]
[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:

Code: [Select]

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:

Code: [Select]
Alias /owncloud /usr/share/owncloud

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


Am I missing something here?
Title: ownCloud Package for siduction
Post by: bube on 2012/05/26, 00:40:37
Wrong permission?

http://owncloud.org/install/

Code: [Select]
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
Title: ownCloud Package for siduction
Post by: qord on 2012/05/29, 10:41:19
Quote from: "bube"
Wrong permission?

http://owncloud.org/install/

Code: [Select]
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:

Code: [Select]
==> /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...
Title: ownCloud Package for siduction
Post by: devil on 2012/09/17, 11:21:09
http://news.siduction.org/2012/09/owncloud-as-an-alternate-to-dropbox-and-friends/

greetz
devil
Title: ownCloud Package for siduction
Post by: GoinEasy9 on 2012/09/19, 04:33:53
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.