RandolfCarter b4c0021313 Some fixes and many more notes and clarifications.
Moved SSL remark from nginx to general webserver section and elaborated more on the reasons why to use it.
Added sudo in various places where root permissions are required (but where there was no explicit mention of it).
Moved part of WebDAV remark from modules to be installed to webserver configuration, added note about disabling authentication.
Add SSL configuration for apache
And more

correct formatting, complete apache configuration

various improvements

formatting, reduce notes, more bullet lists, more detailed SSL note.

more formatting and other fixes

various fixes

add hint that mysql&apache are used in example

fix formatting for apache version script

Conflicts:
	admin_manual/installation/installation_source.rst
2014-02-20 10:07:02 +01:00
2013-03-20 21:53:04 +03:00
2014-02-14 18:31:31 +01:00
2013-11-04 22:17:47 +01:00
2014-01-20 13:03:47 +01:00
2013-11-04 22:08:56 +01:00
2012-11-28 15:05:13 +01:00
2014-01-11 17:20:29 +01:00
2014-01-06 17:40:48 +01:00

ownCloud Documentation
======================

This is the ownCloud documentation. It currently focuses on the server, client manuals are in the respective git repositories. Because of the complexity of the server and the split into the core and apps modules, the manuals are in this separate directory.

License
-------

All documentation in this repository is licensed under the Creative Commons Attribution 3.0 Unported license (`CC BY 3.0`_).

.. _CC BY 3.0: http://creativecommons.org/licenses/by/3.0/deed.en_US

Style
-------

It is using the `Sphinx Documentation Generator <http://sphinx.pocoo.org/>`_. The syntax follows the `reStructuredText <http://docutils.sourceforge.net/rst.html>`_ style, and can also be edited from GitHub.

For PHP documentation you'll need to get the according language domain package. The documenation for PHP source is located at http://packages.python.org/sphinxcontrib-phpdomain/reference.html

Manuals
-------

At this point, this repository hosts three manuals:

* **Users Manual:** Covers topics from an end user's Point of View
* **Administrators Manual:** Setup, Deployment, Best Practices, etc.
* **Developers Manual:** Developing Apps for ownCloud & understanding the core Architecture.

Building
--------

Linux / OS X
^^^^^^^^^^^^

First make sure that these things are installed
 - Python 2 (2.6.0 or better, Python 3 is not yet supported!)
 - Sphinx (e.g. sudo yum install python-sphinx), on Mac: ``sudo easy_install Sphinx``
 - Sphinx PHPDomain (e.g. ``sudo easy_install sphinxcontrib-phpdomain``)
 - rst2pdf (e.g. ``sudo easy_install rst2pdf``)
 - If you're on Arch Linux, the build script is called sphinx-build2 which will fail. Therefore you have to provide a link::

     sudo ln -s /usr/bin/sphinx-build2 /usr/bin/sphinx-build

then enter any manual directory, then run ``make html``. The result can be found in the ``_build/html`` subdirectory.
PDFs can be build with the ``make latexpdf`` command and found 

Windows
^^^^^^^

Running ``setup.cmd`` will install Python 2.7 and install all dependencies.

Enter any manual and clicking the "Build HTML" shortcut will create a HTML build. Likewise, "Build PDF" will build the
PDF using the more lightweight, but feature-incomplete RST2PDF tool. The results are in ``_build/html`` and  ``_build/pdf``
respectively.

Description
📘 Nextcloud documentation
Readme 228 MiB
Languages
JavaScript 23.6%
HTML 21.7%
CSS 18%
Python 11.8%
Makefile 11.1%
Other 13.8%