steemit specific deployment scripts
Some steps can be skipped in testnetinit.sh by passing the following environement variables:
SKIP_BACKFILL_ACTIONS- uses actions that contains no backfillSKIP_MAIN_ACCOUNT_CREATION- uses actions that contain no main (ported) accounts (requires: steemit/tinman#180); automatically impliesSKIP_BACKFILL_ACTIONSSKIP_SEED_NODE- disables the public facing seed node and disables init-n witnesses; if skipped, the following nested items are also skipped:SKIP_WARDEN- disabledtinman wardenso that the rest of the deployment can proceed while the seed node is syncing.SKIP_DASHBOARD- disablestinman serverSKIP_GATLING- disablestinman gatlingin the final loopSKIP_DURABLES- disablestinman durablesintinman gatling
Example:
SKIP_BACKFILL_ACTIONS="YES" SKIP_GATLING="YES" testnetinit.sh