[Pkg-owncloud-commits] [owncloud-doc] 33/44: For Linux we recommend our packages from OBS - otherwise manual installation is required

David Prévot taffit at moszumanska.debian.org
Sun Dec 15 00:06:49 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch dfsg_clean
in repository owncloud-doc.

commit e0ed9e0bbfd4aa66ea26fc1b36a77f5238557050
Author: Thomas Müller <thomas.mueller at tmit.eu>
Date:   Wed Dec 11 15:54:56 2013 +0100

    For Linux we recommend our packages from OBS - otherwise manual installation is required
---
 admin_manual/installation/installation_linux.rst | 122 +++--------------------
 1 file changed, 13 insertions(+), 109 deletions(-)

diff --git a/admin_manual/installation/installation_linux.rst b/admin_manual/installation/installation_linux.rst
index 1bfac01..4a3b95f 100644
--- a/admin_manual/installation/installation_linux.rst
+++ b/admin_manual/installation/installation_linux.rst
@@ -1,124 +1,28 @@
 Linux Distributions
 -------------------
 
-This section describes the installation process for different
-distributions. If there are pre-made packages from ownCloud,
-you are encouraged to prefer those over the vendor-provided
-ones, since they usually are more up-to-date.
+Supported Distribution Packages
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-Archlinux
-~~~~~~~~~
-There are two AUR packages for ownCloud:
+Ready-to-use packages are available at `openSUSE Build Service`_ for a variety of Linux distributions.
 
--  `stable version`_
--  `development version`_
+If your distribution is not listed please follow :doc:`installation_source`.
 
-.. _stable version: http://aur.archlinux.org/packages.php?ID=47585
-.. _development version: http://aur.archlinux.org/packages.php?ID=38767
-
-openSUSE
-~~~~~~~~
-
-.. note:: ready-to-use SLES and openSUSE RPM packages are available in the openSUSE Build Service `ownCloud repository`_.
-
-#. Copy ownCloud to Apache's server directory : **/srv/www/htdocs**
-#. Give the web server the necessary permissions:
-
-::
-
-  sudo chown -R wwwrun owncloud
-
-3. Open the folder in a browser and complete the setup wizard
-
-If have followed the steps above and want to try it out, run this
-command in a terminal to start Apache if it’s not already running::
-
-  sudo /etc/init.d/apache2 start
-
-Go to http://servername/owncloud and walk through the setup.
-
-Fedora
-~~~~~~
-
-.. note:: ready-to-use RPM packages are available in the openSUSE Build Service `ownCloud repository`_.
-
-Make sure `SELinux is disabled <https://fedoraproject.org/wiki/SELinux_FAQ#How_do_I_enable_or_disable_SELinux_.3F>`_
-or else the installation process will fail with the following message::
-
-  Config file (config/config.php) is not writable for the web server
-
-Configure Apache:
-
-#. If you already have a website running from Document Root but would still like to install OwnCloud you can use a Name-based virtual host entry and subdomain.
-#. Edit your DNS record following this example: **point owncloud.foo.com > ip.ip.ip.ip**
+.. _openSUSE Build Service: http://software.opensuse.org/download.html?project=isv:ownCloud:community&package=owncloud
 
 
-CentOS 5 & 6
-~~~~~~~~~~~~
+Additional installation guides and notes
+****************************************
 
-.. note:: ready-to-use CentOS RPM packages are available
-          in the openSUSE Build Service `ownCloud repository`_.
+**Fedora:** Make sure `SELinux is disabled <https://fedoraproject.org/wiki/SELinux_FAQ#How_do_I_enable_or_disable_SELinux_.3F>`_
+or else the installation process might fail.
 
-1. Create a new file in **/etc/httpd/conf/** and call it **owncloud.conf**.
-2. You can use the following as an example:
+**Archlinux:** There are two AUR packages for ownCloud: `stable version`_ and `development version`_.
 
-.. code-block:: xml
-
-    <IfModule mod_alias.c>
-    Alias /owncloud /var/www/owncloud/
-    </IfModule>
-    <Directory /var/www/owncloud/>
-       Options None
-       Order allow,deny
-       allow from all
-    </Directory>
-    <VirtualHost *:80>
-        ServerAdmin foo at foofarm.com
-        DocumentRoot /var/www/html/owncloud
-        ServerName owncloud.foo.com
-        ErrorLog logs/owncloud.foo.info-error_log
-        CustomLog logs/owncloud.foo.info-access_log common
-
-    </VirtualHost>
-
-3. Now edit your httpd.conf file which is usually located in :file:`/etc/httpd/conf/httpd.conf`
-4. Add the following to the bottom
-
-::
-
-  Include /etc/httpd/conf/owncloud.conf
-
-5. Restart apache and now when you point your browser to http://owncloud.foo.com it should properly load without affecting http://foo.com
-
-Gentoo
-~~~~~~
-Set up a standard web server (see instructions above). Then change permissions::
-
-  chown -R apache:apache owncloud
-
-Allow .htaccess, modify :file:`/etc/apache2/vhosts.d/00_default_vhost.conf` and
-make sure it contains the following section
-
-.. code-block:: xml
-
-    <Directory /var/www/localhost/htdocs/owncloud>
-        Options Indexes FollowSymLinks MultiViews
-        AllowOverride All
-        Order allow,deny
-        allow from all
-    </Directory>
-
-PCLinuxOS
-~~~~~~~~~
-
-Follow the Tutorial `ownCloud, installation and setup`_ on the PCLinuxOS web site.
-
-Ubuntu / Debian
-~~~~~~~~~~~~~~~
-Go to the `linux package sources`_ page and execute the steps as described there for your distribution.
+.. _stable version: http://aur.archlinux.org/packages.php?ID=47585
+.. _development version: http://aur.archlinux.org/packages.php?ID=38767
 
 
+**PCLinuxOS:** Follow the Tutorial `ownCloud, installation and setup`_ on the PCLinuxOS web site.
 
-.. _ownCloud repository: http://software.opensuse.org/search?q=owncloud&baseproject=ALL&lang=de
 .. _ownCloud, installation and setup: http://pclinuxoshelp.com/index.php/Owncloud,_installation_and_setup
-.. _linux package sources: http://software.opensuse.org/download.html?project=isv:ownCloud:community&package=owncloud

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git



More information about the Pkg-owncloud-commits mailing list