Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 836 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 836 Bytes

Node Automated Deployer

This Deployer automatically deploys an RSS3 DSL Node based on a config.yaml file.

For more information, please refer to the RSS3 Node Deployment Guide.

Automated Deployment

curl -s https://raw.githubusercontent.com/RSS3-Network/Node-Automated-Deployer/main/automated_deploy.sh | sudo bash

And you are done!

Manual Deployment

Download

Download the latest release from release page

tar -zxvf downloaded_file.tar.gz

Configuration

Your config.yaml must be placed in the config subdirectory, at the same level as the node-automated-deployer script.

Deploy

./node-automated-deployer > docker-compose.yaml
docker-compose up -d