From f9fb51b671643e9e88519f4ac322bff00a575804 Mon Sep 17 00:00:00 2001 From: sinthuja Date: Fri, 23 Jun 2017 17:21:13 +0530 Subject: [PATCH] Updating the qsg script out dated readme. --- .../scripts/mobile-qsg/resources/Readme.txt | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/modules/scripts/mobile-qsg/resources/Readme.txt b/modules/scripts/mobile-qsg/resources/Readme.txt index 64ce0ece..76c1494c 100644 --- a/modules/scripts/mobile-qsg/resources/Readme.txt +++ b/modules/scripts/mobile-qsg/resources/Readme.txt @@ -1,7 +1,19 @@ - IoTs 3.1.0 QSG Setup guide + +WSO2 IoTs 3.1.0 QSG Setup Guide +--------------------------------- 1. Start the WSO2 IoTS server 2. Navigate to /core/samples/mobile-qsg/ directory using the terminal. 3. Once server is started execute the mobile-qsg.sh script -4. Then login to the https://:9443/devicemgt/ and use the username,password as alex alex@IoTS, -+Note that for this sample we have configured above user from the script. If you want to run this script again you have to login as admin and remove the user alex, chris and role iotMobileUser from the IoT Server. \ No newline at end of file +4. There will be two users getting created once you ran the script with user name 'chris' and 'alex'. +5. Then login to the https://:9443/devicemgt/ and use the username/password of chris/alex. +6. User chris will be having admin role, and you can login as chris with below details. + username: chris + password: chrisadmin +5. Alex will be restricted user, and he has permission to only enrol a device. You can login as alex with below details. + username: alex + password: alexuser + +Note: +For this sample we have configured above user from the script. If you want to run this script again you have to login as +admin and remove the user alex, chris and role iotMobileUser from the IoT Server. \ No newline at end of file