From: Felix Weilbach Date: Wed, 17 Mar 2021 08:33:10 +0000 (+0100) Subject: Update documentation for the account wizard X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~21^2~290^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7faa80c1e1147a158e881dcbe60d4ebd2b0fadcf;p=nextcloud-desktop.git Update documentation for the account wizard This update is necessary because of the following commit: b5cf820b423fe4ffc67d948ae801a8f76f853cd0 Signed-off-by: Felix Weilbach --- diff --git a/doc/images/client-1.png b/doc/images/client-1.png deleted file mode 100644 index d5ea08e4e..000000000 Binary files a/doc/images/client-1.png and /dev/null differ diff --git a/doc/images/client-2.png b/doc/images/client-2.png deleted file mode 100644 index b7f3d413b..000000000 Binary files a/doc/images/client-2.png and /dev/null differ diff --git a/doc/images/client-3.png b/doc/images/client-3.png deleted file mode 100644 index 98cbf9617..000000000 Binary files a/doc/images/client-3.png and /dev/null differ diff --git a/doc/images/client-4.png b/doc/images/client-4.png deleted file mode 100644 index 4f2e3c463..000000000 Binary files a/doc/images/client-4.png and /dev/null differ diff --git a/doc/images/wizard_advanced.png b/doc/images/wizard_advanced.png new file mode 100644 index 000000000..ee71bd04c Binary files /dev/null and b/doc/images/wizard_advanced.png differ diff --git a/doc/images/wizard_flow2.png b/doc/images/wizard_flow2.png new file mode 100644 index 000000000..e67afce7d Binary files /dev/null and b/doc/images/wizard_flow2.png differ diff --git a/doc/images/wizard_setup.png b/doc/images/wizard_setup.png new file mode 100644 index 000000000..99247ecf8 Binary files /dev/null and b/doc/images/wizard_setup.png differ diff --git a/doc/images/wizard_welcome.png b/doc/images/wizard_welcome.png new file mode 100644 index 000000000..35bbb501a Binary files /dev/null and b/doc/images/wizard_welcome.png differ diff --git a/doc/installing.rst b/doc/installing.rst index 6dd522722..52eb3439a 100644 --- a/doc/installing.rst +++ b/doc/installing.rst @@ -27,7 +27,7 @@ download page. System Requirements ---------------------------------- -- Windows 8.1+ +- Windows 10+ - macOS 10.12+ (**64-bit only**) - macOS 10.10 & 10.11 (**64-bit and up to client legacy version 2.6.5 only**) - CentOS 6 & 7 (64-bit only) @@ -169,36 +169,49 @@ Installation Wizard ------------------- The installation wizard takes you step-by-step through configuration options and -account setup. First you need to enter the URL of your Nextcloud server. +account setup. First, you need to enter the URL of your Nextcloud server. -.. image:: images/client-1.png +.. image:: images/wizard_welcome.png + :alt: form for choosing between login and registering + +If you already have an account on a Nextcloud instance, you want to +press the button ``Login to your Nextcloud``. If you don't have a +Nextcloud instance and an account there, you might want to register an +account with a provider. Press ``Create account with Provider`` in +that case. Please keep in mind that the desktop client might have +built without provider support. In that case, you won't see this +page. Instead, you will be prompted with the next page. + +.. image:: images/wizard_setup.png :alt: form for entering Nextcloud server URL -Enter your Nextcloud login on the next screen. +Enter the URL for your Nextcloud instance. The URL is the same URL that +you type into your browser when you try to access your Nextcloud +instance. -.. image:: images/client-2.png - :alt: form for entering your Nextcloud login +.. image:: images/wizard_flow2.png + :alt: form waiting for authorization -On the Local Folder Option screen you may sync -all of your files on the Nextcloud server, or select individual folders. The -default local sync folder is ``Nextcloud``, in your home directory. You may -change this as well. +Now your web browser should open and prompt you to login into your +Nextcloud instance. Enter your username and password in your web +browser and grant access. After you did that, go back to the +wizard. Please keep in mind that you might not need to enter your +username and password if you are already logged in to your browser. -.. image:: images/client-3.png +.. image:: images/wizard_advanced.png :alt: Select which remote folders to sync, and which local folder to store them in. -When you have completed selecting your sync folders, click the Connect button -at the bottom right. The client will attempt to connect to your Nextcloud -server, and when it is successful you'll see two buttons: one to connect to -your Nextcloud Web GUI, and one to open your local folder. It will also start -synchronizing your files. - -.. image:: images/client-4.png - :alt: A successful server connection, showing a button to connect to your - Web GUI, and one to open your local Nextcloud folder +On the local folder options screen, you may sync all of your files on +the Nextcloud server, or select individual folders. The default local +sync folder is ``Nextcloud``, in your home directory. You may change +this as well. -Click the Finish button, and you're all done. +When you have completed selecting your sync folders, click the Connect +button at the bottom right. The client will attempt to connect to your +Nextcloud server, and when it is successful, the wizard closes +itself. You can now observe the sync activity if you open the main +dialogue by clicking on the tray icon. .. Links