Add datacenter node setup scripts (#5517)

automerge
This commit is contained in:
TristanDebrunner
2019-08-22 13:19:49 -06:00
committed by Grimes
parent 63d62c33c6
commit 51cf559ce1
12 changed files with 273 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# Introduction
These scripts are intended to facilitate the preparation of dedicated Solana
nodes. They have been tested as working from a clean installation of Ubuntu
18.04 Server. Use elsewhere is unsupported.
# Installation
1) `sudo ./setup-dc-node-1.sh`
2) `sudo reboot`
3) `sudo ./setup-dc-node-2.sh`