Difference between revisions of "BlockScout manual deployment"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
export DATABASE_URL=postgresql://user:password@localhost:5432/blockscout | export DATABASE_URL=postgresql://user:password@localhost:5432/blockscout | ||
export SECRET_KEY_BASE=VTIB3uHDNbvrY0+60ZWgUoUBKDn9ppLR8MI4CpRz4/qLyEFs54ktJfaNT6Z221No | export SECRET_KEY_BASE=VTIB3uHDNbvrY0+60ZWgUoUBKDn9ppLR8MI4CpRz4/qLyEFs54ktJfaNT6Z221No | ||
+ | |||
+ | export ETHEREUM_JSONRPC_VARIANT=nethermind | ||
+ | export ETHEREUM_JSONRPC_HTTP_URL=http://localhost:8545 | ||
+ | export DATABASE_URL=postgresql://... | ||
+ | export COIN=DAI | ||
+ | export ... | ||
git clone https://github.com/blockscout/blockscout && cd blockscout | git clone https://github.com/blockscout/blockscout && cd blockscout |
Revision as of 10:08, 9 March 2023
export DATABASE_URL=postgresql://user:password@localhost:5432/blockscout export SECRET_KEY_BASE=VTIB3uHDNbvrY0+60ZWgUoUBKDn9ppLR8MI4CpRz4/qLyEFs54ktJfaNT6Z221No
export ETHEREUM_JSONRPC_VARIANT=nethermind export ETHEREUM_JSONRPC_HTTP_URL=http://localhost:8545 export DATABASE_URL=postgresql://... export COIN=DAI export ...
git clone https://github.com/blockscout/blockscout && cd blockscout mix do deps.get, local.rebar --force, deps.compile
See also
Advertising: