mrv777 / sui-installation-scripts

Installation scripts for SUI blockchain
MIT License
2 stars 1 forks source link

Sui Installation Scripts

Sui node installation scripts for Debian based servers.

Features

Getting Started

If you only have a root user or are unsure, start here

Logout and log back in as new user. Now that we have a regular user we can do the 2 commands to get and set everything up:

Files

install-sui.sh

This is the main script. It installs, creates and configures all necessary parts to run an Sui node.

To install a sui node, copy the script to the Debian server and run bash ./install-sui.sh. It is designed to run with a sudo user.

If you don't have a sudo user on the server yet (for example if just created a new Ubuntu Droplet from Digital Ocean), you can use the create-sudo-user.sh script to automatically create one.

create-sudo-user.sh

This script lets you create a sudo user with ease. Call it with ./create-sudo-user.sh -h for parameter description.