Installation of exchanger-web / DONE
apt install -y nano sudo curl wget
apt update
apt upgrade -ycurl -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 / DONE2. Download the software to the server
Access to source code / DONE3. Building the admin panel
4. Building a web panel
5. Apply Nginx configuration
Last updated