forked from community/product-iots
parent
c2891c76e0
commit
cffb96bc93
@ -0,0 +1,7 @@
|
|||||||
|
IoTs 3.0.0 QSG Setup guide
|
||||||
|
|
||||||
|
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
|
Binary file not shown.
After Width: | Height: | Size: 58 KiB |
After Width: | Height: | Size: 58 KiB |
After Width: | Height: | Size: 58 KiB |
After Width: | Height: | Size: 58 KiB |
After Width: | Height: | Size: 58 KiB |
Binary file not shown.
@ -0,0 +1,5 @@
|
|||||||
|
dcr-endpoint=https://localhost:9443/dynamic-client-web/register
|
||||||
|
oauth-endpoint=https://localhost:9443/oauth2/token
|
||||||
|
emm-host=https://localhost:9443
|
||||||
|
username=admin
|
||||||
|
password=admin
|
@ -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/
|
||||||
|
|
||||||
|
|
@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
# product-iots qsg sample setup script
|
||||||
|
|
||||||
|
echo "Starting wso2iots-3.0.0 QSG setup ..."
|
||||||
|
java -jar "mobile-qsg.jar"
|
Loading…
Reference in new issue