Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation manual #1434

Open
npirtube opened this issue Apr 7, 2024 · 1 comment
Open

Installation manual #1434

npirtube opened this issue Apr 7, 2024 · 1 comment

Comments

@npirtube
Copy link

npirtube commented Apr 7, 2024

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

@inkas1986
Copy link

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 )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants