File tree Expand file tree Collapse file tree 1 file changed +22
-5
lines changed Expand file tree Collapse file tree 1 file changed +22
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
This Deployer automatically deploys an RSS3 DSL Node based on a ` config.yaml ` file.
4
4
5
+ For more information, please refer to the [ RSS3 Node Deployment Guide] ( https://docs.rss3.io/docs/node ) .
5
6
6
- ## Usage
7
+ ## Automated Deployment
8
+
9
+ ``` bash
10
+ curl -s https://raw.githubusercontent.com/RSS3-Network/Node-Automated-Deployer/main/node-automated-deployer/automated_deploy.sh | bash
11
+ ```
12
+
13
+ ``` bash
14
+ chmod -x automated_deploy.sh
15
+ ```
16
+
17
+ And you are done!
18
+
19
+ ## Manual Deployment
7
20
8
21
### Download
9
22
10
- download the latest release from [ release page] ( https://github.com/RSS3-Network/Node-Automated-Deployer/releases )
23
+ Download the latest release from [ release page] ( https://github.com/RSS3-Network/Node-Automated-Deployer/releases )
11
24
12
25
``` bash
13
- tar -zxvf node-automated-deployer-v0.1.0-linux-amd64 .tar.gz
26
+ tar -zxvf downloaded_file .tar.gz
14
27
```
15
28
16
29
### Configuration
17
30
18
- create a ` config.yaml ` file in the subdirectory ` config ` of the executable file .
31
+ Your ` config.yaml ` must be placed in the ` config ` subdirectory, at the same level as the ` node-automated-deployer ` script .
19
32
20
- ### Generate
33
+ ### Deploy
21
34
22
35
``` bash
23
36
./node-automated-deployer > docker-compose.yaml
24
37
```
25
38
39
+ ``` bash
40
+ docker-compose up -d
41
+ ```
42
+
You can’t perform that action at this time.
0 commit comments