Introduction
Getting started
Installation
First, we need to create a Deploy User named app by running the following command
curl -o- https://raw.githubusercontent.com/GlifeRnD/GlifeDeploymentScripts/master/setup-server/create-deploy-user.sh | sudo bash
Then, make sure you are logged in as app user and install all the dependencies by running the following command
curl -o- https://raw.githubusercontent.com/GlifeRnD/GlifeDeploymentScripts/master/setup-server/install.sh | bash

