stack-orchestrator/stack_orchestrator/data/stacks/mainnet-lotus
jonathan@vulcanize.io 9ffa37c686
All checks were successful
Lint Checks / Run linter (push) Successful in 36s
refactoring lotus deploy
2024-04-25 20:14:26 +00:00
..
README.md refinement 2024-04-16 02:36:25 +00:00
stack.yml refactoring lotus deploy 2024-04-25 20:14:26 +00:00

Lotus stack

Clone required repositories

$ laconic-so --stack mainnet-lotus setup-repositories

Build the stack's containers

$ laconic-so --stack mainnet-lotus build-containers

Create a deployment of the stack

$ laconic-so --stack mainnet-lotus deploy init --map-ports-to-host any-same --output lotus-spec.yml

Update the URLs in the generated spec file to use your systems' actual IP addresses.

$ laconic-so --stack mainnet-lotus deploy create --deployment-dir lotus-deployment --spec-file lotus-spec.yml

Start the stack

$ laconic-so deployment --dir lotus-deployment start

Check logs:

$ laconic-so deployment --dir lotus-deployment logs