How to Deploy an Angular Application 2024 (Docker, Nginx & Digitalocean)

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

In this video I am demonstrating how to properly deploy and angular 17+ application to the web. We are using docker alongside with Nginx to serve the application, while we are using digitalocean as our cloud service provider.

#angular17 #angular #digitalocean #deployment #programming #2024 #webdevelopment #fullstack
Рекомендации по теме
Комментарии
Автор

Excellent Tutorial! Can you make a short tutorial on how to do this with a repo so that DigitalOcean auto deploys on changes? It looks pretty straight forward, but in my case the deployment fails without error messages.

sandrocutri
Автор

It would be nice to have a similar on SpringBoot app deployed to digital ocean

vasyland
Автор

Can you do a video and show how to deploy an Angular app to IIS ?

nelsonrivers
Автор

Thank you, that was exacly what i was looking for. What if i have nodejs(express) ./server folder in my angular app root, how can i make it running as well? Lets say to test locally i use 'cd server && npm run server', so how to make it work in the same contpainer? Is it just a matter of adding it into a dockerfile somewhere?

bogujang
Автор

can you please explain what should be the configuration if our application is SSR?

mortezakehtari
Автор

When I try to access the app's port it just displays a page saying : "Welcome to nginix". Why is this happening??

stefanciobanu