Deploying Node.js Applications - Deploy Node the right way - as an Upstart Service

preview_player
Показать описание


Watch the other 2 videos in this series:

-~-~~-~~~-~~-~-
Also watch: "Responsive Design Tutorial - Tips for making web sites look great on any device"
-~-~~-~~~-~~-~-
Рекомендации по теме
Комментарии
Автор

Great video. I'm going to keep this series in my back pocket for when I really get into node.

MarcelRobitaille
Автор

What a great series for learning how to deploy node.js apps. Thank you!

mtnrabi
Автор

Thanks for this, I use Heroku and been looking for a more reasonably prices nodejs host and this series helped.

newbreedofgeek
Автор

Very nice series of videos. Very appreciated. 

serhioromano
Автор

I like the fly command too ;) Thanks for the awesome tutorials!!

brukhMAC
Автор

Amazing! I'm watching it today 2020/07/04

abdulkhaliq
Автор

Awesome time saver, thanks! Quick question though: Now that you're not using 'forever', will the node-app automatically restart on crash? I'm assuming that's what the respawn line does in your node-app.conf file and the operating system now takes on the role of forever ? Thanks again, your tutorials are fantastic.

deefadale
Автор

Hi and thanks for awesome videos. Can you make one video about debugging or any other way that you use to find errors in code?

nicksvanidze
Автор

Hey Will, once you have a domain how do you point it to the specific port your Node server is running on? Do you still have to run Apache with virtual hosts? Or is there a standard way to do this???
After looking around I see some people simply having their Node server listen on port 80, is that a safe and standard way to do it? And how could you have multiple apps on the same server then?

GifCoDigital
Автор

Excelents videos thanks, ¿where is the github tutorial where you copy the codes from?

manuelcalle
Автор

Hi, can you please please guide on how to setup and deploy MEAN stack app on offline (no internet) RHEL server?

shayaljindal
Автор

Just curious, but if your server takes 10-15 seconds to restart (as any large app probably will), wouldn't it be really easy to ssh into the ip or the domain and kill your server for 10-15 seconds while it is restarting. How would we be able to protect such a thing while keeping the deploy account without a password?

maybebren
Автор

"Vim is better..." hide from the fallout :) but seriously, super useful vids, thanks

VeryBlueBot
Автор

Hey thanks for such simple tutorial. How can I deploy it to port 80 as any normal app?

alex_ventura
Автор

it is possible to do all of this with pm2 instead of forever?

zaidhaan
Автор

Why not just `exec /usr/local/bin/forever bin/www` ?

damionjn
Автор

Thanks for this usefull serie,  but with forever I can see app logs... how can I do the same with this service solution ?

maximesahroui
Автор

Using the 'start' command on the file name /etc/init/node-app.conf doesn't work on ubuntu server (as root of course). Any ideas ?

JayDoge
Автор

this video is old so now you would be better off using pm2 to run your node apps instead of forever. Turns out forever didn't last forever.

rtorcato