Installing exchanger-api / DONE
apt update
apt upgrade -y
apt install -y nano sudo curl wgetcurl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.shsudo adduser --disabled-password --gecos "" runner
sudo usermod -aG sudo runnersudo usermod -aG docker runnersudo su runnernewgrp dockerdocker network create --subnet 10.1.0.0/24 exchanger-netdocker login rg.boxexchanger.net # Username: your_gitlab_username # Password: your_gitlab_pat
1. Preparing the environment
Installing NodeJs / DONEMongoDB Installation / DONE2. Downloading software to the server
Access to source code / DONE3. Configuring and running Rest-API
Last updated