opendex-launcher
is a lightweight binary launcher for opendex-docker, responsible for starting, stopping & updating containers, as well as orchestrating various flows, like creating an opendex environment. It is designed with stability in mind, not requiring frequent updates. It is embedded in opendex-desktop as well as opendex-docker.
opendex-launcher
also allows developers to run any branch of opendex-docker.
docker & docker-compose >= 18.09 (we recommend following the official install instructions to ensure compatibility)
On *nix platform
make
On Windows platform
mingw32-make
On *nix platform
export BRANCH=master
export NETWORK=mainnet
./opendex-launcher setup
On Windows platform (with CMD)
set BRANCH=master
set NETWORK=mainnet
./opendex-launcher setup
On Windows platform (with Powershell)
$Env:BRANCH = "master"
$Env:NETWORK = "mainnet"
./opendex-launcher setup