World Talking
Search

How to upload a Next.js project on a server

First of all, you need to run a command in your Next.js project: delete the old .next directory and run npm run build

Next Step : ->

  1. After that, the newly created .next directory needs to be converted into a zip file.

  2. After that, you need to copy the server's SSH, open the command prompt, and connect to the server.

Now you need to install npm, Node.js, and PM2 on it. The commands are like this:

Commands : -->

1 . Update your VPS :

  1. sudo apt update

  2. sudo apt upgrade -y

2 . Install Node.js and npm

  1. # Install NodeSource PPA

    curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash -

  2. # Install Node.js (includes npm)

    sudo apt install -y nodejs

Check installation:

  1. node -v

  2. npm -v

Install PM2 (Process Manager for Node apps)

  1. sudo npm install -g pm2

Check PM2 version:

  1. pm2 -v

After all this, you need to go to your main directory and create a file there.

package.json

And in this file, copy and paste your project's package.json, but make sure to leave out the devDependencies

And now, go back to the CMD and run the npm install command

Notes : Now, in your VPS server's project directory, a node_modules folder will be created.

Now, in the same directory, you need to upload your Next.js build zip file.

And after extracting it, you need to move the .next folder outside into the main project directory.

  • And after that, you need to start the project with pm2 start npm -- start

  • Congratulations, now your website is live. Point your domain and you can check your website.

jogkart online shopping app

Jogkart एक आधुनिक ऑनलाइन शॉपिंग एप्लिकेशन है जहाँ आप हर अवसर के लिए बेहतरीन परिधान खरीद सकते हैं। चाहे बात हो त्योहारों की, सीज़नल वेयर (मौसमी कपड़े) की, एथनिक वेयर (पारंपरिक वस्त्र) की, या फिर पार्टी वियर सूट और ड्रेसेज़ की – Jogkart पर सब कुछ एक ही जगह उपलब्ध है।

jogkart online shopping app

The Laws of Human Nature” – Robert Greene

इस किताब में कुल 18 laws (कानून/नियम) बताए गए हैं, जो इंसानी स्वभाव और behavior को समझने के लिए हैं।

The Laws of Human Nature” – Robert Greene

मोदी सरकार दे रही है 5 लाख तक का लोन

मोदी सरकार 5 लाख तक का लोन दे रही है MSME बिज़नेस पर, बिना किसी CIBIL स्कोर के। अगर आपके पास उद्यम रजिस्ट्रेशन है तो आप उद्यम से भी अप्लाई कर सकते हैं।

मोदी सरकार दे रही है 5 लाख तक का लोन

kissht ऐप से लोन कैसे लें बिना किसी इनकम प्रूफ के

बिलकुल — मैं सीधे और आसान हिंदी में बता देता हूँ कि Kissht (Kissht app) से लोन कैसे लेना है, कौन-कौन से documents चाहिए, eligibility क्या होती है, और किन चीज़ों का ध्यान रखना है।

kissht ऐप से लोन कैसे लें बिना किसी इनकम प्रूफ के

Unable to load script from assets index.android.bundle

Sometimes when we open a React Native app, this issue appears: "Unable to load script from assets 'index.android.bundle'". I faced this issue when I installed a new React Native project to replace my old complete project. Without making any changes, I copied the entire content of the old project's AndroidManifest.xml file and pasted it into the new project's Androidmanifest.xml file.

 Unable to load script from assets index.android.bundle

अपना सिबिल स्कोर कैसे इम्प्रूव करें।

तो आज हम बात करेंगे अपना सिबिल स्कोर कैसे इम्प्रूव करें। सबसे पहले हम बात करेंगे सिबिल स्कोर क्या होता है, यह आपकी क्रेडिट प्रोफाइल के बारे में कैसे बताता है।

अपना सिबिल स्कोर कैसे इम्प्रूव करें।

Maruti Swift EV लॉन्च हो गया है

अभी तक कोई आधिकारिक खबर नहीं मिली है कि Maruti Swift EV लॉन्च हो गया है या उसमें पूरी स्पेसिफिकेशन क्या होंगे। लेकिन कुछ अनुमान और रिपोर्ट्स हैं जो बता रही हैं कि Maruti Suzuki आने वाले समय में EV मॉडल्स ला रही है, जैसे कि eVX / e Vitara।

Maruti Swift EV लॉन्च हो गया है

मखाना खाने के फायदे मखाने खाने से होने वाले फायदे

मखाने खाने से होने वाले फायदे मखाना, जिसे फॉक्स नट्स या कमल के बीज भी कहते हैं, सेहत के लिए बेहद फायदेमंद होता है। इसे रोज़ाना खाने से कई स्वास्थ्य लाभ मिलते हैं।

मखाना खाने के फायदे मखाने खाने से होने वाले फायदे

iPhone 17 Pro and iPhone 17 Pro Max

Meet the iPhone 17 Pro and iPhone 17 Pro Max — engineered from the ground up to be the most advanced iPhones to date. Their new design features a heat-treated aluminium unibody frame, built to enhance performance, extend battery life, and improve overall durability.

iPhone 17 Pro and iPhone 17 Pro Max

पायल गेमिंग का वीडियो वायरल हुआ।

पिछले कुछ घंटों से सोशल मीडिया पर एक वीडियो आग की तरह फैल रहा है, जिसे ‘पायल गेमिंग वीडियो’ बताया जा रहा है।

पायल गेमिंग का वीडियो वायरल हुआ।
Category
View All