[Pkg-owncloud-commits] [owncloud-doc] 03/49: fixes #209
David Prévot
taffit at moszumanska.debian.org
Fri Jan 17 02:41:29 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 b0b0133157c791cc151f2150d9dc02c2ee8b9fc2
Author: Thomas Müller <thomas.mueller at tmit.eu>
Date: Thu Dec 19 14:26:01 2013 +0100
fixes #209
---
admin_manual/maintenance/update.rst | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/admin_manual/maintenance/update.rst b/admin_manual/maintenance/update.rst
index 9be291c..a1e7722 100644
--- a/admin_manual/maintenance/update.rst
+++ b/admin_manual/maintenance/update.rst
@@ -31,19 +31,19 @@ To upgrade ownCloud, follow those steps:
version, e.g. 4.0.7 in the 4.0 series. If not, update to that version first
(see above).
#. Make a backup of the ownCloud folder and the database.
-#. Download the latest version to the working directory:
+#. Download the latest version to the working directory::
wget http://download.owncloud.org/community/owncloud-latest.tar.bz2
#. Deactivate all third party applications.
#. Delete everything from your ownCloud installation directory, except data and
- config. Assuming that it's your working directory, you could execute this command:
+ config. Assuming that it's your working directory, you could execute this command::
ls | grep -v 'data\\|config' | xargs rm -r
#. Unpack the release tarball in the ownCloud directory (or copy the
files thereto). Assuming that your installation directory is called 'owncloud' and that it's inside your working
- directory, you could execute this command:
+ directory, you could execute this command::
tar xfj owncloud-latest.tar.bz2
--
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