Skip to content

Instantly share code, notes, and snippets.

@arjanz
Created August 21, 2019 12:06
Show Gist options
  • Save arjanz/b523d3d04423657315ac0a60db4f255b to your computer and use it in GitHub Desktop.
Save arjanz/b523d3d04423657315ac0a60db4f255b to your computer and use it in GitHub Desktop.
BUILD AND RUN POLKASCAN


>> git clone https://github.com/polkascan/polkascan-pre.git


>> cd polkascan-pre


>> git submodule update --init —-recursive
>> download docker-compose.workshop.yml @
https://gist.github.com/arjanz


>> docker-compose -p dev -f docker-compose.workshop.yml up -d mysql


>> docker-compose -p dev -f docker-compose.workshop.yml up --build
OPEN IN BROWSER: http://127.0.0.1:8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment