forked from community/product-iots
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.
45 lines
1.8 KiB
45 lines
1.8 KiB
Installing WSO2 IoT Server 3.0.0
|
|
|
|
Running the server
|
|
-----------------
|
|
1. The directory containing this INSTALL file will be the root and it is treated as the IoTS home directory, and is referred to as <IoT_HOME>.
|
|
|
|
2. WSO2 IoT Server comes as a composition of three components namely broker, core, and analytics.
|
|
|
|
3. The starting order of the WSO2 IoTS components should be broker, core, analytics.
|
|
|
|
4. To start/stop/restart the IoTS components, run wso2server.sh for *nix systems and wso2server.bat for Windows systems, which can be found in following locations.
|
|
<IoT_HOME>/broker/bin
|
|
<IoT_HOME>/core/bin
|
|
<IoT_HOME>/analytics/bin
|
|
|
|
5. The wso2server.sh and wso2server.bat startup scripts have the following commands:
|
|
|
|
i) ./wso2server.sh {console|start|stop|restart|status|dump|version}
|
|
ii) wso2server.bat {start|stop|version}
|
|
|
|
Usage: wso2server.sh [command]
|
|
command:
|
|
--debug <port> Start the server in remote debugging mode
|
|
<port> The remote debugging port
|
|
--run Run the server
|
|
--start Start the server as a Unix daemon in the background
|
|
--console Start the server as a Unix daemon in the foreground
|
|
--stop Stop the server Unix daemon
|
|
--status Get the status of the Carbon Unix daemon
|
|
--dump Print a thread dump of the Carbon Unix daemon
|
|
--restart Restart the Carbon Unix daemon
|
|
--version The version of the Carbon server are you running
|
|
--n Start multiple instances of the same server after you
|
|
have successfully installed the Multiple-instances feature
|
|
from a feature repository
|
|
|
|
System Requirements
|
|
-------------------
|
|
1. Minimum memory - 4GB
|
|
2. The WSO2 IOTS Management Console requires full Javascript enablement in the Web browser
|
|
NOTE:
|
|
On Windows Server 2003, it is not allowed to go below the medium security
|
|
level when using Internet Explorer 6.x.
|
|
|