Ok, you've decided to try Sovereign Stack. The first thing you need to do is download the Sovereign Stack code base to your bare metal management machine.
First, on your management machine make sure you have git
installed. Then from the command line run:
git clone --recurse-submodules https://git.sovereign-stack.org/ss/sovereign-stack.git ~/sovereign-stack
You might have to run git submodule update --init --recursive
to get all the submoduel code too.
You can clone it into a different directory of course, but the instructions on this site assume you're using ~/sovereign-stack
.
That's it! You now have Sovereign Stack on your management machine. Next, let's VERIFY the code has been signed by the Sovereign Stack maintainer.