NEX Deployment
Steps to deploy the NEX for production on chain:
1. Prerequisites
$ apt-get update
// update the package index files on the system, display information about available package, version.$ apt-get install build-essential nasm
// Install the build to compile software2. Installation
Installing & updating
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bashwget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bashCheck whether you are in the application's root directory and then install app dependencies:
To install node using nvm
Clone the repository created by using the below command:
Install npm using the below command
3. ENV configuration
4. Node list
5. Manual starting after installation and ENV configuration
Development
Production
A. Build production distribution
B. Serve the application
6. NGINX configuration - Example configuration to create Proxy
Glossary
Glossary
Description
Last updated
Was this helpful?
