mirror of
https://repository.entgra.net/community/product-iots.git
synced 2025-09-16 23:32:19 +00:00
Updating doc link
Resolves https://github.com/wso2/product-iots/issues/1694
This commit is contained in:
parent
9569f7151e
commit
a6e208902c
@ -58,11 +58,11 @@ http://docs.wso2.com/iot-server.
|
||||
* Support for SCEP protocol (encryption and authenticity)
|
||||
|
||||
### How to Run
|
||||
* Extract the downloaded wso2iot-3.1.0.zip file; this will create a folder named ‘wso2iot-3.1.0’.
|
||||
* Extract the downloaded wso2iot-3.2.0.zip file; this will create a folder named ‘wso2iot-3.2.0’.
|
||||
* IoT Server comes with three runnable components namely broker, core, and analytics. Start these components in following order by executing the following scripts:
|
||||
* wso2iot-3.1.0//bin/broker.sh [.bat]
|
||||
* wso2iot-3.1.0/bin/iot-server.sh [.bat]
|
||||
* wso2iot-3.1.0/bin/analytics.sh [.bat]
|
||||
* wso2iot-3.2.0//bin/broker.sh [.bat]
|
||||
* wso2iot-3.2.0/bin/iot-server.sh [.bat]
|
||||
* wso2iot-3.2.0/bin/analytics.sh [.bat]
|
||||
|
||||
### How to Contribute
|
||||
|
||||
|
||||
@ -27,7 +27,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.wso2.iot.analytics.devicemgt-plugins</groupId>
|
||||
<artifactId>analytics-devicetype-feature-installation</artifactId>
|
||||
<version>3.1.0-update10-SNAPSHOT</version>
|
||||
<version>3.2.0</version>
|
||||
<packaging>pom</packaging>
|
||||
<name>Install Virtual Fire Alarm, Raspberry Pi, Arduino Device Types - Analytics</name>
|
||||
<url>http://wso2.org</url>
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
product.name=WSO2 IoT Server
|
||||
product.key=IoT
|
||||
product.version=3.1.0
|
||||
product.version=3.2.0
|
||||
product.doc.version=310
|
||||
|
||||
carbon.version=4.4.16
|
||||
|
||||
@ -27,7 +27,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.wso2.iot.devicemgt-plugins</groupId>
|
||||
<artifactId>iot-devicetype-feature-installation</artifactId>
|
||||
<version>3.1.0-SNAPSHOT</version>
|
||||
<version>3.2.0-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
<name>Install Virtual Fire Alarm, Raspberry Pi, Arduino Device Types - IoT Core</name>
|
||||
<url>http://wso2.org</url>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
|
||||
WSO2 IoTs 3.1.0 QSG Setup Guide
|
||||
WSO2 IoTs 3.2.0 QSG Setup Guide
|
||||
---------------------------------
|
||||
|
||||
1. Start the WSO2 IoTS server
|
||||
|
||||
Loading…
Reference in New Issue
Block a user