nodejs:nextjs-example
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
nodejs:nextjs-example [2024/04/06 03:01] – kirtisingh | nodejs:nextjs-example [2024/04/06 03:06] (current) – kirtisingh | ||
---|---|---|---|
Line 1: | Line 1: | ||
===How to run Next.js on N99panel=== | ===How to run Next.js on N99panel=== | ||
- | Here we would provide by an example of how to setup a Next.js app. As Next.js requires NodeJS version 18 or above on the command line, kindly follow the article, [[: | + | Here we would provide by an example of how to setup a Next.js app. As Next.js requires NodeJS version 18 or above on the command line, kindly follow the article, [[: |
+ | |||
+ | **Importantly, | ||
The example which we are going to follow in this case is mentioned at https:// | The example which we are going to follow in this case is mentioned at https:// | ||
Line 54: | Line 56: | ||
</ | </ | ||
- | Now from within N99panel console, link a Node App in development mode using the following values for the concerned fields | + | Now from within N99panel console, link a Node App in [[:nodejs:development-mode|development mode]] |
App Web Path : /\\ | App Web Path : /\\ | ||
Line 64: | Line 66: | ||
If the App does not work at this stage, you need to resolve the issues pertaining to it before moving to the next step i.e. running the App in production mode. | If the App does not work at this stage, you need to resolve the issues pertaining to it before moving to the next step i.e. running the App in production mode. | ||
- | Step 4 – If your app is running as mentioned above, you need to stop it in your SSH console use Ctrl+c . And also remove it from within N99panel’s console. | + | **Step 4 :** If your app is running as mentioned above, you need to stop it in your SSH console use Ctrl+c . And also unlink/remove it from within N99panel’s console. |
- | + | ||
- | Step 5 – To prepare the App for production mode, you need to prepare it using | + | |
+ | **Step 5 :** To prepare the App for [[: | ||
+ | < | ||
npm run build | npm run build | ||
+ | </ | ||
- | Step 6 – Now from within N99panel console, link a Node App in Production more using the following values for the concerned fields | + | **Step 6 :** Now from within N99panel console, link a Node App in [[: |
- | App Web Path : / | + | App Web Path : /\\ |
- | App Port : 40011 | + | App Port : 40011\\ |
- | App Mode : Production (npm start) | + | App Mode : Production (npm start)\\ |
- | Prod. filesystem Path : nextjs-blog | + | Prod. filesystem Path : nextjs-blog\\ |
- | Prod. Node Version : 18 | + | Prod. Node Version : 18\\ |
Now save it and wait for at-least one min to check via browser whether your App has come online or not. | Now save it and wait for at-least one min to check via browser whether your App has come online or not. | ||
Conclusion : Here we have seen that it is not that complicated to setup your Next.js App from within N99panel. For any questions/ | Conclusion : Here we have seen that it is not that complicated to setup your Next.js App from within N99panel. For any questions/ |
nodejs/nextjs-example.1712372513.txt.gz · Last modified: 2024/04/06 03:01 by kirtisingh