steve-community/steve

Installation manual

npirtube opened this issue · 1 comments

This is not a bug, but I didn't quite know where to write it.

I'm trying to install STEVE on a Raspberry Pi4 OS

Many of the steps described in the installation manual don't work and as I don't have much experience using Linux I don't know how to solve them.

Could someone upload some step by step (for dummies) manual on how to install and run Steve on Raspberry Pi4 OS?

Please

Hello,
Its too easy.

  1. Install Docker ( sudo apt-get install docker-compose )
  2. Download steve-3.7.0.tar.gz ( wget https://github.com/steve-community/steve/archive/steve-3.7.0.tar.gz )
  3. Extract it ( tar xzvf steve-3.7.0.tar.gz )
  4. Go to directory ( cd steve-steve-3.7.0 )
  5. Run docker ( docker-compose up -d )