This repository contains a CLI utility to accelerate deployment of a Connext router. Intended to be used in conjunction with the PathX AWS Connext Quickstart on Medium:
https://medium.com/@hschick/connext-router-aws-quickstart-guide-252867bc58fe
Update your apt-get dependency manager:
sudo apt-get update
sudo apt-get install wget
Verify that Python3 is installed using the following command:
python3 --version
If python3 is not installed, install it using
sudo apt-get install python3
Pull the install.sh script and install:
wget https://raw.githubusercontent.com/PathX-Projects/connext-router-utility/main/scripts/install.sh
bash install.sh
This utility creates the following file structure on your machine:
~
├── /router-docker-compose <- Official Connext Router repository
├── /connext-router-utility <- This repository
├── install.sh
├── configure.sh
├── start.sh
└── exit.sh