Skip to content

Docker stack for getting started on IOT on the Raspberry PI

License

Notifications You must be signed in to change notification settings

ssavva05/IOTstack

Repository files navigation

IOT Stack

IOTstack is a builder for docker-compose to easily make and maintain IoT stacks on the Raspberry Pi.

Documentation for the project:

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

Video

https://youtu.be/a6mjt8tWUws

Installation

  1. On the (RPi) lite image you will need to install git first
sudo apt-get install git -y
  1. Download the repository with:
git clone https://github.com/SensorsIot/IOTstack.git ~/IOTstack

Due to some script restraints, this project needs to be stored in ~/IOTstack

  1. To enter the directory and run menu for installation options:
cd ~/IOTstack && bash ./menu.sh
  1. Install docker with the menu, restart your system.

  2. Run menu again to select your build options, then start docker-compose with

docker-compose up -d

About

Docker stack for getting started on IOT on the Raspberry PI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 90.7%
  • Python 5.0%
  • Dockerfile 4.3%