Compared to laravel it's really hard :X In Laravel you just push to git and it uploads all data to server.. There I see need every time build project after every web update :X
I randomly ended up on your channel and i continuously watching your videos and not getting bored like other Online tutorials. You are simply great!!!.
Fantastic video. Was able to bring up a series of react apps with SSL after struggling to deploy them behind docker nginx proxy container architectures. The video and supporting documents are perfect, thank you very much for the information, a real life saver!
Thank you so much Lama this is awesome. As a side note and warning for the rest of us, make sure to allow ssh before running "nginx 'Full Access'", nginx full access will only allow port 80 and 443. otherwise you will be locked out of your vps . just like I got locked out of my digitalocean droplet.
@@biniteshome1403 Can you share your whole code because I'm having login problem. And I don't have much knowledge of react latest version. Will you please??
Your tutorial is one of my best favourite channel, words cannot say how happy i am when found your channel. Please tell us how difference is deploying to hostinger shared hosting compared to single hosting!
How I could miss this video from my fav dev Channel. Its been a week and could not the accurate videos. Finally found the exact one i am looking for. Still learning as beg. and your videos helped me alot. Thanks alot Safak
مرحبا ممكن المساعده بخصوص هذا الفديو .. بعد الربط بين الدومين والاستضافه. كيف يمكن ان ارفع ملفات تطبيق ال نود جي اس اذا كانت ملفات كبيره في الفديو لم يشرح هذه الجزئيه. هل ممكن ان تساعدني في هذه المشكله او تشرحليها بشكل اكثر .. شكراً جزيلاً
Perfect video, thank you so much!!! Small clarification for the uninitiated, I struggled to solve this problem so if you leave the server and you have as message connection time out each time without possibility to reconnect to your server, you must restart the firewall then reconnect. Once reconnected, you need to authorize ssh with this command: sudo ufw allow ssh You'll have no more connection problems
Thank you so much!! really this video help me to upload the project for my first client to VPS. Yo saved me, I've been watching other videos and reading other documentation and I hadn't been able to did it. I spent days to achieved it and thank to you I could do it! greetings from Latam! big hug!
@@trechosdelivros4445 what is your specific problem? If you follow the same steps in the video you’ll get it (obviously with different names for your project ). But might be could I help you
Words can't thank you enough bro..I'll definitely give a vote of thanks/acknowledgement to you on my applications once I deploy and get them running for business.. you're God sent man.. Then I kind of have issues in reading data on select tags when performing the update part of my CRUDs... Also dependent tags have kept me at a place for 2 days now, I kind of got to figure it out today but it shows the retrieved data on my network inspection tool, but while reading it out on the page, it doesn't show the data's I see on my network🤦, kind of left where ever I had tags in my updates pages and went on with other things...if you could illustrate these in you next tutorials please, I would be grateful.. the dependent tags are like country->states relationships
your video is amazing dude, just one thing: don't forget to allow ssh in firewall, because when your IP is changed you won't be able to access to your vps from putty, if it ever happened to one of you, just access to your vps via your hosting vnc and write: ufw allow ssh then reload your server and reconnect from putty.
very appreciated, nice tutorual but you should pont that when activating the ufw you should add the ssh rules, so when you try to connect again later it will let you connect
amazing tutorials. even i've seen you portfolio you've made amazing projects. could you please make videos tutorials on that projects too. like slack clone, RUclips, google, twitter clones and etc. please make tutorials on these, i'm waiting for it. keep making amazing production level projects.
Amazing tutorial LamaDev , you give us inspiration to learn everyday something new and make something new everyday. Can you make tutorial on deploying this project free . It will help most of the people like me , who are learning not able to afford buying Hostinger.
Hi, thank you for the awesome video! What I would like to know is if there is a reason to proxy pass to the public ip and use cors instead of proxy passing to localhost, which theoretically could lead to better performance?
great Thank you @Lama Dev , please response when stuck on somewhere , one question , like netflix which using aws clould , is it good to use vps ? and what about security and streaming speed ?
Hey, I followed all the steps all the way to 17:50 but for some reason I get this error with nginx -t : nginx: [crit] pread() "/etc/nginx/sites-enabled/neas" failed (21: Is a directory) nginx: configuration file /etc/nginx/nginx.conf test failed Do you know of any fixes?
If anybody had a connection problem to their host via SSH after that, for me it was because of ufw locking me out. I had to reinitialize firewall in hostinger settings, and then after i could connect again, re-enable ufw and adding "ufw allow ssh". All good now !
Merhaba, çok açıklayıcı olmuş ama aklımda bir soru işareti kaldı. Api içerisindeki back-end main index.js dosyasında https ile alakalı bir şey yapmadın sadece nginx içerisinde bir paket yükledin bu nasıl olabiliyor? Bu şekilde https olabiliyor mu bir site back-end'de hiçbir belirtme yapmadan
Thanks Lama for great contents I m just trying to deploy one app on nginx everythings works fine, but i can't reach my assets folder located in my api. /api/assets/images. Please can you give some trics?
This is the most accurate tutorial to real deploy a frontend + backend, you're awesome, thanks!
Compared to laravel it's really hard :X
In Laravel you just push to git and it uploads all data to server.. There I see need every time build project after every web update :X
@@pastuh build can be automated on Code side or server side you dont have to run Npm build
Hey, please. How do I automate the build process@@sweatypotato248
I randomly ended up on your channel and i continuously watching your videos and not getting bored like other Online tutorials. You are simply great!!!.
nice! just don't forget to run 'ufw allow ssh' so you can't risk closing the ssh connection when you try to login next time
Truly helpful and amazing video. I did my deployment for the first time and because of you, it felt like a piece of cake. Thanks alot
Şafak adamsın be böyle bir video arıyordum ve bir Türkten bunu görmek... Çok sağol!
Fantastic video. Was able to bring up a series of react apps with SSL after struggling to deploy them behind docker nginx proxy container architectures. The video and supporting documents are perfect, thank you very much for the information, a real life saver!
does this video explain docker + nginex + node or only nginex + node?
ty
@@27sosite73 didn't mention any docker just nginx with node and react
Thanks bro, I've litreally wasted my whole day searching for this exact content.
I really love this deployment tutorial of the Netflix app!
Great tutorial, don't forget guys to allow ssh by "ufw allow ssh", so u can connect again
Thank you so much Lama this is awesome. As a side note and warning for the rest of us, make sure to allow ssh before running "nginx 'Full Access'", nginx full access will only allow port 80 and 443. otherwise you will be locked out of your vps . just like I got locked out of my digitalocean droplet.
Have you deployed?
@@mohitckdubey yes i have
I have been locked out my vps too, I had to disable firewall to access again how to allow SSH access please?
it's "ufw allow ssh" I guess 😅
@@biniteshome1403 Can you share your whole code because I'm having login problem. And I don't have much knowledge of react latest version. Will you please??
You are a God send human being Lama, can't express how grateful I am to you
Your tutorial is one of my best favourite channel, words cannot say how happy i am when found your channel. Please tell us how difference is deploying to hostinger shared hosting compared to single hosting!
How I could miss this video from my fav dev Channel. Its been a week and could not the accurate videos. Finally found the exact one i am looking for.
Still learning as beg. and your videos helped me alot.
Thanks alot Safak
مرحبا ممكن المساعده بخصوص هذا الفديو .. بعد الربط بين الدومين والاستضافه. كيف يمكن ان ارفع ملفات تطبيق ال نود جي اس اذا كانت ملفات كبيره في الفديو لم يشرح هذه الجزئيه. هل ممكن ان تساعدني في هذه المشكله او تشرحليها بشكل اكثر ..
شكراً جزيلاً
Perfect video, thank you so much!!! Small clarification for the uninitiated, I struggled to solve this problem so if you leave the server and you have as message connection time out each time without possibility to reconnect to your server, you must restart the firewall then reconnect. Once reconnected, you need to authorize ssh with this command: sudo ufw allow ssh
You'll have no more connection problems
this tutorial has saved me, two times now, appreciate you!
Thank you so much!! really this video help me to upload the project for my first client to VPS. Yo saved me, I've been watching other videos and reading other documentation and I hadn't been able to did it. I spent days to achieved it and thank to you I could do it! greetings from Latam! big hug!
I'm in the same situation as you. can you help me ?
@@trechosdelivros4445 what is your specific problem? If you follow the same steps in the video you’ll get it (obviously with different names for your project ). But might be could I help you
Words can't thank you enough bro..I'll definitely give a vote of thanks/acknowledgement to you on my applications once I deploy and get them running for business.. you're God sent man..
Then I kind of have issues in reading data on select tags when performing the update part of my CRUDs... Also dependent tags have kept me at a place for 2 days now, I kind of got to figure it out today but it shows the retrieved data on my network inspection tool, but while reading it out on the page, it doesn't show the data's I see on my network🤦, kind of left where ever I had tags in my updates pages and went on with other things...if you could illustrate these in you next tutorials please, I would be grateful.. the dependent tags are like country->states relationships
I am crying with love for this channel.
😀😀.. aswearuGad!!
your video is amazing dude, just one thing: don't forget to allow ssh in firewall, because when your IP is changed you won't be able to access to your vps from putty, if it ever happened to one of you, just access to your vps via your hosting vnc and write: ufw allow ssh then reload your server and reconnect from putty.
Yeah got locked out of my VPS first time round, thanks
This is the best RUclips on app deployment.
Thank you so much. You made my day
The best tutorial I've seen about this topic thanks u man!
Thank you after spending 12+ hours this one really helped
Your tutorials are so on point. Good job!
you are such a kind person. You just nailed it and it is really helpful
I can't stop watching this video😍 loved it. Thank you so much man❤
This tutorial solved my problem which I was stuck in for last 4 days. Thank you very much Lama Dev I am so going to subscribe this channel.
3 years still a lama
Me here learning server management so i can use the knowledge on my freelance project. Thanks.
Bro really needed this very Little good content out there regarding real time deployment usiing nginx ...thanks
best deployment tutorial thanks a lot Eng. Lama
He's back PEOPLE! Heeeezzz BACK!
can't find words to thank uuuu , perfeeect
the best tutorial for junior devops :D
at 17:42 if your page is not showing just disable firewall, run this command ufw disable
very appreciated, nice tutorual but you should pont that when activating the ufw you should add the ssh rules, so when you try to connect again later it will let you connect
I just locked myself out of my server lol.
@@omardotbio I did too
@@atulya3344 rip lmao
Here i am, reinstalling the OS xD
@@shariqarif1476 lol
Thank you very much. The best tutorial to deploy a MERN app.
Make deployment on ubuntu nginx, aws .also image upload on aws s3 using multers3 and aws sdk
Thank you bro. Your videos always a salvation to me
Hi Lama. Your tutorial helped me a lot. Hugs and Cheers 4 U!
Perfect. simple and objective.
+1 registered!
Suggestion: Also show on AWS.
u r great bro , thank u
Thanks. Your tutorial was well made and it help me a lot to put my react website online! :) Good job!
When we enable ufw there is disruption on ssh connection as warned by the message, we can never again ssh into the server afterwards,
amazing tutorials. even i've seen you portfolio you've made amazing projects. could you please make videos tutorials on that projects too. like slack clone, RUclips, google, twitter clones and etc. please make tutorials on these, i'm waiting for it. keep making amazing production level projects.
Harika ötesi bir video. Çok teşekkür ederim hocam. Sevgiler, saygılar.
Love tutorials, I just made a payment with your coupon. Thanks
Can't describe the good feeling i have now
Thanks:)
مرحبا عندي بعض الأسئله عن هذا الموضوع فممكن اسئلك اذا انت فاهم الموضوع. انا بصراحه لغه الانجليزيه ليسه بالجيده. فأحببت اسئلك اذا ما في عندك مانع
detailed, clean, effective
I have subscribed, Liked and commented. Thanks for your effort.
You are the BEST! Thank you so much, it was very helpful for me!!!
Need to update the content. Static files were not loaded and the config needed to change a little bit. Thank you for the awesome tutorial
would have like the portion over DNS config but still a huge banger this video. thk's boss
Truly helpful and amazing video
Mantap Om, englishnya clear banget ...
thanks you so much you learn all the way to do what i want, really thanks 😄
Nice explanation!! Thats helps a lot
Amazing tutorial LamaDev , you give us inspiration to learn everyday something new and make something new everyday. Can you make tutorial on deploying this project free . It will help most of the people like me , who are learning not able to afford buying Hostinger.
Be blessed from above only for the best!
thanks man , you saved many lifes
a helpful RUclips video ever
great work... amazing video...
Lama in your next project before starting coding plz give a brief overview of how you think of starting any project?
underrated
Thank you so much. This is what i need!
Thanks for the detailed video. which hardware I should choose for the 10 project portfolio?
Wow great bro keep going
I decided to share my knowledge on RUclips as well 🙏👍
best practical tutorial ever thank you
Hi, thank you for the awesome video!
What I would like to know is if there is a reason to proxy pass to the public ip and use cors instead of proxy passing to localhost, which theoretically could lead to better performance?
Amazing ! Just amazing.
great Thank you @Lama Dev , please response when stuck on somewhere , one question , like netflix which using aws clould , is it good to use vps ? and what about security and streaming speed ?
Amazing video really helpful! Thanks!
As always - awesome!
for those who cant similiar result like 17:59
sudo systemctl reload nginx
This is exactly what I was looking for 👌
Hope next project is on an e-commerce website like amazon 😁
then we can get hired at amazon xD
@@wotizit inshallah
Waiting for next video 🍃
Thank you very much. Easy to follow!
Hey, I followed all the steps all the way to 17:50 but for some reason I get this error with nginx -t :
nginx: [crit] pread() "/etc/nginx/sites-enabled/neas" failed (21: Is a directory)
nginx: configuration file /etc/nginx/nginx.conf test failed
Do you know of any fixes?
hey! have you solved this problem? i have a same one
For a 4-5 apps portfolio which server do you recommend? Thank u very much 👏👏👏
amazing bro, thank you so much!
i have a big problem
can anyone help me
when i deploy react, nodejs with nginx , after two days , nginx consume all the CPU until 99.9
Thanks so much, this is very helpful.
Thank you for it man love it.
You're the MAN.💌
really useful with me, thanks a lot
I love you bro! Thanks so much!
you earned a subscriber here...
awesome tutorial... 👏
This is great!!
thank you lama dev
If anybody had a connection problem to their host via SSH after that, for me it was because of ufw locking me out. I had to reinitialize firewall in hostinger settings, and then after i could connect again, re-enable ufw and adding "ufw allow ssh". All good now !
Great video 😍
Thank you very much bro!
Thank you for this tutorial !
Liked and subscribed babyyy 😎
Wow! Good job! Thanks!
bro you are a legend please can you make same video with go daddy VPS?
make a video on how to deploy the same netflix project with admin for free. BTW amazing work you are doing in this community
THANK YOU SO MUCH.
thank you lama dev !
Merhaba, çok açıklayıcı olmuş ama aklımda bir soru işareti kaldı. Api içerisindeki back-end main index.js dosyasında https ile alakalı bir şey yapmadın sadece nginx içerisinde bir paket yükledin bu nasıl olabiliyor? Bu şekilde https olabiliyor mu bir site back-end'de hiçbir belirtme yapmadan
Thanks Lama for great contents
I m just trying to deploy one app on nginx everythings works fine, but i can't reach my assets folder located in my api. /api/assets/images. Please can you give some trics?