SiteWhere 3.0.0 Beta 1
Pre-release
Pre-release
derekadams
released this
11 Aug 17:56
·
12 commits
to master
since this release
Beta Notice
This is the first beta release of the SiteWhere administrative application for SiteWhere 3.0. It is considered beta-quality software, so there will be bugs. Report any problems via GitHub issues. Note that this UI depends on updated APIs and is not backward compatible with SiteWhere 2.x.
Installation
After installing SiteWhere (preferably with swctl), start the UI and point it to the host:port
exposed for the SiteWhere REST HTTP service. You can find the correct address by issuing the following command (depending on the namespace for your instance).
kubectl -n sitewhere get services
Look for the External-IP
for the sitewhere-rest-http
service:
sitewhere-rest-http LoadBalancer 10.103.195.82 192.168.1.106 8080:32077/TCP 24h
For the above example, you would enter 192.168.1.106
for the hostname and 8080
as the port in the admin UI.