Great tutorial, I think you are the one who is talking about nuxt deployment on apache, thanks. Can you please guide us or make a video on how to deploy on an IP-Server(apache2) instead of a domain?
Hola, estoy tratando de hacer el deploy tambien en un cpanel, tengo acceso a la consola, pero al querer ejecutar el npm run deploy, no me ejecuta el servicio
@@JigeshRawal yes everything done whenever I command 'npm run dev' it works but 'npm run deploy' pm2 starts but shows error Error 503 - Service Unavailable
@@pradeepgurung1104 Have you added host and port in the package.json file? Once you do that, you will need to build again and then deploy using pm2 and that should do the job, if not let me know
@@bobdpa hey I'm using terminal from cPanel and it's showing command not found for npm , sudo ,etc.. can you please suggest me why is this happening ? Also when i'm trying to connect through ssh it's showing port22 refused.
@@BHANUSHALIVANITAMAHENDRAKUMAR You may not have nodejs installed. If sudo isn't working, I'd check to make sure you're running a linux vps. I hope this helps.
Some tutorials didn't copy page and other some folders, and it works.
Backend(api) is laravel and frontend nuxt. How to deploy into cpanel? please make another tutorial.
Great tutorial, I think you are the one who is talking about nuxt deployment on apache, thanks. Can you please guide us or make a video on how to deploy on an IP-Server(apache2) instead of a domain?
Do you still need help with it?
@@JigeshRawal I'd second that. That would be great.
3:11 When run npm install command I get this => node: command not found
Beautifully explained. !! Great Job
its about dev mode,what about production mode? you cpanel is on cloud linux or linux?
I've explained production mode as well in the video
Hola, estoy tratando de hacer el deploy tambien en un cpanel, tengo acceso a la consola, pero al querer ejecutar el npm run deploy, no me ejecuta el servicio
Great tutorial, Jigesh. Thanks!
Your welcome, many more about NuxtJS and Laravel are coming up!
how to open terminal of ftp?
Thank you! this really helped me, much appreciated
Glad that it helped :-)
Can you share a video for nuxt 3. thank
Yes! Thank you for this video!
Glad you liked
my dev server running but unable to visit due to timeout problem
How do I install npm through SSH
thank you, that was very useful for me.
Ali Gilan glad that it was useful for you
Why I got Error 503. Service Unavailable on my domain, I have a problem in .htaccess
Yes, it is because you would have not started the application in PM2 or there is an error in your .htaccess file.
@@JigeshRawal pm2 is running but 503 error works fine in development
@@pradeepgurung1104 Have you added port configuration in Package.json?
@@JigeshRawal yes everything done whenever I command 'npm run dev' it works but 'npm run deploy' pm2 starts but shows error Error 503 - Service Unavailable
@@pradeepgurung1104 Have you added host and port in the package.json file? Once you do that, you will need to build again and then deploy using pm2 and that should do the job, if not let me know
this is SSH ?
Thumbs up it worked!
Imran Raja glad that worked for you :)
@@JigeshRawal wish you for your future youtube great career
In dev mode it's showing connection time out and in production mode 403 forbidden 😐 can anyone help me!
Looks like your port is not open, are you using cPanel?
tnx man. that was great ;)
how can we deploy next.js project on cpanel.
you can do that almost in the same fashion, I will make a separate video for that
Which IDE do u use?
Atom
In the video, I am using Atom, but usually I use Visual Code for Local Development
Great tutorial. :-)
Thank you
Hello, great tutorial! But I am stuck at the first step lol, I need help installing npm in my terminal.. I keep getting permission denied
Hey try to use the terminal option from within cPanel. You'll have automatic root access and will not need to use Putty at all.
@@bobdpa hey I'm using terminal from cPanel and it's showing command not found for npm , sudo ,etc.. can you please suggest me why is this happening ?
Also when i'm trying to connect through ssh it's showing port22 refused.
@@BHANUSHALIVANITAMAHENDRAKUMAR You may not have nodejs installed. If sudo isn't working, I'd check to make sure you're running a linux vps. I hope this helps.
@@bobdpa yes I tried installing node but terminal isn't identifying apt-get yum or any other package managers..
@@bobdpa thanks for the help 😊 I'm switching to aws ec2 cloud solutions now
Thank you so much bro.
Glad it helped you
bad