Created
August 21, 2019 12:06
-
-
Save arjanz/b523d3d04423657315ac0a60db4f255b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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