Pre-requisites
System Requirements
Review the System Requirements as detailed in Marlin’s documentation.
Install the oyster-cvm CLI tool
# for linux, amd64
sudo wget https://artifacts.marlin.org/oyster/binaries/oyster-cvm_latest_linux_amd64 -O /usr/local/bin/oyster-cvm && sudo chmod +x /usr/local/bin/oyster-cvm
# for linux, arm64
sudo wget https://artifacts.marlin.org/oyster/binaries/oyster-cvm_latest_linux_arm64 -O /usr/local/bin/oyster-cvm && sudo chmod +x /usr/local/bin/oyster-cvm
# for darwin, arm64 (M series Macs)
sudo wget https://artifacts.marlin.org/oyster/binaries/oyster-cvm_latest_darwin_arm64 -O /usr/local/bin/oyster-cvm && sudo chmod +x /usr/local/bin/oyster-cvm
You should now be able to run oyster-cvm and see the help output by simply running
oyster-cvm
Install Docker
Docker can be installed from https://docs.docker.com/engine/install/. Once it is installed, you should be able to run
docker
and see its help output.
oyster-cvm also has a helpful command you can use to verify that Docker has been installed:
oyster-cvm doctor --docker
And that's it! Now that you have set up a development environment, you are ready to go 🚀