[Pkg-owncloud-commits] [owncloud-doc] 191/270: Fixing numbers

David Prévot taffit at moszumanska.debian.org
Thu Jul 31 03:53:25 UTC 2014


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

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

commit dc5b37c6f509e7cbf1cf4c89e8a4edd4edaf764e
Author: Mark Barnard <keyboardmidas88 at gmail.com>
Date:   Fri Jun 27 12:34:40 2014 -0400

    Fixing numbers
    
    # not functioning properly.  Might be indents.
---
 admin_manual/maintenance/update.rst | 42 ++++++++++++++++++-------------------
 1 file changed, 21 insertions(+), 21 deletions(-)

diff --git a/admin_manual/maintenance/update.rst b/admin_manual/maintenance/update.rst
index 69eeb4d..d712997 100644
--- a/admin_manual/maintenance/update.rst
+++ b/admin_manual/maintenance/update.rst
@@ -7,16 +7,16 @@ The Updater app provides a more automated method of updating ownCloud.  To use t
 
 To update ownCloud:
 
-#. Make a backup of the ownCloud folder and the database.
+1. Make a backup of the ownCloud folder and the database.
   See :doc:`backup` for details.
 
   .. note:: To update ownCloud, the Updater app must be enabled in your ownCloud instance. The Updater app is enabled in your ownCloud instance by default when you install.  However, to verify that it is enabled, or to enable the Updater app, see enablingupdaterapp_.
 
-#. Navigate to the 'Admin' page.
+2. Navigate to the 'Admin' page.
 
-#. Click the 'Update' tab.
+3. Click the 'Update' tab.
 
-#. Refresh the page using Ctrl+F5.
+4. Refresh the page using Ctrl+F5.
 
 If this procedure doesn't work (for example, ownCloud 5.0.10 doesn't show new any new version) you could try to perform
 a full upgrade to update to the latest point release (see below).
@@ -27,11 +27,11 @@ Verifying the Updater App is Enabled
 
 However, to verify that the Updater is enabled in your ownCloud instance:
 
-#. Select the "Admin" option from the "Personal Settings" dropdown menu.
+1. Select the "Admin" option from the "Personal Settings" dropdown menu.
 
 .. figure::  images/oc_personal_settings_dropdown_admin.png
 
-#. Scroll down the resulting web page.  If the Updater app appears in this window, the app is enabled.  If not, then you must enable it.  See enablingupdaterapp_.
+2. Scroll down the resulting web page.  If the Updater app appears in this window, the app is enabled.  If not, then you must enable it.  See enablingupdaterapp_.
 
 
 Enabling the Updater App
@@ -40,7 +40,7 @@ Enabling the Updater App
 
 The Updater app is enabled in your ownCloud instance by default when you install.  However, it is possible that it was disabled at some point.   To enable the Updater app:
 
-#. Click the "+ App" function in the Apps Selection Menu.
+1. Click the "+ App" function in the Apps Selection Menu.
 
   The "Select an App" window opens.
 
@@ -48,13 +48,13 @@ The Updater app is enabled in your ownCloud instance by default when you install
 
   **Select an App window**
 
-#. Scroll down the list of apps on the left side of the web page and select the Update app.
+2. Scroll down the list of apps on the left side of the web page and select the Update app.
 
   .. figure:: images/oc_updater_select.png
 
   **Selecting the Updater app**
 
-#. In the App View window, click "Enable." 
+3. In the App View window, click "Enable." 
 
   .. figure:: images/oc_updater_enable.png
 
@@ -69,15 +69,15 @@ The process for upgrading the ownCloud Server is fairly straightforward but requ
 
 To upgrade your ownCloud Server:
 
-#. Ensure that you are running the latest point release of your current major ownCloud version (for example, point release 5.0.14a in the version 5.0 series). To update to the latest point release see updatingowncloud_.
+1. Ensure that you are running the latest point release of your current major ownCloud version (for example, point release 5.0.14a in the version 5.0 series). To update to the latest point release see updatingowncloud_.
 
