UAT deployment
Steps to start your own StorX UAT
To start with UAT, we’d advice you to have 2 Ubuntu servers to deploy all the components of StorX The 1st server will host all the Web Application Components and the 2nd server will host all the nodes and the scripts which handle those nodes. StorX Github Link : https://github.com/StorXNetwork. Go through each of the component's Readme file to install and run each component.
Pre requisites:
nvm - This will help in switching between node versions.
node.js - All the StorX components are built on node.js. Once you install nvm, node.js comes with it.
pm2 - To run and handle component servers in the background.
git - To clone repositories
Server 1 steps:
We’ll first set up the Web application components. We’ll need node.js version 10 for all the components. Clone Web, Server, bridge repositories from StorX github account and install their dependencies. We also need to install MySql and redis as well. Both are dependencies for the Web Application.
Server 2 steps:
Here we’ll set up nodes to host files and the scripts to handle those nodes. We’ll We also need to install mongoDB where all the references to the hosted files will be saved. Clone complex (scripts) and core-daemon (node) from StorX github account and install their dependencies.
Last updated
