You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+38-2Lines changed: 38 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ An on-premises IoT Cloud Platform.
9
9
* You can always get the latest release from [GitHub Releases](https://github.com/MCS-Lite/mcs-lite-app/releases/latest).
10
10
11
11
12
-
## Get Started
12
+
## Get Started on Mac or Windows
13
13
* Launch **mcs-lite-app** executable file to run MCS Lite platform and access the Admin Console.
14
14
* If you are executing **mcs-lite-app** on MacOS for the first time or if you have changed the file path, be sure to execute the **setup** script to re-initialize config.json file.
15
15
* If you are executing **mcs-lite-app** on MacOS, you may see a warning dialog to stop you launching App which is not downloaded from App Store. Then, please launch MCS Lite from context menu by right-clicking on your mouse.
@@ -19,6 +19,27 @@ An on-premises IoT Cloud Platform.
19
19
* Open browser and go to http://mcs_lite_server_IP:3000 for web console to manage your devices. The IP address of MCS Lite server is listed at the Admin Console right after you start the service.
20
20

21
21
22
+
## Get Started on Linux or LinkIt 7688
23
+
* You need to have Node.js (>7.3.0) installed on your Linux or LinkIt 7688 first.
24
+
* Download and decompress the linux.tar.gz or 7688.tar.gz package.
25
+
* In the application folder, use the following command in your terminal to launch MCS Lite service via Node.js and execute in the background.
26
+
27
+
```
28
+
node server.js&
29
+
```
30
+
* Once MCS Lite is started, the IP address of MCS Lite server will be prompted on the terminal console.
31
+
32
+
```
33
+
+-+-+-+ +-+-+-+-+
34
+
M C S L I T E
35
+
+-+-+-+ +-+-+-+-+
36
+
MCS Lite server IP:
37
+
'10.10.10.10:3000'
38
+
```
39
+
40
+
* Open your browser and connect to the MCS Lite server IP address. Now, you can start to explorer the features of MCS Lite.
41
+
42
+
22
43
## Features
23
44
1.**Remote control** your device from MCS Lite console
24
45

@@ -43,4 +64,19 @@ $ NODE_ENV=prod GZIP_DISABLE='true' node server
0 commit comments