Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 1.2 KB

tutorial-01-installation.md

File metadata and controls

31 lines (27 loc) · 1.2 KB

Tutorial 1 - Installation

Installation

  • installation target OS, CPU Architecture
    • intel, amd
      • recommended (tested): Linux ubuntu and centos
      • available (tested with docker-desktop) : MacOS
      • available (tested with docker-desktop) : Windows
    • arm
      • available (tested with docker) : raspbian on Raspberry Pi
  • internet browser
    • recommended : google Chrome, Safari, Firefox
    • available (not tested) : Edge
    • not supported : Internet Explorer
  • prerequisite
  • operato-ecs installation script
    • create a folder for the application and change directory to your folder.
    • first script will install operato-ecs without mosquitto, run the second script if you need both operato-ecs and mosquitto
# install script for operato-ecs
curl -fsSL https://raw.githubusercontent.com/things-factory/installer/master/operato-ecs/install.sh | bash -s
# install script for operato-ecs and mosquitto
curl -fsSL https://raw.githubusercontent.com/things-factory/installer/master/operato-ecs-with-mosquitto/install.sh | bash -s