|
1 |
| -# IOT Stack |
| 1 | +# IOTstack |
2 | 2 |
|
3 | 3 | IOTstack is a builder for docker-compose to easily make and maintain IoT stacks on the Raspberry Pi.
|
4 | 4 |
|
5 |
| -## Getting started |
| 5 | +### getting started |
6 | 6 |
|
7 |
| -See [Getting Started](https://sensorsiot.github.io/IOTstack/Getting-Started) in the Wiki. It includes: |
| 7 | +See [Getting Started](https://sensorsiot.github.io/IOTstack/Getting-Started) in the [IOTstack Wiki](https://sensorsiot.github.io/IOTstack/). It includes: |
8 | 8 |
|
9 |
| -* A link to Andreas Spiess video #295 and #352. |
| 9 | +* A link to Andreas Spiess videos #295 and #352. |
10 | 10 | * How to download the project (including constraints you need to observe).
|
| 11 | +* How to migrate from the older gcgarner/IOTstack repository. |
11 | 12 | * Running the menu to install Docker and set up your containers.
|
12 | 13 | * Useful Docker commands (start \& stop the stack, manage containers).
|
| 14 | +* Stack maintenance. |
13 | 15 |
|
14 |
| -See also the [documentation home page](https://sensorsiot.github.io/IOTstack/). |
15 |
| - |
16 |
| -## New Installation |
17 |
| -### Automatic |
18 |
| -1. Run the following command: |
19 |
| -``` |
20 |
| -curl -fsSL https://raw.githubusercontent.com/SensorsIot/IOTstack/master/install.sh | bash |
21 |
| -``` |
22 |
| - |
23 |
| -### Manual |
24 |
| -1. Install git |
25 |
| -``` |
26 |
| -$ cd ~/IOTstack |
27 |
| -$ git remote set-url origin https://github.com/SensorsIot/IOTstack.git |
28 |
| -$ git pull origin master |
29 |
| -$ git checkout master |
30 |
| -$ docker-compose down |
31 |
| -$ ./menu.sh |
32 |
| -$ docker-compose up -d |
33 |
| -``` |
34 |
| - |
35 |
| -## Need the old menu back? |
36 |
| -``` |
37 |
| -cd ~/IOTstack/ |
38 |
| -git pull |
39 |
| -git checkout old-menu |
40 |
| -``` |
41 |
| - |
42 |
| -## Experimental Features |
43 |
| - |
44 |
| -## Running |
45 |
| -1. To enter the directory and run menu for installation options: |
46 |
| -``` |
47 |
| -cd ~/IOTstack |
48 |
| -bash ./menu.sh |
49 |
| -``` |
50 |
| - |
51 |
| -2. Install docker with the menu, restart your system. |
52 |
| - |
53 |
| -3. Run menu again to select your build options, then start docker-compose with |
54 |
| -``` |
55 |
| -$ cd ~/IOTstack |
56 |
| -$ git pull origin master |
57 |
| -$ git checkout master |
58 |
| -$ ./menu.sh |
59 |
| -``` |
60 |
| - |
61 |
| -Want to have the latest and greatest features? Switch to the experimental branch: |
62 |
| - |
63 |
| -``` |
64 |
| -$ cd ~/IOTstack |
65 |
| -$ git pull origin master |
66 |
| -$ git checkout experimental |
67 |
| -$ ./menu.sh |
68 |
| -``` |
69 |
| - |
70 |
| -Do note that the experimental branch may be broken, or may break your setup, so ensure you have a good backup, and please report any issues. The way back is: |
71 |
| - |
72 |
| - |
73 |
| -## Contributions |
| 16 | +### contributions |
74 | 17 |
|
75 | 18 | Please use the [issues](https://github.com/SensorsIot/IOTstack/issues) tab to report issues.
|
76 | 19 |
|
77 |
| -## Need help? Have a feature suggestion? Discovered a bug? |
78 |
| -We have a Discord server setup for discussions: [IOTstack Discord channel](https://discord.gg/ZpKHnks) if you want to comment on features, suggest new container types, or ask the IOTstack community for help. |
| 20 | +### Need help? Have a feature suggestion? Discovered a bug? |
79 | 21 |
|
80 |
| -You can also report bugs or suggestions to our Github: https://github.com/SensorsIot/IOTstack/issues |
| 22 | +We have a Discord server setup for discussions: [IOTstack Discord channel](https://discord.gg/ZpKHnks) if you want to comment on features, suggest new container types, or ask the IOTstack community for help. |
81 | 23 |
|
82 |
| -If you use some of the tools in the project please consider donating or contributing on their projects. It doesn't have to be monetary. Reporting bugs and creating Pull Requests helps improve the projects for everyone. |
| 24 | +If you use some of the tools in the project please consider donating or contributing on their projects. It doesn't have to be monetary. Reporting bugs and [creating Pull Requests](https://gist.github.com/Paraphraser/818bf54faf5d3b3ed08d16281f32297d) helps improve the projects for everyone. |
0 commit comments