Skip to content

Contains resources to accelerate deployment of a Connext router

License

Notifications You must be signed in to change notification settings

PathX-Projects/connext-router-utility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Contains resources to accelerate deployment of a Connext router

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published