Skip to content

blocktradesdevs/steem-deployments

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 

Repository files navigation

steem-deployments

steemit specific deployment scripts

Parameters

Some steps can be skipped in testnetinit.sh by passing the following environement variables:

  • SKIP_BACKFILL_ACTIONS - uses actions that contains no backfill
  • SKIP_MAIN_ACCOUNT_CREATION - uses actions that contain no main (ported) accounts (requires: steemit/tinman#180); automatically implies SKIP_BACKFILL_ACTIONS
  • SKIP_SEED_NODE - disables the public facing seed node and disables init-n witnesses; if skipped, the following nested items are also skipped:
    • SKIP_WARDEN - disabled tinman warden so that the rest of the deployment can proceed while the seed node is syncing.
    • SKIP_DASHBOARD - disables tinman server
    • SKIP_GATLING - disables tinman gatling in the final loop
      • SKIP_DURABLES - disables tinman durables in tinman gatling

Example:

SKIP_BACKFILL_ACTIONS="YES" SKIP_GATLING="YES" testnetinit.sh

About

steemit specific deployment scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 100.0%