Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: [EN] ownCloud Package for siduction  (Read 9322 times)

Offline devil

  • Administrator
  • User
  • *****
  • Posts: 4.838
[EN] ownCloud Package for siduction
« 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. This is a bit outdated, but nice as general review.

greetz
devil

hefee

  • Guest
RE: ownCloud Package for siduction
« Reply #1 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

Offline devil

  • Administrator
  • User
  • *****
  • Posts: 4.838
RE: ownCloud Package for siduction
« Reply #2 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

Offline DeepDayze

  • User
  • Posts: 457
RE: ownCloud Package for siduction
« Reply #3 on: 2012/05/10, 03:24:05 »
A nice idea that is, devil. Perhaps a collaboration with owncloud maybe?

Offline qord

  • User
  • Posts: 38
ownCloud Package for siduction
« Reply #4 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?

bube

  • Guest
ownCloud Package for siduction
« Reply #5 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

Offline qord

  • User
  • Posts: 38
ownCloud Package for siduction
« Reply #6 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...

Offline devil

  • Administrator
  • User
  • *****
  • Posts: 4.838

Offline GoinEasy9

  • User
  • Posts: 560
ownCloud Package for siduction
« Reply #8 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.
Linux Counter number 348347