Merge pull request #302 from susinda/master
Reverting mobile-qsg refactoring commitapplication-manager-new
@ -1,9 +1,10 @@
|
||||
IoTs 3.1.0 QSG Setup guide
|
||||
IoTs 3.0.0 QSG Setup guide
|
||||
|
||||
1. Start the WSO2 IoTS server
|
||||
2. Navigate to <IoTS_HOME>/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://<your-server>: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.
|
||||
1. Navigate to this folder using the terminal, Note that this (Readme.txt) flie should be located under <IoTS_HOME>/core/samples/mobile-qsg/ directory.
|
||||
2. Stop the WSO2 IoTS if already runing
|
||||
3. Then execute the copy-files.sh script
|
||||
4. Start the WSO2 IoTS server
|
||||
5. Once server is started execute the mobile-qsg.sh script
|
||||
6. Then login to the https://<your-server>: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.
|
||||
|
||||
|
||||
|
@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
# product-emm qsg sample setup script for copying the required files
|
||||
|
||||
echo "Copying the required files for wso2iots-3.0.0 QSG setup ..."
|
||||
cp dropings/* ../../repository/components/dropins/
|
||||
cp webapps/* ../../repository/deployment/server/webapps/
|
||||
|
||||
|
Before Width: | Height: | Size: 58 KiB |
Before Width: | Height: | Size: 58 KiB |
Before Width: | Height: | Size: 58 KiB |
Before Width: | Height: | Size: 58 KiB |
Before Width: | Height: | Size: 58 KiB |
Before Width: | Height: | Size: 58 KiB |
Before Width: | Height: | Size: 58 KiB |
Before Width: | Height: | Size: 58 KiB |
Before Width: | Height: | Size: 58 KiB |
Before Width: | Height: | Size: 58 KiB |