[Pkg-owncloud-commits] [owncloud-doc] 22/75: Update introduction.rst
David Prévot
taffit at alioth.debian.org
Wed Sep 4 19:27:07 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 8f444a54eaf3af165f20be293a80e3c90dcde7bd
Author: dietmaroc <dietmar at owncloud.com>
Date: Fri Aug 23 20:57:17 2013 +0200
Update introduction.rst
---
intro_manual/introduction.rst | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/intro_manual/introduction.rst b/intro_manual/introduction.rst
index 10f9840..e1c45d9 100644
--- a/intro_manual/introduction.rst
+++ b/intro_manual/introduction.rst
@@ -80,3 +80,23 @@ The core of the ownCloud solution is the ownCloud server. Unlike consumer cloud-
The ownCloud server stores user files in standard file system formats, and can use most file systems. With ownCloud, if you can mount storage on your server, ownCloud can use it. Practically, this means just about any standard file system and storage device combination can be used – ownCloud is file system and storage agnostic. The storage can be physically located in your data center (or be “mounted” to third-party storage), enabling you to protect your files as you would any other elem [...]
It is simple to Integrate ownCloud with existing IT infrastructure through the use of plug-in applications. These plug-ins can be enabled through the server control panel, provide functionality such as Active Directory (AD) and Lightweight Directory Access Protocol (LDAP) integration for user account provisioning and authentication. If an integration is not included out of the box, it is simple to extend ownCloud through open APIs and plug-in applications. Features such as the online tex [...]
+::
+
+ Figure5
+
+While ownCloud provides the ability to manage and protect, integrate and extend file sync and share in the enterprise, ownCloud still provides the core file sync and share functionality that users demand. Simple, web-based access through a standard browser to access, share, rollback and manage files is critical to satisfy users and remain in control of sensitive data. ownCloud also offers access to browse, download, edit, and upload files while on a mobile device or tablet, and the deskt [...]
+
+Server Architecture Overview
+============================
+At its core, ownCloud is a web application, written in PHP, running on top of a webserver such as IIS, if on Windows or Apache, if on Linux. This PHP application manages every other aspect of ownCloud, from user management to plug-ins, file sharing and storage. Attached to the PHP-application is a database, where ownCloud stores users, user-shared file details, plug-in application states, and the ownCloud file cache to accelerate access to files. As ownCloud accesses the database through [...]
+To make it possible to access and use many different types of storage, ownCloud has a built-in storage abstraction layer. As a result, ownCloud can leverage just about any storage protocol that can be mounted on your ownCloud server – from CIFS, NFS and GFS2, to cluster file systems like Gluster. Other optional storage can also be mounted on the system using an optional external file system application, enabling admins and users to mount FTPs, WebDAV, CIFS and even external cloud storage [...]
+
+::
+
+ Figure6
+
+Inclusion of a variety of open APIs for integrating with other systems
+----------------------------------------------------------------------
+External provisioning
+~~~~~~~~~~~~~~~~~~~~~
+
--
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