Skip to content

SeismicSystems/deploy

Repository files navigation

deploy

Seismic's home base for deploying

Install python dependencies

First install python3

Then create a virtualenv:

python3 -m venv venv

Source it: source venv/bin/activate

Install uv: pip install uv

Install the project: pip install -e .

This registers the seismic-deploy CLI command.

seismic-deploy CLI

The main tool for deploying and managing Seismic nodes on GCP. See deploy_gcp/seismic_deploy/README.md for full documentation.

Quick overview of commands:

  • seismic-deploy deploy — deploy a single node to GCP
  • seismic-deploy deploy-and-stake — deploy, start, and stake a node in one step
  • seismic-deploy bootstrap-network — bootstrap an entire network from scratch
  • seismic-deploy stake — stake an existing node
  • seismic-deploy sync — sync a node to an existing network
  • seismic-deploy status — show all deployed nodes
  • seismic-deploy destroy — tear down a node's GCP resources

About

Seismic's home base for deploying

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages