mirror of
https://github.com/logos-blockchain/logos-blockchain-pocs.git
synced 2026-01-04 22:23:06 +00:00
Add steps to run
This commit is contained in:
parent
52161c1568
commit
fc79e0a63f
@ -1,5 +1,12 @@
|
||||
Source: https://github.com/blockscout/blockscout\
|
||||
Commit: c127c64f6cc0599df4a7aec4fa32e74dfb08206b
|
||||
|
||||
### Steps to Run
|
||||
1. Install project deps
|
||||
2. docker run --name postgres -e POSTGRES_PASSWORD=postgres -e POSTGRES_USER=postgres -p 5432:5432 -d postgres
|
||||
3. PGPASSWORD=postgres PGUSER=postgres ETHEREUM_JSONRPC_HTTP_URL=http://localhost:8545 MIX_ENV=dev mix do ecto.create, ecto.migrate
|
||||
4. PGPASSWORD=postgres PGUSER=postgres ETHEREUM_JSONRPC_HTTP_URL=http://localhost:8545 MIX_ENV=dev mix phx.server
|
||||
|
||||
---
|
||||
|
||||
<h1 align="center">Blockscout</h1>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user