Installations
Last updated
Was this helpful?
Last updated
Was this helpful?
After server configuration, certain installations are required to create the preferred environment necessary for smooth online poker operations Here's a step-by-step help guideline for installing NVM, Node.js, NPM, MongoDB, and PM2 server:
Steps:
Open a terminal on your Ubuntu Server.
Download the NVM installation script from the official GitHub repository:
Close and reopen the terminal to start using NVM.
Resources 1)- Tecadmin Tutorial for NVM Installation
Steps:
Open a terminal.
Install the latest LTS (Long Term Support) version of Node.js using NVM:
Verify the installation by checking the Node.js version:
Resources 1)- Digital Ocean Tutorial
Steps:
NPM is installed automatically with Node.js. Verify the installation:
Steps:
Open a terminal.
Add the MongoDB repository key and repository to the package manager:
Update the package database:
Install MongoDB:
Start the MongoDB service:
Enable MongoDB to start on boot:
Steps:
Install PM2 globally using NPM:
Verify the installation and check the PM2 version:
These guidelines should help you install NVM, Node.js, NPM, MongoDB, and PM2 server on your system.
Let me know if you need further assistance!
Resources 1)- MongoDB Offical Tutorial
Resources 1)- PM2 Offical Tutorial