Files
nextcloud-docs/admin_manual/index.rst
Volkan Gezer 328cd809b0 Add user_management and update app configuration pages
Currently, user_management page is on user_manual (written by @lateral-thinker).
This commit updates the page and moves it into admin_manual.

This commit also updates app configuration page with the new information.
2014-01-04 20:59:04 +01:00

82 lines
2.9 KiB
ReStructuredText

===================
Admin Documentation
===================
Introduction
============
This is the administrators manual for ownCloud, a flexible, open source file
sync and share solution. It comprises of the ownCloud server, as well as client
applications for Microsoft Windows, Mac OS X and Linux (Desktop Client) and
mobile clients for the Android and Apple iOS operating system.
Target audience
---------------
This guide is targeted towards people who want to install, administer and
optimize ownCloud Server. If you want to learn how to use the Web UI, or how to
install clients on the server, please refer to the `User Manual`_ or the `Desktop
Client Manual`_ respectively.
.. _`User Manual`: http://doc.owncloud.com/
.. _`Desktop Client Manual`: http://doc.owncloud.com/
Structure of this document
--------------------------
The next chapters describes how to set up ownCloud Server on different platforms
and operating systems, as well as how to update existing installations.
Further chapters will then detail on integrating ownCloud into your existing
environment, e.g. how to setup LDAP or how to mount your storage.
Installation
============
This chapter will introduce you to the installation of ownCloud in different scenarios.
If you want to just try ownCloud in a virtual machine without any configuration, check the section
:doc:`installation/installation_appliance`, where you will find ready-to-use images.
* :doc:`installation/installation_linux` (recommended)
* :doc:`installation/installation_windows`
* :doc:`installation/installation_source`
* :doc:`installation/installation_others`
* :doc:`installation/installation_ucs`
* :doc:`installation/installation_macos` (not supported)
* :doc:`installation/installation_appliance`
Configuration
=============
This chapter covers ownCloud and web server configuration.
* :doc:`configuration/configuration_apps`
* :doc:`configuration/configuration_users`
* :doc:`configuration/configuration_database`
* :doc:`configuration/auth_ldap`
* :doc:`configuration/custom_mount_config_gui`
* :doc:`configuration/custom_mount_config`
* :doc:`configuration/background_jobs`
* :doc:`configuration/configuration_mail`
* :doc:`configuration/configuration_automation`
* :doc:`configuration/configuration_encryption`
* :doc:`configuration/configuring_big_file_upload`
* :doc:`configuration/configuration_reverseproxy`
* :doc:`configuration/xsendfile`
* :doc:`configuration/configuration_3rdparty`
* :doc:`configuration/custom_user_backend`
* :doc:`configuration/configuration_custom_clients`
* :doc:`configuration/configuration_maintenance`
* :doc:`configuration/configuration_knowledgebase`
* :doc:`configuration/configuration_logging`
* :doc:`configuration/configuration_language`
Maintenance
===========
This chapter covers maintenance tasks such as updating or migrating to a new version.
* :doc:`maintenance/migrating`
* :doc:`maintenance/update`