desktop/doc/installing.rst

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

61 lines
2.5 KiB
ReStructuredText
Raw Normal View History

2015-01-30 20:48:12 +00:00
=============================================
Installing the Desktop Synchronization Client
=============================================
2014-06-25 20:04:33 +00:00
2015-01-30 20:48:12 +00:00
You can download the latest version of the ownCloud Desktop Synchronization
Client from the `ownCloud download page <https://owncloud.org/install/>`_.
2015-01-30 20:48:12 +00:00
There are clients for Linux, Mac OS X, and Microsoft Windows.
Installation on Mac OS X and Windows is the same as for any software
application: download the program and then double-click it to launch the
installation, and then follow the installation wizard. After it is installed and
2015-01-30 20:54:49 +00:00
configured the sync client will automatically keep itself updated; see
2015-01-30 20:48:12 +00:00
:doc:`autoupdate` for more information.
Linux users must follow the instructions on the download page to add the
appropriate repository for their Linux distribution, install the signing key,
and then use their package managers to install the desktop sync client. Linux
users will also update their sync clients via package manager, and the client
2015-08-29 14:26:48 +00:00
will display a notification when an update is available.
2015-01-30 20:48:12 +00:00
2015-03-23 17:57:05 +00:00
Linux users must also have a password manager enabled, such as GNOME Keyring or
KWallet, so that the sync client can login automatically.
2015-11-02 19:18:31 +00:00
You will also find links to source code archives and older versions on the
download page.
2015-08-29 14:26:48 +00:00
Installation Wizard
-------------------
2015-01-30 20:48:12 +00:00
The installation wizard takes you step-by-step through configuration options and
2015-08-29 14:26:48 +00:00
account setup. First you need to enter the URL of your ownCloud server.
2015-01-30 20:48:12 +00:00
.. image:: images/client-1.png
2015-08-29 14:26:48 +00:00
:alt: form for entering ownCloud server URL
Enter your ownCloud login on the next screen.
2015-01-30 20:48:12 +00:00
.. image:: images/client-2.png
2015-08-29 14:26:48 +00:00
:alt: form for entering your ownCloud login
2015-01-30 20:48:12 +00:00
2015-08-29 14:26:48 +00:00
On the Local Folder Option screen you may sync
all of your files on the ownCloud server, or select individual folders. The
default local sync folder is ``ownCloud``, in your home directory. You may
change this as well.
2015-01-30 20:48:12 +00:00
.. image:: images/client-3.png
2015-08-29 14:26:48 +00:00
:alt: Select which remote folders to sync, and which local folder to store
them in.
2015-08-29 14:26:48 +00:00
When you have completed selecting your sync folders, click the Connect button
at the bottom right. The client will attempt to connect to your ownCloud
server, and when it is successful you'll see two buttons: one to connect to
your ownCloud Web GUI, and one to open your local folder. It will also start
synchronizing your files.
2015-01-30 20:48:12 +00:00
.. image:: images/client-4.png
2015-08-29 14:26:48 +00:00
:alt: A successful server connection, showing a button to connect to your
Web GUI, and one to open your local ownCloud folder
2015-01-30 20:48:12 +00:00
Click the Finish button, and you're all done.