You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
167 lines
5.9 KiB
167 lines
5.9 KiB
9 years ago
|
WSO2 IoT Server
|
||
10 years ago
|
----------------------
|
||
8 years ago
|
Welcome to the WSO2 IoT Server (IoTS) 3.0.0 release.
|
||
10 years ago
|
=======
|
||
|
|
||
|
Key Features
|
||
|
------------
|
||
8 years ago
|
Self-service device enrollment and management with an end-user IoTS console.
|
||
10 years ago
|
|
||
|
|
||
|
Installation & Running
|
||
|
----------------------
|
||
8 years ago
|
1. Extract the downloaded ZIP file.
|
||
|
2. Follow the INSTALL.txt file for install instructions.
|
||
|
3. After the server starts, point your Web browser to https://localhost:9443/devicemgt in order to see the available device types and operations
|
||
|
4. Navigate to https://localhost:9443/api-store to see the available device APIs. You can subscribe to these APIs with the default application (or by creating a new application).
|
||
|
In the API Store, go to my subscriptions and locate the client ID and secret, which can be used to invoke these APIs.
|
||
10 years ago
|
|
||
|
System Requirements
|
||
|
-------------------
|
||
|
|
||
9 years ago
|
1. Minimum memory - 4GB
|
||
8 years ago
|
2. The portal app requires full Javascript enablement on the Web browser
|
||
10 years ago
|
|
||
|
|
||
9 years ago
|
WSO2 IoT Server (IoTS) Binary Distribution Directory Structure
|
||
10 years ago
|
-----------------------------------------------------
|
||
8 years ago
|
IoT_HOME
|
||
|
.
|
||
|
├── core //core component
|
||
8 years ago
|
├── analytics //Analytics component
|
||
|
├── broker //Message Broker component
|
||
|
├── samples //sample device types e.g., connectedcup
|
||
8 years ago
|
├── plugins //pre-built device types
|
||
|
|
||
8 years ago
|
The IoTS Core, Analytics, and Broker have similar directory structures. For example Core has the following structure:
|
||
8 years ago
|
IoT_HOME/core
|
||
10 years ago
|
.
|
||
|
├── bin //executables
|
||
|
├── dbscripts //DBScripts
|
||
|
├── INSTALL.txt
|
||
|
├── lib
|
||
|
├── LICENSE.txt
|
||
|
├── modules //Jaggery Modules
|
||
|
├── README.txt
|
||
|
├── release-notes.html
|
||
|
├── repository // repository
|
||
|
├── tmp
|
||
|
├── webapp-mode
|
||
|
|
||
|
|
||
|
- bin
|
||
8 years ago
|
Contains various scripts (i.e., .sh & .bat scripts).
|
||
10 years ago
|
|
||
|
- dbscripts
|
||
|
Contains the database creation & seed data population SQL scripts for
|
||
|
various supported databases.
|
||
|
|
||
|
- lib
|
||
9 years ago
|
Contains the basic set of libraries required to startup WSO2 IoT Server
|
||
10 years ago
|
in standalone mode
|
||
|
|
||
|
- repository
|
||
|
The repository where Carbon artifacts & Axis2 services and
|
||
8 years ago
|
modules deployed in WSO2 Carbon, and other custom deployers such as
|
||
|
dataservices and axis1services are stored.
|
||
10 years ago
|
|
||
|
- carbonapps
|
||
|
Carbon Application hot deployment directory.
|
||
|
|
||
|
- components
|
||
|
Contains all OSGi related libraries and configurations.
|
||
|
|
||
|
- conf
|
||
8 years ago
|
Contains server configuration files. e.g., axis2.xml, carbon.xml
|
||
10 years ago
|
|
||
|
- data
|
||
|
Contains internal LDAP related data.
|
||
|
|
||
|
- database
|
||
|
Contains the WSO2 Registry & User Manager database.
|
||
|
|
||
|
- deployment
|
||
|
Contains server side and client side Axis2 repositories.
|
||
8 years ago
|
All deployment artifacts should go into this directory.
|
||
10 years ago
|
|
||
|
- logs
|
||
|
Contains all log files created during execution.
|
||
|
|
||
|
- resources
|
||
|
Contains additional resources that may be required.
|
||
|
|
||
|
- tenants
|
||
8 years ago
|
This directory will contain relevant tenant artifacts
|
||
|
in the case of a multi-tenant deployment.
|
||
10 years ago
|
|
||
|
- tmp
|
||
|
Used for storing temporary files, and is pointed to by the
|
||
8 years ago
|
java.io.tmpdir system property.
|
||
10 years ago
|
|
||
|
- webapp-mode
|
||
8 years ago
|
You have the option of running WSO2 Carbon in the webapp mode (hosted as a web-app in an application server). This directory contains files required to run Carbon in the webapp mode.
|
||
10 years ago
|
|
||
|
- LICENSE.txt
|
||
|
Apache License 2.0 under which WSO2 Carbon is distributed.
|
||
|
|
||
|
- README.txt
|
||
|
This document.
|
||
|
|
||
|
- INSTALL.txt
|
||
9 years ago
|
This document contains information on installing WSO2 IoT Server.
|
||
10 years ago
|
|
||
|
- release-notes.html
|
||
8 years ago
|
Release information for WSO2 IoT Server 3.0.0
|
||
10 years ago
|
|
||
8 years ago
|
Secure sensitive information in Carbon configuration files
|
||
10 years ago
|
----------------------------------------------------------
|
||
|
|
||
8 years ago
|
There is sensitive information such as passwords in the Carbon configuration.
|
||
|
You can secure them by using secure vault. Please go through the following steps to
|
||
|
secure them with the default mode.
|
||
10 years ago
|
|
||
8 years ago
|
1. Configure secure vault with the default configurations by running the ciphertool
|
||
|
script from the bin directory.
|
||
10 years ago
|
|
||
|
> ciphertool.sh -Dconfigure (in UNIX)
|
||
|
|
||
8 years ago
|
This script automates the following configurations that you would normally need to do manually.
|
||
10 years ago
|
|
||
8 years ago
|
(i) Replaces sensitive elements in configuration files that have been defined in
|
||
10 years ago
|
cipher-tool.properties, with alias token values.
|
||
8 years ago
|
(ii) Encrypts the plain text password which is defined in the cipher-text.properties file.
|
||
|
(iii) Updates the secret-conf.properties file with the default keystore and callback class.
|
||
10 years ago
|
|
||
|
cipher-tool.properties, cipher-text.properties and secret-conf.properties files
|
||
8 years ago
|
can be found in the <IoT_HOME>/repository/conf/security directory.
|
||
10 years ago
|
|
||
8 years ago
|
2. Start the server by running the wso2server script, which is in the <IoT_HOME>/bin directory.
|
||
10 years ago
|
|
||
|
> wso2server.sh (in UNIX)
|
||
|
|
||
8 years ago
|
When running the default mode, it asks you to enter the master password
|
||
|
(By default, the master password is the password of the Carbon keystore and private key)
|
||
10 years ago
|
|
||
8 years ago
|
3. Change any password by running the ciphertool script, which is in the <IoT_HOME>/bin directory.
|
||
10 years ago
|
|
||
|
> ciphertool -Dchange (in UNIX)
|
||
|
|
||
8 years ago
|
For more information, see
|
||
|
https://docs.wso2.com/display/ADMIN44x/Carbon+Secure+Vault+Implementation
|
||
10 years ago
|
|
||
|
Training
|
||
|
--------
|
||
|
|
||
8 years ago
|
WSO2 Inc. offers a variety of professional Training Programs for WSO2 products.
|
||
|
For additional support on training information please goto http://wso2.com/training/
|
||
10 years ago
|
|
||
|
|
||
|
Support
|
||
|
-------
|
||
|
|
||
8 years ago
|
We are committed to ensuring that your enterprise middleware deployment is completely supported from evaluation to production. Our unique approach ensures that all support leverages our open development methodology and is provided by the very same engineers who build the technology.
|
||
10 years ago
|
|
||
|
For additional support information please refer to http://wso2.com/support/
|
||
|
|
||
|
---------------------------------------------------------------------------
|
||
8 years ago
|
(c) Copyright 2017 WSO2 Inc.
|