Multiple corrections and updates to admin and user manuals

This commit is contained in:
Carla Schroder
2015-02-27 13:16:49 -08:00
parent d8dac11e71
commit b67c6eba27
7 changed files with 35 additions and 31 deletions

View File

@@ -88,6 +88,11 @@ ownCloud config file found in ``/owncloud/config/config.php``::
Troubleshooting
---------------
Turn on Sharepoint app logging by modifying the following line in
:file:`apps/sharepoint/lib/sharepoint.php` to ``TRUE``::
private static $enableLogs = TRUE;
Global mount points can't be accessed: You have to fill out your SharePoint
credentials as User on the personal settings page, or in the popup menu. These
credentials are used to mount all global mount points.
@@ -96,5 +101,5 @@ Personal mount points can't be accessed: You have to fill your SharePoint
credentials as User on the personal settings page in case your personal mount
point doesn't have its own credentials.
A user can´t update the credentials: Verify that the correct credentials are
A user can't update the credentials: Verify that the correct credentials are
configured, and the correct type, either global or custom.

View File

@@ -1,3 +1,4 @@
=============================
Installing and Managing Apps
=============================
@@ -6,29 +7,22 @@ After installing ownCloud, you may provide added functionality by installing app
Viewing Enabled Apps
--------------------
During the ownCloud installation, some apps are enabled by default. To see which apps are enabled:
During the ownCloud installation, some apps are enabled by default. To see which apps are
enabled go to your Apps page.
1. Click ``Apps`` in the Apps Selection Menu.
.. image:: ../images/oc_admin_app_page.png
The apps available for use with ownCloud appear in the Apps Information Field.
.. figure:: ../images/oc_admin_app_page.png
**Administrator application page**
2. Scroll down the Apps Information Field to view the enabled apps.
Apps that are enabled appear at he top of the list of apps.
You will see which apps are enabled, not enabled, and recommended. You'll also see
additional filters, such as Multimedia, PIM, and Productivity for finding apps quickly.
The ``More apps`` link takes you to the ownCloud App Store, and the ``Add your app`` link
takes you to the ownCloud Developer Manual.
Managing Apps
-------------
In the Apps page, you can enable or disable applications. If an app is already enabled, it
appears highlighted in the list. In addition, enabled apps appear at the top of the app
list in the Apps Information Field. In contrast, disabled apps appear below any enabled
apps in the list and are not highlighted. Some apps have some configurable options on the
Apps page, but mainly they are enabled or disabled here, and they are configured on your
ownCloud Admin page.
In the Apps page, you can enable or disable applications.Some apps have some configurable
options on the Apps page, but mainly they are enabled or disabled here, and are
configured on your ownCloud Admin page.
Adding Third Party Apps
-----------------------
@@ -72,9 +66,9 @@ enabled it checks if third-party apps are using the private API, rather than the
API. If they are then they will not be installed.
.. note:: If you would like to create or add your own ownCloud app, please use the
*Add your App...* button on the same page. This button redirects you to our
`Developer Center <http://owncloud.org/dev>`_ where you can find information about
creating and adding your own apps.
*Add your App...* button on the same page. This button redirects you to the
`App Development documentation <https://doc.owncloud.org/server/8.0/developer_manual/app/index.html>`_,
where you can find information about creating and adding your own apps.
Setting App Parameters
----------------------

View File

@@ -7,6 +7,12 @@ Recommend Setup and Supported Platforms
See the :doc:`../release_notes` for the recommended ownCloud setup and supported platforms.
Installing ownCloud Enterprise Subscription
-------------------------------------------
See :doc:`../enterprise_installation/linux_installation` for instructions on installing
ownCloud Enterprise Subscription.
Supported Distribution Packages
-------------------------------

View File

@@ -13,8 +13,6 @@ Installation on Windows 7 and Windows Server 2008
ownCloud is not supported on the Internet Server Application
Programming Interface (ISAPI).
Microsoft SQL Server is not supported.
For these reasons, while ownCloud server will run on Windows, it is
not recommended at this time.

View File

@@ -51,7 +51,7 @@ the community edition will upgrade via package manager by adding the
apps on top of their ``owncloud-server``.
Visit `owncloud.com <https://owncloud.com/>`_ for more information on the
Enterprise Edition.
Enterprise Subscription.
No More PHP 5.3
---------------

View File

@@ -7,7 +7,7 @@ ownCloud Videos
---------------
`Howtos, demos, news, and Webinars
<http://doc.owncloud.org/server/8.0/admin_manual/videos.html>`_ for both the
<http://doc.owncloud.org/server/8.0/admin_manual/videos/index.html>`_ for both the
Server and Enterprise versions of ownCloud.
--------------------

View File

@@ -1,16 +1,17 @@
======================
Managing Deleted Files
======================
ownCloud maintains a copy of deleted files in case you need them again. To
ensure that individual users do not run out of memory, the Files app manages
the total memory size of deleted files for each user. When it comes to managing
deleted files, keep the following in mind:
ensure that individual users do not run out of storage space, the Files app manages
the amount of space allocated for deleted files for each user. When it comes to managing
quotas and calculating how much storage you need, keep the following in mind:
* The total memory allocation for deleted files can never exceed more that 50%
* The total storage allocation for deleted files can never exceed more that 50%
of the currently available free space for each user.
* Once the 50% maximum is reached for deleted files, ownCloud begins to delete files,
starting with the oldest versions, until it reaches the memory usage limit again.
starting with the oldest versions, until it reaches the storage limit again.
You can view all of the deleted files by clicking on the :guilabel:`Deleted
files` button in Files app on the web interface.
@@ -60,6 +61,6 @@ Each time a file is added to the deleted files directory, ownCloud checks the
age of the deleted files. By default, deleted files remain in the deleted files
directory for 180 days.
The administrator can adjust the age-out value in the config.php by setting the
The administrator can adjust the age-out value in the ``config.php`` file by setting the
``trashbin_retention_obligation`` value. Files with ages that exceed this value
are deleted permanently.