Categorygithub.com/rss3-network/node-automated-deployer
repositorypackage
0.5.5
Repository: https://github.com/rss3-network/node-automated-deployer.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

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