8000 GitHub - polkascan/polkascan-os at v0.3.0
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Feb 3, 2022. It is now read-only.

polkascan/polkascan-os

Repository files navigation

Polkascan PRE

Polkascan PRE Main Application

Run application

  • Make sure to also clone submodules within the cloned directory:
git submodule update --init --recursive
  • During the first run let MySQL initialize (wait for about a minute)
docker-compose -p dev -f docker-compose.yml up -d mysql
  • Then build the other docker containers
docker-compose -p dev -f docker-compose.yml up --build

This will harvest blocks from a new local network, for existing networks replace the mentioned docker-compose.yml with:

  • Alexander test network
docker-compose -p alexander -f docker-compose.alexander.yml up --build
  • Edgeware test network
docker-compose -p edgeware -f docker-compose.edgeware.yml up --build
  • Robonomics test network
docker-compose -p robonomics -f docker-compose.robonomics.yml up --build
  • Joystream test network
docker-compose -p joystream -f docker-compose.joystream.yml up --build

Links

0