Full Node.js Deployment - NGINX, SSL With Lets Encrypt

Поделиться
HTML-код
  • Опубликовано: 22 сен 2019
  • In this video we will do a full deployment of Node.js using PM2 and an NGINX reverse proxy and a free SSL from Lets Encrypt to a DigitalOcean droplet
    Commands & Steps:
    gist.github.com/bradtraversy/...
    $10 Free Digital Ocean Credits:
    m.do.co/c/5424d440c63a
    DigitalOcean Docs & Tutorials:
    www.digitalocean.com/communit...
    www.digitalocean.com/communit...
    www.digitalocean.com/communit...
    www.digitalocean.com/docs/dro...
    💖 Become a Patron: Show support & get perks!
    / traversymedia
    Website & Udemy Course Links:
    www.traversymedia.com
    Follow Traversy Media:
    / traversymedia
    / traversymedia
    / traversymedia
  • НаукаНаука

Комментарии • 570

  • @TraversyMedia
    @TraversyMedia  4 года назад +157

    This is the same process we will be using to deploy the API in my upcoming course "Building APIs With Node.js, Express & MongoDB" where we build an extensive API for a bootcamp directory app. Keep an eye out for it in the next month. Then I will be doing a Vue course which will include a frontend UI.
    Also, if you are interested in the SSH crash course - ruclips.net/video/hQWRp-FdTpc/видео.html

    • @patricklionnel4073
      @patricklionnel4073 4 года назад

      ohhh great!!!!!!!!!!!!!!!!!! i will wait it....
      thank's from Senegal

    • @wilsonfaustino
      @wilsonfaustino 4 года назад

      Traversy Media Cool. I’m just finishing your Modern JS course.
      I’m a beginner and I learned a lot.
      For sure I will take this new Node course.
      Thanks from Brazil.

    • @ronaldoolesco7493
      @ronaldoolesco7493 4 года назад

      Wow!! Thanks for this, Brad!

    • @vaibhavnadgonde4397
      @vaibhavnadgonde4397 4 года назад

      Thx brad, i will wait for the course.

    • @Pentaloft
      @Pentaloft 4 года назад

      If you love Traversy Media turn this button blue
      👇If you love tech subscribe to my channel (I'm gifting iPhones to my next 100 subscribers). Peace ✌

  • @pengin3164
    @pengin3164 5 дней назад

    4 years and this tutorial is still useful. Great job!

  • @EduardKaresli
    @EduardKaresli 4 года назад +53

    You've just made my day, Brad... I was learning all this stuff on my own in a fragmented way, and then a video with all this stuff together...
    Thanks a million!

  • @abulfazlhaidary4625
    @abulfazlhaidary4625 4 года назад +36

    I was waiting for this for a long time, thank you.

  • @Nintron
    @Nintron 3 года назад +9

    A year and a half later and this is still pure gold, never disappointed in your content! Keep up the great work.

  • @doncorleone3901
    @doncorleone3901 4 года назад +257

    For a large scale app on AWS here is what i do:
    1. All static js/css/img go to a s3 bucket.
    2. My nodejs app goes to ec2 with pm2 for clustering.
    3. An application load balancer is in front of ec2.
    4. All of this is behind cloudfront. My dns points to cloudfront. Cloudfront looks at url and decides if req must go to s3 or elb. All s3 requests are cached by cloudfront. No caching for elb requests
    5. I use amazon certificate mgr for free ssl certificate that terminates at cloudfront
    This is the most scalable deployment arch that i could do on aws. No nginx to manage. All pieces except your node js code is managed by aws.
    I hope folks looking at aws get some ideas from this

    • @akt255
      @akt255 4 года назад +11

      Is there any tutorial (blog/video) that does all this?

    • @zeytelaloi
      @zeytelaloi 4 года назад

      Awesome, would love to know more.

    • @doncorleone3901
      @doncorleone3901 4 года назад

      Unfortunately i do not have the time right now to make a video or write a blog on this. But rest assured this is working very well for me. If you have specific questions i can answer here

    • @thymarques
      @thymarques 4 года назад +12

      Amazon is expensive, for small and medium projects DO is perfect... and sometimes large projects can run using digital ocean.

    • @doncorleone3901
      @doncorleone3901 4 года назад +5

      @@thymarques at this time, AWS is just too feature rich. I can do log analysis with just a couple of clicks with kinesis-agent, firehose and elasticsearch service. I can put images on s3 and run rekognition to identify nudity, i can just dump stuff into s3 via firehose and figure out later what to do with it. Not to forget managed redis, mongo, rds what not. For less ambitious projects (note i did not say smaller), other places may be ok but if you see that this might go places, i would want to be covered. DO is great no doubt but AWS as an ecosystem is just too rich today to pass up

  • @codinginflow
    @codinginflow 2 года назад +13

    You're an absolute legend. I needed several days to figure this out

  • @haraldcarlsten6238
    @haraldcarlsten6238 10 месяцев назад +2

    Hi Brad! You are a freaking awesome teacher! I was going through so much documentation on nginx and in the end it is your solution that is the absolutely best first step. I learned the basic of web development from you 6 years ago and now I work in a big company with industrial code complexity. And still you are my first choice when I encounter something new. Your steady clear voice and clear steps. You are just awesome! You always find the necessities without simplifying it into something no useful. Amazing!

  • @yoitslemonboy6988
    @yoitslemonboy6988 4 года назад +24

    i love how this guy always puts in so much effort to teach. i really appreciate it so much

    • @ikeonuorah1792
      @ikeonuorah1792 3 года назад +1

      Please Any idea how to add enviroment variables?

  • @rizibizi4995
    @rizibizi4995 4 месяца назад

    You are the king ! I love you !! A normal and logical, clear tutorial on setting up NGINX from start to finish . You also documented it in text.
    This deserves so many more views. Thank you so much

  • @pitisradu
    @pitisradu 4 года назад +2

    This is exactly what I needed for work this week...thank you a lot, Brad!

  • @ststeve499
    @ststeve499 4 года назад

    This is the only chanel I run to when I want a straightforward and without nonsense video. To be frank Mr Brad is fantastic!! Wish I had a teacher like this in my high school days..

  • @pauldudley1273
    @pauldudley1273 4 года назад +1

    I didn't even realise how long and how much i wanted this video until i saw the notification :D
    Thanks for all your tutorials and hard work that goes into them!

  • @Bartman2Dilaw
    @Bartman2Dilaw Год назад +4

    Best video on this subject ever seen!
    Congrats and Thanks - Very helpful.

  • @runningthenorth-west516
    @runningthenorth-west516 3 года назад

    Honestly, these tutorials are the only ones that make any sense. Thank you, Mr. Traversy. These videos are lifesaving.

  • @krizheijnen
    @krizheijnen 4 года назад

    This was incredibly helpful... I was struggling with it for hours until i found this video. It appeared that i didn't configure well the firewall, but this video really made it really clear.
    Thanks (again), Brad!

  • @johnthompson5034
    @johnthompson5034 2 года назад

    Unbelievably useful tutorial Brad. I could have struggled for weeks with this instead of only an hour or two. Many thanks!

  • @_attempter
    @_attempter Год назад

    i literally spent a week trying to follow other guides without success, but then you freaking SAVED ME with this. GOOD GOD THANK YOU

  • @chailandau2798
    @chailandau2798 2 года назад +5

    Thank you for the great tutorial! This really helped me out. If people are trying to install on Ubuntu 20.0.4, the command for certbot is: sudo apt install certbot python3-certbot-nginx

    • @joja4323
      @joja4323 Год назад +1

      Do I dare run a command from the RUclips comments section? Yes, yes I do dare. Thank you lol

  • @causecaos
    @causecaos 4 года назад

    This is just what I was looking for, I struggled to figure out the best way to setup my nodejs server with SSL, this is awesome, thanks dude

  • @jaymefrantz8783
    @jaymefrantz8783 Месяц назад

    This might just be the most useful video on YT! or at least the one I find myself coming back to year after year. I'm most comfortable on the frontend and anything web ops always scares me so I really, really appreciate this step by step video

  • @tomdaniels6232
    @tomdaniels6232 4 года назад

    Wow this couldn't have come at a better time. Brad you are seriously the man. Thank you so much for everything you do!

  • @dyrellius
    @dyrellius 4 года назад

    You always seem to upload the right video at the right time. Awesome work.

  • @mykalimba
    @mykalimba 4 года назад

    Wow, this is the easiest Let's Encrypt SSL tutorial that I've ever seen. Other ones I've seen are much more complicated. Amazing!

  • @alecmather
    @alecmather 3 года назад +1

    You continue to be the best programming educator on youtube. Thank you

  • @lehoangnam1400
    @lehoangnam1400 4 года назад

    Thank u , Brad. your videos are very helpful. I always watch them immediately after you 've posted !

  • @Andy-kr6ol
    @Andy-kr6ol 3 года назад

    Brad, you're amazing, thanks so much for this! Next time we need to learn anything tech related, we'll try out your courses. Cheers!

  • @Kenganhkl
    @Kenganhkl Год назад

    I spent three days straight trying to properly deploy my apps into some subdomains I had set up early on to no avail. Found your video and managed to set it up properly in a flash! Thank you very much from the bottom of my heart, mate!

  • @hitoishidas4423
    @hitoishidas4423 3 года назад

    Awesome video mate, had some confusion regarding the reverse proxy set up of NIGINX, you cleared away all my doubts. Thanks a ton for that, have a nice day!!

  • @mosey6615
    @mosey6615 7 месяцев назад

    Thank you for this. It helped me 4 years later!!

  • @danielcaldas3682
    @danielcaldas3682 2 года назад

    Amazing, still super relevant as of today! More than 2 years later. Just had a small hiccup at the end with certbot with a package migration to python3, python3-certbot. Thanks!

  • @nutShell_studios
    @nutShell_studios 3 месяца назад

    This video saved my life. I love how well everything was explained.

  • @craigdavies6937
    @craigdavies6937 4 года назад

    Always enjoy your tutorials, valuable info every time. :)

  • @luquipe4938
    @luquipe4938 Год назад

    You have no idea how useful and good this video was for me. Thanks so much!

  • @guillermomarindavila5779
    @guillermomarindavila5779 Год назад

    i have to thank you, this video did help me to deploy a slack app with docker in a digital ocean droplet using ngnix ! i learn a lot thanks to this

  • @alexisdauli8537
    @alexisdauli8537 4 года назад

    Always excited to view notification from your channel. thanks bro.

  • @DeepakRai-tf8un
    @DeepakRai-tf8un 4 года назад +34

    watching two full videos ad. 15 mins for supporting you. love you :)

    • @TraversyMedia
      @TraversyMedia  4 года назад +5

      Thanks man, that is awesome. I appreciate that :)

    • @Deepakrai767622
      @Deepakrai767622 4 года назад +1

      @@BxlFlorian thanx brother

    • @randomuser66438
      @randomuser66438 4 года назад +1

      Although I think his channel would rank higher in Adsense if the ads displayed here actually generated revenue for advertisers, which goes against this kind of practice

    • @randomuser66438
      @randomuser66438 4 года назад +1

      @@BxlFlorian They can still track engagement

  • @arielspalter7425
    @arielspalter7425 3 года назад

    This is a bless. I've been searching RUclips in the last 2 days. That's exactly what I needed. Would be nice to see a.sequel on how to add react app to this. Thanks 👍

  • @SuperMBARutgers2013
    @SuperMBARutgers2013 Год назад

    This is the most interesting video I watched in a long time! Thank you.

  • @avinashgardasalgonquin4371
    @avinashgardasalgonquin4371 2 года назад

    Dude you are the best!
    I love your Github profile, you are inspiring bro!

  • @khalidelgazzar
    @khalidelgazzar 10 месяцев назад +1

    Great video. Short & sweet. Thank you!

  • @ayanle9133
    @ayanle9133 4 года назад +1

    Brad,
    This was an AMAZING tutorial. Thank you, to the 1,000th degree!

  • @LeonardoSantos-mt9uv
    @LeonardoSantos-mt9uv 4 года назад

    I love your RUclips channel, besides learning new things I train my listening with native English haha ​​I greet you from Brazil 🇧🇷😁

  • @michaelappiah-kubi2829
    @michaelappiah-kubi2829 4 года назад

    Can't believe I need this today and it was uploaded yesterday. Liking it before i watch it!

  • @thedesignerdeveloper8205
    @thedesignerdeveloper8205 4 года назад

    Best tutorial ever man, this was so easy to follow. Your explanations are crystal clear. Thank you so much!

  • @heycherry100
    @heycherry100 4 года назад

    Really good tutorial! If you continue creating content of this high quality you will grow a lot!

  • @Jarajesh
    @Jarajesh 3 года назад

    You guys never disapoint its super clear

  • @aotechdev
    @aotechdev 4 года назад +1

    Thank you SixMuch Brad from the bottom of my heart I was thinking yesterday about NGINX and doesn't how to aproach

  • @pilatec
    @pilatec 3 года назад

    My tinkering around with Ubuntu some time back made this video super easy to understand and make sense of technical stuff it. Thanks a lot

  • @just_anonym883
    @just_anonym883 3 года назад

    Thank you so much, I've searched for how to point a domain to AWS elastic IP and how to install SSL, your videos helps a lot, thanks!

  • @jefjef418
    @jefjef418 4 года назад

    Omg I have learned so much with you, every week I have to learn something new and always you are there.

  • @guillermomolins3683
    @guillermomolins3683 3 года назад

    Thanks a lot for this video. It's worth mentioning this reverse proxy method can also be used to secure API interaction. I used it to secure my connection to a Geth node. Very useful!

  • @basiccodingwithadam8125
    @basiccodingwithadam8125 4 года назад

    Brad is the web development wizard. This is just what I was looking for! 🙏🏼

  • @dixondeuxyeux
    @dixondeuxyeux 3 года назад

    Fantastic information Brad. You are the best. This tutorial was clear and easy to follow. Many thanks, Dixon

  • @supersoul6893
    @supersoul6893 Год назад

    Everything was straight to the point. Just the Perfect Video I needed. You earned yourself a new follower. 🤩

  • @randomuser66438
    @randomuser66438 4 года назад

    I like your devops tutorials very much. Thank you!

  • @mdsafikulislam9113
    @mdsafikulislam9113 4 года назад +1

    Thank you so much. I was waiting for this tutorial.

  • @tibielias
    @tibielias 4 года назад

    This is very useful! Thanks for posting this Brad!

  • @shaunmacdougall340
    @shaunmacdougall340 3 года назад

    Dude nice work, you make it so easy. You made my whole year.

  • @adamkarafyllidis9264
    @adamkarafyllidis9264 4 года назад

    Thank you! Just what i needed! Would love to see more about security and also continuous integration!

  • @alexandros-markovits
    @alexandros-markovits 4 года назад +1

    A really great video Brad! Thank you so much 🙂 one with docker on top would be interesting too, or a more into farther security things to do on deployment.

  • @sergeikononov5868
    @sergeikononov5868 3 года назад

    Brad, thank you for this tutorial and other work you do! It saved hours of my time! 💪

  • @youssefelhabchi529
    @youssefelhabchi529 4 года назад

    You are the best bro, This is exactly what I was looking for recently. Thank a million times.

  • @erics3860
    @erics3860 2 года назад

    Best video on this topic that I've ever seen. Saved me a tonne of trouble. Thank you!!

  • @g-luu
    @g-luu 4 года назад +7

    Superb work as always. Would love to see this but with Docker containers rather than manual installations on the environment for node, npm etc.. For a more industry standard example

  • @ProgrammingwithPeter
    @ProgrammingwithPeter 4 года назад +1

    The configure process is the same no matter what you use. Great video, it will help devs doing their first release!

  • @sf9000
    @sf9000 2 года назад +1

    Excellent tutorial as usual! I had a couple of troubles that I thought I'd help people get around:
    1) Nginx was stuck on a 404, mainly because I'd used a bunch of tutorials across the web that got the whole config tied up. If this happens to you, just uninstall and reinstall and you should be good to go with this tutorial.
    2) When running the add-apt-repository ppa:certbot/certbot command, I got a message saying that this ppa was deprecated. Don't fret, just skip that command - run the update and move on to the apt-get install python-certbot-nginx.
    Once again, superb, Brad! Can't thank you enough!

  • @degraphe8824
    @degraphe8824 4 года назад +6

    Bro
    I just freaking needed this for my website!!!!

  • @serhiimamedov
    @serhiimamedov 4 года назад +1

    Damn man. Thanks a lot! About a month ago I had to figure out all of this by myself (never worked with nginx and let's encrypt before). It was such a pain in the ass... Now nobody will have to suffer this much anymore =D

  • @Mayankkumargeek
    @Mayankkumargeek 4 года назад

    Awesome Video Brad. 1 Million Very soon

  • @Davidkiania
    @Davidkiania 2 года назад

    Brad I really love your channel this is exactly what I was looking for thank you.

  • @faturachmandwiputro6517
    @faturachmandwiputro6517 4 года назад +2

    THANK YOU! I'VE BEEN STRUGGLING WITH THE NGINX

  • @kayderl
    @kayderl 3 года назад

    This is the most helpful video I've seen on RUclips. 👍

  • @hellfishii
    @hellfishii 3 года назад

    Dude this video is lit, easy to follow steps if you know what is a frontend and a backend

  • @imanqoly
    @imanqoly 2 года назад

    I like the way you force big service companies to do things in favor of your followers to learn things 👌

  • @aakashr79
    @aakashr79 2 года назад

    Hey. Just wanted to let you know. You saved my life. From AWS. Thanks.

  • @mrrandom2372
    @mrrandom2372 Год назад

    Thanks a lot Brad, It was really concise and to the point, saved a lot of time 😃

  • @joja4323
    @joja4323 Год назад

    This is EXACTLY what I needed. Thank you ❤️

  • @raimneves
    @raimneves Год назад

    Congratulations! Follow the way you did and it worked.

  • @deborahjamesmathew
    @deborahjamesmathew 4 года назад

    Woow This is such a great and complete explanation of deploying nodejs . Thank You so much !!!

  • @rajat2545
    @rajat2545 4 года назад

    thanks brad !!
    I was waiting for this..

  • @kid_kulafu_1727
    @kid_kulafu_1727 3 года назад

    this guy never miss man. thank you so much.

  • @AC-lt7xf
    @AC-lt7xf 9 месяцев назад

    Great tutorial! I really appreciate the way you teach. Thank you so much!

  • @indroneelray5569
    @indroneelray5569 4 года назад

    Thank you very much Brad. This was extremely helpful :)

  • @abhisheksinha9027
    @abhisheksinha9027 4 года назад

    So much of information yet so simply explained. #Respect

  • @mariocurkovic7978
    @mariocurkovic7978 3 года назад

    Man this is an awesome tutorial. I learned a lot! Trying to serve my application for like to days over https. No it finally works. Thank you very much! You another follower ;-)

  • @noahpedraza2659
    @noahpedraza2659 2 года назад

    Thank you! saved me from days of frustration!

  • @joshmatthewtalplacido1644
    @joshmatthewtalplacido1644 3 года назад

    Wow it's uploaded on my birthday. Thanks

  • @vittoriodeluca5233
    @vittoriodeluca5233 4 года назад

    Awesome, straight to the point. Looking forward your new vue and node courses. Some suggestions for future crash courses: nginx more detailed, web sec, deployments pipeline, golang web dev. Your 2 golang crash courses have been very useful for me. Best wishes

  • @sofiajohansson465
    @sofiajohansson465 4 года назад +1

    I think all of your videos are great! It would be very interesting to hear a comparison between different cloud vendors (PaaS, IaaS) like Heroku for website development and maybe domain hosts as well. A video regarding security (what you need to think about) for fullstack web development would also be great! At least I feel that those are some knowledge gaps :)

  • @gppproton
    @gppproton 4 года назад +103

    It would be nice to do a docker node deployment tutorial.

    • @alittleextra2832
      @alittleextra2832 4 года назад +5

      He already has that ruclips.net/video/hP77Rua1E0c/видео.html

    • @doncorleone3901
      @doncorleone3901 4 года назад +3

      He already has the docker tutorial and it is the best on RUclips

  • @liveconcerts696
    @liveconcerts696 Год назад

    Really straight forward. Love it

  • @VaiGo
    @VaiGo 4 года назад +1

    Hey mate. Thank you so much for all your work.

  • @NarendraKumar-tc3bm
    @NarendraKumar-tc3bm 4 года назад

    That was an awesome tutorials..thanks and love from India♥️

  • @HumAnTarg3t
    @HumAnTarg3t Год назад

    i think you just saved me from rewriting a lot of code, gonna try this method. thanks :)

  • @waddkara
    @waddkara 4 года назад

    @Travery Media I want to say Thank you. You Probably will never read this. In case you do, I want you to know you are doing a great job. You are impacting people not just in the USA but from all over the world (I currently live in DR). Most of the things I know I learned from your channel or from your Udemy course. Now I am working as a freelancer and able to support my family Thank you, man.

  • @schoolbook1
    @schoolbook1 2 года назад

    This dude is extraordinary teacher.

  • @aafaqahmed2265
    @aafaqahmed2265 2 года назад

    Really awesome, concise but complete

  • @JamesFraley
    @JamesFraley 2 года назад

    Great Video!! Thank you for putting it together.

  • @MBkingsoft
    @MBkingsoft Год назад

    Clear and to the point. Thank you so much!