-#. Deactivate all third party applications.
+2. Deactivate all third party applications.
 
   .. note:: Not all third party applications are supported on all ownCloud Server versions.  Make sure to check version compatibility prior to upgrading your ownCloud server.
 
-#. Back up your existing ownCloud Server database.  You can find these procedures in backingupowncloud_.
+3. Back up your existing ownCloud Server database.  You can find these procedures in backingupowncloud_.
 
-#. Download the latest ownCloud Server version to your working directory.
+4. Download the latest ownCloud Server version to your working directory.
 
   For Linux operating systems, use the following command:
 
@@ -87,7 +87,7 @@ To upgrade your ownCloud Server:
 
   See the installation instruction in installationserverwindows_.
 
-#. Stop your web server.
+5. Stop your web server.
 
   Depending on your environment, you will be running either an Apache server or a Windows IIS server.  In addition, when running your server in a Linux environment, the necessary commands for stopping the Apache server might differ from one Linux operating system to another.
 
@@ -125,11 +125,11 @@ To upgrade your ownCloud Server:
 
   .. note:: For specific instructions on how to stop, start, or manage your server, please refer to instructions for the server on your specific operating environment.
 
-#. Copy, move, or rename your current owncloud directory (named ``/owncloud`` if installed using defaults) to another location for use in your new version of ownCloud.
+6. Copy, move, or rename your current owncloud directory (named ``/owncloud`` if installed using defaults) to another location for use in your new version of ownCloud.
 
   .. note:: This step ensures that you have a version of ownCloud available for backup purposes.
 
-#. Replace the old version of ownCloud Server with the new version of ownCloud Server:
+7. Replace the old version of ownCloud Server with the new version of ownCloud Server:
 
   Assuming that your installation directory is called ‘owncloud’, and that it resides in your working directory, the command to unpack the release tarball into the directory would be as follows::
 
@@ -141,15 +141,15 @@ To upgrade your ownCloud Server:
 
   .. note:: If you copied the installation directory, instead of moving or renaming, this step overwrites the old ownCloud Server version in the current location.
 
-#. Copy and paste the ``/config/config.php`` file from the saved version of ownCloud to the ``/config`` directory of your new ownCloud version.
+8. Copy and paste the ``/config/config.php`` file from the saved version of ownCloud to the ``/config`` directory of your new ownCloud version.
 
   .. note:: You must perform this step **before* restarting your web server.
 
-#. If you chose to keep your /data directory in your ``/owncloud`` directory, copy and paste it from the old version of ownCloud to the ``/owncloud`` directory of your new ownCloud version.
+9. If you chose to keep your /data directory in your ``/owncloud`` directory, copy and paste it from the old version of ownCloud to the ``/owncloud`` directory of your new ownCloud version.
 
   .. note:: We recommend storing your ``/data`` directory in a location other than your ``/owncloud`` directory.  If you have your ``/data`` directory already stored in another location, you can skip this step.  If you want to do so, now is a good time to change the location of your ``/data`` directory.  See advancedoptions_ for added details about changing the default database or data directory.
 
-#. Restart your web server.
+10. Restart your web server.
 
   Depending on your environment, you will be running either an Apache server or a Windows IIS server.  In addition, when running your server in a Linux environment, the necessary commands for stopping the Apache server might differ from one Linux operating system to another.
 
@@ -186,10 +186,10 @@ To upgrade your ownCloud Server:
 
   .. note:: For specific instructions on how to stop, start, or manage your server, please refer to instructions for the server on your specific operating environment.
 
-#. Use a browser to your ownCloud server.
+11. Use a browser to your ownCloud server.
 
   This step is required.  Accessing the server using a browser connection launches the server upgrade.
 
-#. If third party applications were running on your system, ensure that they provide versions compatible with the new ownCloud release. If compatible, you can reinstall and enable these applications.
+12. If third party applications were running on your system, ensure that they provide versions compatible with the new ownCloud release. If compatible, you can reinstall and enable these applications.
 
   .. note:: Update procedures should run when necessary.

-- 
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