This script is for Slackware 14.2 only and may be outdated.

SlackBuilds Repository

14.2 > Network > owncloud-server (8.2.11)

ownCloud gives you universal access to your files through a web interface
or WebDAV. It also provides a platform to easily view & sync your contacts,
calendars and bookmarks across all your devices and enables basic editing
right on the web.


SlackBuild defaults
-------------------

This SlackBuild uses the following defaults:
* DOCROOT=/srv/httpd/htdocs
* PHPUSER=root
* PHPGROUP=apache

You can change the defaults at build time:
# DOCROOT=/your/preferred/directory \
PHPUSER=youruser \
PHPGROUP=yourgroup \
./owncloud-server.SlackBuild


Configuration
-------------

(1) Add the following in /etc/httpd/httpd.conf

<Directory "/srv/httpd/htdocs/owncloud">
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Require all granted
</Directory>

(2) In /etc/httpd/httpd.conf, enable mod_rewrite and PHP by uncommenting
"LoadModule rewrite_module ..." and "Include /etc/httpd/mod_php.conf",
then restart httpd.

(3) After installation, you must set up the names that clients will use to
access the server as "trusted domains".

You must also do this if you are upgrading an older owncloud installation.

To do this, you will need to edit /srv/httpd/htdocs/owncloud/config/config.php
as follows (please use your own server name instead of myserver.local or
owncloud.example.com):

'trusted_domains' =>
array (
0 => 'localhost',
1 => 'myserver.local',
2 => 'owncloud.example.com',
),

(4) After installation, **and after every upgrade**, you need to complete
setup by visiting this page:

http://localhost/owncloud/

Maintained by: David Spencer
Keywords: file,synchronizer,sftp,smb,samba,owncloud,WebDAV,Dropbox
ChangeLog: owncloud-server

Homepage:
https://owncloud.org/

Source Downloads:
owncloud-8.2.11.tar.bz2 (43e3b4c53d4e819f612296c032cd2d37)

Download SlackBuild:
owncloud-server.tar.gz
owncloud-server.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 14.2

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds