Deploy Node.js app with Digital Ocean (Free SSL certificate with Certbot)

Поділитися
Вставка
  • Опубліковано 16 вер 2024

КОМЕНТАРІ • 27

  • @ryanmichael_hirst_0
    @ryanmichael_hirst_0  5 років тому +6

    Timestamps
    --------------------
    0:00 Video Overview
    1:54 Creating a server with Digital Ocean
    5:06 Installing Node on the server
    6:52 Setting up our app on the server
    7:59 Setting up our domain
    11:52 Creating a free SSL certificate with Certbot
    14:58 Configuring our server to use SSL
    16:29 Deploying our app
    16:34 (important info!!)
    17:24 Bundle benefits
    18:54 Thanks for watching (:

  • @dailymeow3283
    @dailymeow3283 3 роки тому +5

    Awesome, just what i'm looking for,,, 14:59 btw you can edit the code on the remote using Remote SSH extension in vscode better than using the terminal to

  • @devdylan6152
    @devdylan6152 4 роки тому

    couldn't get domains working..... looked everywhere.... it was the period copied automatically in the namespace after.com that was messing everything up -_- thank you for being the only person who has mentioned this....

  • @SeraphTuts
    @SeraphTuts 5 років тому +2

    Great video man....really amazing...to the point and no doubts....

  • @CarloNyte
    @CarloNyte 3 роки тому +1

    Dude!!! Thank you so much for this video!!

  • @muhammadsarmad_
    @muhammadsarmad_ 4 роки тому +2

    Wao, help me a lot , thanks buddy for such a nice piece of work. keep it up

  • @alexhorvath5074
    @alexhorvath5074 4 роки тому +4

    You forgot some important things, like installing nginx server. If someone follows this video, well, there won't be any running deployed app at all.

    • @mykalimba
      @mykalimba 4 роки тому +1

      I was expecting that, too, but I think he's taking a different approach here. That's why he has to enter all of the cert info into the application code.
      Personally, I think it's significantly easier to use nginx as a reverse proxy to my app, and use the --nginx flag when obtaining my SSL cert.

  • @owenwexler7214
    @owenwexler7214 2 роки тому

    How to exit Vim at 15:45
    FINALLY THE MYSTERY HAS BEEN SOLVED

  • @prekenful
    @prekenful 3 роки тому

    Hi, Sorry but you don't use pm2 for run on background nodejs? Can you explain me?

  • @jhonatacabral4289
    @jhonatacabral4289 3 роки тому

    You save my life!

  • @pradeexsu
    @pradeexsu 2 роки тому

    thanks bro, it worked for me

  • @liamsmith-yp3xh
    @liamsmith-yp3xh 3 роки тому

    i already have a full stack app, could you please go over how to create a json that runs the front and backend like yours does, currently have pm2 installed and serve after looking over yours and the create-react-app deployment docs, but after that im pretty lost, especially with getting them both to run same time

  • @jhonatacabral4289
    @jhonatacabral4289 3 роки тому

    5:05 After droplet created

  • @cleverengineers
    @cleverengineers 3 роки тому

    I need help. I have a React JS site...it was working fine...lastly I have changed my root password of my DigitalOcean Droplet. After changing the root password its showing an Error Message "502 Bad Getway" . Please help me how to resolve it?

  • @srijansingh8272
    @srijansingh8272 4 роки тому

    Thanks for the video. But I am facing an issue. Ehen I refresh the page it gives ""cannot get /dashbopaed" error

  • @dre4085
    @dre4085 4 роки тому

    I have tried but it is not working in my case i dont know what i am doing wrong

  • @iamanishkumar
    @iamanishkumar 3 роки тому

    Nice tutorial but please reply how to update code when gihub code is updated

  • @somtoachu5704
    @somtoachu5704 3 роки тому

    thanks man

  • @gakubar
    @gakubar 3 роки тому

    It's a fine video but you should be testing step by step not doing all things at once.

  • @owaistariq1858
    @owaistariq1858 3 роки тому

    are the steps the same with windows?

  • @salemouail627
    @salemouail627 3 роки тому

    i want to deploy a next js app (with a node js in the backend )
    hope that u can make a video like this about it
    thanks for the video

  • @parvindrasingh4467
    @parvindrasingh4467 4 роки тому

    when i hit sudo add-apt-repository ppa:certbot/certbot , i get following error -> ```gpg: Total number processed: 1
    gpg: imported: 1
    gpg: no valid OpenPGP data found.```
    can you help !!