python script to setup a terp network node.
modified fork of Osmosis-labs installer
docker-compose build
# to override the target platform
TARGETPLATFORM=linux/arm64 docker-compose build
docker run -p 80:80 docker.io/terpnetwork/terp-installer:latest
An example sdl file to deploy to akash is located here.