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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,9 +26,9 @@ So, this application consists of the following 8 docker containers (= TIG stack
26
26
## 2. How to install this application on an edge device
27
27
It is very easy to install this application using the [BalenaCloud](https://www.balena.io/) services through following steps:
28
28
1.[Balena Setup](https://www.balena.io/): you need a BalenaCloud account and your edge device must be running the BalenaOs. You also need to create an application in your balena dashboard and associate your edge device to it (see balena documentation).
29
-
2. clone this github repository (this can be done on any device where git is installed) through the following command `git clone https://github.com/janvda/balena-edge-device-monitoring.git` (instead of directly cloning the repository it migh be better to fork the github repository and then clone this forked repository).
29
+
2. clone this github repository (this can be done on any device where git is installed) through the following command `git clone https://github.com/janvda/balena-node-red-mqtt-nginx-TIG-stack.git` (instead of directly cloning the repository it migh be better to fork the github repository and then clone this forked repository).
30
30
3. Move into this repository by command `cd balena-edge-device-monitoring`
31
-
4. Add balena git remote endpoint by running the command `git remote add balena <USERNAME>@git.www.balena.io:<USERNAME>/<APPNAME>.git`
31
+
4. Add balena git remote endpoint by running a command like`git remote add balena <USERNAME>@git.www.balena.io:<USERNAME>/<APPNAME>.git`
32
32
5. push the repository to balena by the command `git push balena master` (maybe you need to add the option `--force` the first time you are deploying).
0 commit comments