Update documentation for the account wizard
authorFelix Weilbach <felix.weilbach@nextcloud.com>
Wed, 17 Mar 2021 08:33:10 +0000 (09:33 +0100)
committerCamila (Rebase PR Action) <hello@camila.codes>
Mon, 29 Mar 2021 12:10:37 +0000 (12:10 +0000)
This update is necessary because of the following commit:
b5cf820b423fe4ffc67d948ae801a8f76f853cd0

Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
doc/images/client-1.png [deleted file]
doc/images/client-2.png [deleted file]
doc/images/client-3.png [deleted file]
doc/images/client-4.png [deleted file]
doc/images/wizard_advanced.png [new file with mode: 0644]
doc/images/wizard_flow2.png [new file with mode: 0644]
doc/images/wizard_setup.png [new file with mode: 0644]
doc/images/wizard_welcome.png [new file with mode: 0644]
doc/installing.rst

diff --git a/doc/images/client-1.png b/doc/images/client-1.png
deleted file mode 100644 (file)
index d5ea08e..0000000
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 (file)
index b7f3d41..0000000
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 (file)
index 98cbf96..0000000
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 (file)
index 4f2e3c4..0000000
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 (file)
index 0000000..ee71bd0
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 (file)
index 0000000..e67afce
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 (file)
index 0000000..99247ec
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 (file)
index 0000000..35bbb50
Binary files /dev/null and b/doc/images/wizard_welcome.png differ
index 6dd522722ef23239a5de408cc86a07c16266fc5d..52eb3439a3f8cb1574582eb8e765314efd93e1b5 100644 (file)
@@ -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