Skip to content

Commit eccff23

Browse files
author
Slyke
committed
Merge remote-tracking branch 'origin/migration-readme' into experimental
2 parents 0a490e7 + 47fde77 commit eccff23

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
# IOT Stack
22
IOTstack is a builder for docker-compose to easily make and maintain IoT stacks on the Raspberry Pi.
33

4+
45
## Documentation for the project:
56

67
https://sensorsiot.github.io/IOTstack/
78

9+
810
## Video
911
https://youtu.be/a6mjt8tWUws
1012

13+
1114
## Installation
1215
1. On the (RPi) lite image you will need to install git first
1316

@@ -33,3 +36,14 @@ cd ~/IOTstack && bash ./menu.sh
3336
```
3437
docker-compose up -d
3538
```
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

Comments
 (0)