Step 3.2

Deploying sharder with docker & docker-compose.

Run the below script for deploying sharder on the server. Magic Block, delegate wallet and keys etc. will be automatically imported from there respective folders if the previous steps was followed correctly.

wget -N https://raw.githubusercontent.com/0chain/zcnwebappscripts/as-deploy/0chain/deploy_sharder.sh ; bash deploy_sharder.sh

The above will:-

  • Deploy the postgres, and sharder docker containers.

Last updated