steve icon indicating copy to clipboard operation
steve copied to clipboard

Installation manual

Open npirtube opened this issue 2 years ago • 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

npirtube avatar Apr 07 '24 09:04 npirtube

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 )

inkas1986 avatar Jul 31 '24 18:07 inkas1986