From 098567625a0591942b7d5226cd40c48d3f2df150 Mon Sep 17 00:00:00 2001 From: Zach Date: Tue, 30 Jan 2024 17:47:56 -0500 Subject: [PATCH] Create README.md --- stack_orchestrator/data/stacks/mars/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 stack_orchestrator/data/stacks/mars/README.md diff --git a/stack_orchestrator/data/stacks/mars/README.md b/stack_orchestrator/data/stacks/mars/README.md new file mode 100644 index 00000000..fb1eff41 --- /dev/null +++ b/stack_orchestrator/data/stacks/mars/README.md @@ -0,0 +1,16 @@ +# mars + +On a fresh Digital Ocean droplet with Ubuntu: + +``` +git clone https://github.com/cerc-io/stack-orchestrator +cd stack-orchestrator +./scripts/quick-install-linux.sh +``` +Read and follow the instructions output from the above output to complete installation, then: + +``` +laconic-so --stack mars setup-repositories +laconic-so --stack mars build-containers +laconic-so --stack mars deploy up +```