We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a490e7 + 47fde77 commit eccff23Copy full SHA for eccff23
README.md
@@ -1,13 +1,16 @@
1
# IOT Stack
2
IOTstack is a builder for docker-compose to easily make and maintain IoT stacks on the Raspberry Pi.
3
4
+
5
## Documentation for the project:
6
7
https://sensorsiot.github.io/IOTstack/
8
9
10
## Video
11
https://youtu.be/a6mjt8tWUws
12
13
14
## Installation
15
1. On the (RPi) lite image you will need to install git first
16
@@ -33,3 +36,14 @@ cd ~/IOTstack && bash ./menu.sh
33
36
```
34
37
docker-compose up -d
35
38
39
40
41
+## Migrating from the old repo?
42
+```
43
+cd ~/IOTstack/
44
+git remote set-url origin https://github.com/SensorsIot/IOTstack.git
45
+git pull origin master
46
+docker-compose down
47
+./menu.sh
48
+docker-compose up -d
49
0 commit comments