Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.11 KB

README.md

File metadata and controls

47 lines (32 loc) · 1.11 KB

connext-router-utility

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

UNIX Command Line Usage

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