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
1. Clone the repository `git clone [email protected]:EVerest/everest-utils.git`
2
+
2. From inside VSCode, type `Cmd+Shift+P`
3
+
3. Select the directory `everest-utils/docker/everest-playground` to start a DevContainer - all the following commands must be executed in VSCode terminals inside the DevContainer.
4
+
4. Run `. init.sh` to initialize the dependencies.
5
+
5. Compile and install
6
+
```
7
+
cmake .. -DBUILD_SHARED_LIBS=on && make install
8
+
```
9
+
6. Open a terminal tab to start the MQTT server
10
+
```
11
+
cd /workspace/docker ; ./mqtt-devcontainer.sh
12
+
```
13
+
7. Open a terminal tab to start the Nodered server
14
+
```
15
+
cd /workspace/everest-cpp/everest-core/build ; ./run-scripts/nodered-sil.sh
0 commit comments