Introduction
This guide will walk you through deploying the Web application.
Prerequisites
warning
Required Resources
MANDATORY
- VPS Hosting: A Virtual Private Server (VPS) is mandatory to ensure reliable performance and security. Shared hosting environments are not supported for this deployment method.
- Node.js Support: The server must support Node.js , as it is essential for running the application with seo.
- Memory Requirements: The server should have at least 3-4 GB of free RAM to handle the application's processes effectively.
- SSH Root Access: The server must provide SSH root access to execute Node.js commands and manage the application.
Server Setup
warning
(For SEO) Deployment of Next.js requires knowledge of node.js, npm, and pm2 technologies. We assume you are using a debian-based OS with apt as your package manager. If you are using another Linux distribution, replace apt with your system's package manager.