Skip to content

Latest commit

 

History

History
executable file
·
26 lines (18 loc) · 756 Bytes

File metadata and controls

executable file
·
26 lines (18 loc) · 756 Bytes

Everipedia Network Legacy Block Explorer

This is a legacy repo from the pre-blockchain version of Everipedia that has been modified to work with the blockchain version of the site. A new front-end is under development, but this will be the primary available front-end until then.

Clone the repo

git clone git@github.com:Eazy-C/Everipedia-Private.git

Running a dev environment

Before running any of the docker code, make sure you have the docker daemon running. The code is different for every OS so I won't list it here. Google it.

# FIRST RUN THE DOCKER DAEMON

# build docker image
docker build .

# run container
docker run -d -p 80:80 -p 443:443 $(docker images -q | head -n 1)

The site will be running on localhost:8000