https://github.com/rss3-network/node-automated-deployer
Automatically deploy an RSS3 DSL Node based on a config.yaml.
https://github.com/rss3-network/node-automated-deployer
Last synced: 3 months ago
JSON representation
Automatically deploy an RSS3 DSL Node based on a config.yaml.
- Host: GitHub
- URL: https://github.com/rss3-network/node-automated-deployer
- Owner: RSS3-Network
- Created: 2024-05-23T05:42:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-12-08T01:07:33.000Z (6 months ago)
- Last Synced: 2026-01-14T20:43:44.982Z (5 months ago)
- Language: Go
- Homepage:
- Size: 215 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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](https://docs.rss3.io/docs/node).
## Automated Deployment
```bash
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](https://github.com/RSS3-Network/Node-Automated-Deployer/releases)
```bash
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
```bash
./node-automated-deployer > docker-compose.yaml
```
```bash
docker-compose up -d
```