Add occ cross-references

This commit is contained in:
Carla Schroder 2015-01-15 10:03:28 -08:00
parent 1e5c4edfa3
commit 14ee032f0b
2 changed files with 5 additions and 3 deletions

View File

@ -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 /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.

View File

@ -29,8 +29,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: