- Node.js v16 or Higher is required.
- LEMN Stack
- A LEMN stack is a group of programs that will be the core operators for our website.
L inux
E ngine-X (but written as Nginx)
M ySQL Database
N odeJs
- Nginx
sudo apt update
sudo apt install nginx
You will be prompted to press Y to install Nginx, do this.
Once Nginx is installed you should be able to navigate to your servers IP and you should be presented with the below page.
Your Server IP http://127.0.0.1