Difference between revisions of "BlockScout manual deployment"

From wikieduonline
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
 
  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]]
  
  

Revision as of 10:00, 9 March 2023

export DATABASE_URL=postgresql://user:password@localhost:5432/blockscout
git clone https://github.com/blockscout/blockscout && cd blockscout
mix do deps.get, local.rebar --force, deps.compile


See also

Advertising: