[Pkg-owncloud-commits] [owncloud-doc] 71/110: Add occ cross-references
David Prévot
taffit at moszumanska.debian.org
Fri Feb 6 21:10:36 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud-doc.
commit 4871429a8c5285bd4211d37fc0772c453856dcc8
Author: Carla Schroder <carla at owncloud.com>
Date: Thu Jan 15 10:03:28 2015 -0800
Add occ cross-references
---
admin_manual/configuration/reset_admin_password.rst | 4 +++-
admin_manual/maintenance/update.rst | 4 ++--
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/admin_manual/configuration/reset_admin_password.rst b/admin_manual/configuration/reset_admin_password.rst
index 01099e4..eb997ca 100644
--- a/admin_manual/configuration/reset_admin_password.rst
+++ b/admin_manual/configuration/reset_admin_password.rst
@@ -15,7 +15,7 @@ If neither of these is an option, then you have a third option, and that is
using the ``occ`` command. ``occ`` is in the ``owncloud`` directory, for
example ``/var/www/owncloud/occ``. ``occ`` has a command for resetting all
user passwords, ``user:resetpassword``. It is best to run ``occ`` as the HTTP
-user, as in this example::
+user, as in this example on Ubuntu Linux::
$ sudo -u www-data php /var/www/owncloud/occ user:resetpassword admin
Enter a new password:
@@ -31,3 +31,5 @@ default Apache HTTP user:group on Linux distros:
* Centos, Red Hat, Fedora: apache:apache
* Debian, Ubuntu, Linux Mint: www-data:www-data
* openSUSE: wwwrun:www
+
+See :doc:`occ_command` to learn more about using the ``occ`` command.
\ No newline at end of file
diff --git a/admin_manual/maintenance/update.rst b/admin_manual/maintenance/update.rst
index 0ec848b..4f91573 100644
--- a/admin_manual/maintenance/update.rst
+++ b/admin_manual/maintenance/update.rst
@@ -30,8 +30,8 @@ Updater app or upgrading manually. You should still maintain regular backups
hosting. Larger installations should update ownCloud with their
Linux package managers or manually upgrade, and then complete the update
with the ``occ upgrade`` command, which is in the ``owncloud`` directory.
- Run ``occ help`` to see complete command options. (ownCloud Enterprise
- Edition does not include the Updater app.)
+ See :doc:`../configuration/occ_command` to learn more about using the
+ ``occ`` command.
The Updater app performs these operations:
--
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