Difference between revisions of "BlockScout manual deployment"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
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 | ||
+ | |||
git clone https://github.com/blockscout/blockscout && cd blockscout | git clone https://github.com/blockscout/blockscout && cd blockscout | ||
[[mix do deps.get, local.rebar --force, deps.compile]] | [[mix do deps.get, local.rebar --force, deps.compile]] |
Revision as of 10:01, 9 March 2023
export DATABASE_URL=postgresql://user:password@localhost:5432/blockscout export SECRET_KEY_BASE=VTIB3uHDNbvrY0+60ZWgUoUBKDn9ppLR8MI4CpRz4/qLyEFs54ktJfaNT6Z221No
git clone https://github.com/blockscout/blockscout && cd blockscout mix do deps.get, local.rebar --force, deps.compile
See also
Advertising: