An open API service indexing awesome lists of open source software.

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.

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
```