<aside> ⚙ Steps to deploy a connext router.

</aside>

<aside> 💡 Minimum Hardware Requirements

1. SSH into the deployment server

ssh <server name/ip>

2. Required Software

<aside> 💡 You have to have installed Docker and Docker-Compose in your server

</aside>

3. Clone router repository

$ git clone <https://github.com/connext/nxtp-router-docker-compose.git>
$ cd nxtp-router-docker-compose/
$ git checkout amarok

Untitled

4. Create basic configuration

4.1. Create Environment Config

<aside> 🧙 Let's create the .env config file

</aside>

$ cp .env.example .env

Untitled

$ sudo vim .env

Untitled

<aside> 🧙 Press I to modify the file

</aside>