summaryrefslogtreecommitdiffstats
path: root/network/owncloud-server/README
diff options
context:
space:
mode:
author David Spencer2014-09-14 19:38:13 +0200
committer Willy Sudiarto Raharjo2014-09-14 19:38:13 +0200
commit9b50e9048616b76100e15b2ab11db3d96e54e0df (patch)
tree670dca0d1b1bde45dd278f799768740126a012ec /network/owncloud-server/README
parent43a9c81f958e16024af400172becb341552f4a97 (diff)
downloadslackbuilds-9b50e9048616b76100e15b2ab11db3d96e54e0df.tar.gz
network/owncloud-server: Added (ownCloud sync & share server).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/owncloud-server/README')
-rw-r--r--network/owncloud-server/README40
1 files changed, 40 insertions, 0 deletions
diff --git a/network/owncloud-server/README b/network/owncloud-server/README
new file mode 100644
index 0000000000..014e51aefb
--- /dev/null
+++ b/network/owncloud-server/README
@@ -0,0 +1,40 @@
+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, **and after every upgrade**, you need to complete
+setup by visiting this page:
+
+ http://localhost/owncloud/