Installation: Setup Via Scripts
Set a solid foundation
In this part of the setup we decided to create dedicated sections, each per different "platform" that we envisioned you could be using.
We are now referring to this part of the repository:
Many of the steps are similar between different platforms, others are specific to only one of them, but in general you should be able to follow the scripts that are named in a way that makes it easy to follow them in numerical order, ie:
So you just have to cd
into the directory dedicated to your chosen platform and start following the scripts one by one, in order.
When there's two steps with the same initial number (ie: 60_cfg_enable_devnet.sh
and 60_cfg_enable_mainnet.sh
) it usually means that you may only have to execute one of them, based on your configuration.
Read the output and watch carefully for specific instructions from the script themselves, though usually they will be VERY visible and highlighted like:
Should be self-explanatory enough 😬 so you should just be able to follow scripts in numerical order.
Right now AMD SEV is only supported via Docker Compose, if you want to use Kubernetes you'll have to stick with SGX.
Last updated