logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt
How to install agent-substrate/substrate. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

agent-substrate/substrate Installation Guide

How to install agent-substrate/substrate. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for agent-substrate/substrate. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i agent-substrate/substrate
or

Install via npx

npx @hexmos/ipm i agent-substrate/substrate

Prerequisites

Go

programming-language

Version: >=1.20

kubectl

cli

docker

containerization

kind

kubernetes-tool

gcloud

cli

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Quickstart (Development)

git clone https://github.com/agent-substrate/substrate.git

cd substrate

hack/create-kind-cluster.sh

hack/install-ate-kind.sh --deploy-ate-system

hack/install-ate-kind.sh --deploy-demo-counter

go install ./cmd/kubectl-ate

kubectl ate create atespace demo

kubectl ate create actor my-counter-1 -a demo --template=ate-demo-counter/counter

kubectl port-forward -n ate-system svc/atenet-router 8000:80

GKE Quickstart (Development)

git clone https://github.com/agent-substrate/substrate.git

cd substrate

cp hack/ate-dev-env.sh.example .ate-dev-env.sh

source .ate-dev-env.sh

gcloud auth application-default login --project=${PROJECT_ID}

go run ./tools/setup-gcp bootstrap

./hack/install-ate.sh --deploy-ate-system

./hack/install-ate.sh --deploy-demo-counter