From c781edfa1ea103f0a6531c73d0ea8a59e736734b Mon Sep 17 00:00:00 2001 From: Varac <varac@varac.net> Date: Thu, 16 Jan 2020 17:51:15 +0100 Subject: [PATCH] Update testing instructions Closes: #505 --- docs/testing_instructions.md | 51 ++++++++++++++++++++---------------- 1 file changed, 29 insertions(+), 22 deletions(-) diff --git a/docs/testing_instructions.md b/docs/testing_instructions.md index 52d7d9949..894b2e64b 100644 --- a/docs/testing_instructions.md +++ b/docs/testing_instructions.md @@ -21,26 +21,20 @@ First we'd like you to setup an OpenAppStack cluster by yourself, following the Please run the [command line tests](troubleshooting.md) which checks the overall functionality of your cluster and include the output in your feedback. -## User panel +## Usage -Please open https://admin.oas.example.org in the browser. You should see -"Welcome to OpenAppStack" and a Login button. Please try logging in. - -An admin user was generated with the username `admin`. The password is saved in -`clusters/my-cluster/secrets/userbackend_admin_password` in the OpenAppStack -directory on your local machine. - -After logging in to the user panel, please try to make a new user. Don't forget -to give it a username and password, and press "Save" afterwards. +Please go throght the [Usage documentation](./usage.md) and make sure you +complete all steps. ## Nextcloud ### Logging into Nextcloud -Please browse to https://files.oas.example.org and try to log in. You should -have a buttin saying "Login with OpenAppStack". Try that button. Please try -logging in with your admin account, as well as the user you created in the user -panel. +Please browse to https://files.oas.example.org and try to log in using signle +sign-on. Use the button labeled `Login with OpenAppStack`. +Please try logging in with your admin account and configure the email settings +as shown in the Usage doc. +After that please login with the user you created in the user panel. ### Nextcloud client application @@ -48,7 +42,7 @@ panel. * If you feel like it, please try the [Nextcloud mobile client](https://nextcloud.com/clients/) for your smartphone, connect it to your OpenAppStack instance, and use it to download and/or open some files, upload a new file, etc. -## ONLYOFFICE +## Onlyoffice ### Creating a new office document @@ -59,17 +53,30 @@ From the main Nextcloud webpage, please try to create a new office document, by This part of the test requires the cooperation of another person; feel free to skip it now if that's not convenient at this point. * First, try to share your document with a different user. -* Then, try to open the shared document from a few different user accounts simultaneously, and let all participants edit the document mercilessly. There are also some collaboration features that you may want to try: on the left of the OnlyOffice screen there are buttons for chat and for text comments. +* Then, try to open the shared document from a few different user accounts simultaneously, and let all participants edit the document mercilessly. + There are also some collaboration features that you may want to try: on the left of the Onlyoffice screen there are buttons for chat and for text comments. + + +## Rocketchat -## Rocket.Chat +You can find Rocketchat at https://chat.oas.example.org. +Once you configured Rocketchat for single sign-on as desribed in the Usage docs +please login using single sign-on as `admin` and afterwards as the user you +created. -You can find Rocket.Chat at https://chat.oas.example.org. Please go there and -try to log in. -Note that at the moment we have not integrated Rocket.Chat with the single +## Wordpress + +You can find Wordpress at https://www.oas.example.org. +Please try to login as the new user you created earlier using the `Login with +OpenAppStack` button. + +At the moment you can't login to wordpress as the signwe have not integrated Rocketchat with the single sign-on system yet. You can only sign in with the automatically created -administrator account. The username is `admin` and the password can be found in -`clusters/my-cluster/secrets/rocketchat_admin_password` +administrator account. The username is `admin` and the password is stored in the +`rocketchat_admin_password` file in the `secrets` folder of your provider config +directory. + ## Providing feedback -- GitLab