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

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ธ.ค. 2024

ความคิดเห็น • 25

  • @nadetdevfullstack7041
    @nadetdevfullstack7041 10 หลายเดือนก่อน

    Excellent ! Thanks

  • @nelsonrivers8546
    @nelsonrivers8546 9 หลายเดือนก่อน +1

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

  • @itskeno6191
    @itskeno6191 4 หลายเดือนก่อน

    Brooo, thank you so much

  • @_Afsus
    @_Afsus 5 หลายเดือนก่อน

    Great tuto ❤❤

  • @sandrocutri520
    @sandrocutri520 7 หลายเดือนก่อน

    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.

  • @sidof8065
    @sidof8065 หลายเดือนก่อน

    Good

  • @tunisiasparx2105
    @tunisiasparx2105 4 หลายเดือนก่อน

    awsome

  • @the.jaidev
    @the.jaidev 5 หลายเดือนก่อน

    SIr, how did the app start from docker without issuing ng --server or npm start? Could you please help me understand? Btw, thank you so much for all the time and effort you put in teaching us :)

  • @sidof8065
    @sidof8065 หลายเดือนก่อน

    Please help us with deploy an Angular app with domain name on aws

  • @bogujang9
    @bogujang9 5 หลายเดือนก่อน

    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?

  • @mortezakehtari888
    @mortezakehtari888 7 หลายเดือนก่อน +1

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

    • @dlcanegro753
      @dlcanegro753 7 หลายเดือนก่อน +1

      Have you found a tutorial to implement angular 17 ssr?

    • @mortezakehtari888
      @mortezakehtari888 7 หลายเดือนก่อน

      @@dlcanegro753 I know how to implement Angular 17 SSR, but I don't know how the configuration should be for the deployment

  • @ahmedamed271
    @ahmedamed271 5 หลายเดือนก่อน

    ERROR: failed to solve: process "/bin/sh -c npm ci" did not complete successfully: exit code: 1

  • @stefanciobanu2933
    @stefanciobanu2933 6 หลายเดือนก่อน +1

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

    • @nourgr-fk1bb
      @nourgr-fk1bb 5 หลายเดือนก่อน

      I have the same problem. Do you find a solution please?

    • @stefanciobanu2933
      @stefanciobanu2933 5 หลายเดือนก่อน

      @@nourgr-fk1bb Yes, I managed to solve it. The problem was in the nginx.conf file. The path was not correctly specified so it wasn't able to find the correct index.html. Try changing the path

    • @nourgr-fk1bb
      @nourgr-fk1bb 5 หลายเดือนก่อน

      @@stefanciobanu2933 thank you so much!

  • @IbrahimIbrahim-pe2kq
    @IbrahimIbrahim-pe2kq 4 หลายเดือนก่อน

    in docker desktop when you hit run and pass enviroment varaible can you read them from angular ?

    • @codedeck
      @codedeck  4 หลายเดือนก่อน +1

      This will probably help you shadynagy.com/dynamically-injecting-environment-variables-in-dockerized-angular/
      However please bear in mind that angular apps are loaded into the browser, thus be careful of accidentally exposing env variables to your users. Generally I would recommend simply storing your public env variables in your environment files directly since I don't see much benefit in fetching them from docker unless you have a very specific use case.

    • @IbrahimIbrahim-pe2kq
      @IbrahimIbrahim-pe2kq 3 หลายเดือนก่อน

      @@codedeck
      Thank you I've made something similler but it do helped me greetings 🐓🐔

  • @jahedulislam3438
    @jahedulislam3438 8 หลายเดือนก่อน

    Why it shows 403 forbidden.

  • @draveshsingh1
    @draveshsingh1 8 หลายเดือนก่อน +2

    Is SSR is enable in your project?

    • @codedeck
      @codedeck  8 หลายเดือนก่อน

      In this video the build was without SSR

    • @sidof8065
      @sidof8065 8 หลายเดือนก่อน +4

      ​@@codedeck Could you do another vidéo with SSR