Skip to content

ParminderParmar/vechain-deployment-scripts

Repository files navigation

Vechain Deployment Scripts

This repo contains shell scripts to deploy/host VeChain thor node on a Ubuntu 16.04 machine. This script can be utilised on your development or production environments.

This repository performs below opeartions:

  • Setting up environment variables and profile setup
  • Updating and upgrading the linux environment
  • Installing pre-requisites for the VeChain Thor deployment
  • Installing additional external dependencies
  • Create a service script for restart on reboot
  • Start VeChain thor node

Deployment Logs

Usage

Clone this repository and make sure the script has 'execute' access on the machine.

# Check below for possible values of network
./deployment.sh [NETWORK]

Options

Below options are supported as value of NETWORK

  • main: For starting VeChain thor node on mainnet
  • test: For starting VeChain thor node on testnet

Troubleshooting

'Permission Denied' while running the script

sudo chmod +x deployment.sh