https://github.com/steemit/steem-deployments
steemit specific deployment scripts
https://github.com/steemit/steem-deployments
Last synced: 12 months ago
JSON representation
steemit specific deployment scripts
- Host: GitHub
- URL: https://github.com/steemit/steem-deployments
- Owner: steemit
- Created: 2018-08-22T15:20:54.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-01-23T17:39:03.000Z (over 6 years ago)
- Last Synced: 2025-04-11T04:41:55.568Z (about 1 year ago)
- Language: Shell
- Size: 43.9 KB
- Stars: 1
- Watchers: 14
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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: https://github.com/steemit/tinman/issues/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:**
```bash
SKIP_BACKFILL_ACTIONS="YES" SKIP_GATLING="YES" testnetinit.sh
```