Deployment of Nextjs Application. You can follow this article as well. https://medium.com/bina-nusantara-it-division/how-to-deploy-your-next-js-apps-on-linux-server-using-nginx-and-pm2-65834cfecd37 https://codebhaiya.com/blog/how-to-point-domain-and-host-a-next.js-app-in-production-on-an-ubuntu-vps My searching on BlackBox Ai Chat Blackbox: AI Code Generation, Code Chat, Code Search Step 1. Setup Node environment on server Now we will start installing following packages using commands -sudo dnf install nodejs npm git After successful installations check these packages versions to verify. Note: For installing latest/specific version on nodejs. we will use mvn package. this is github official installation guide https://github.com/nvm-sh/nvm By using nvm command we can install nvm package. Its a Node Version Manager -curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash To verify run command -nvm //hit enter If it not found than close the termina...
Comments
Post a Comment