I built web with django, and hosted it in heroku. Now I am working for a bank and going to build dashboard, but I can not host it on heroku. It should be in the local server only as far as I know.
Can someone tell how the process is, in this case? Is it required to spend long time to learn how to host?
Thank you!
This kind of deployment is called on-premise deployment... as @Abdul Aziz Barkat said it is a very broad term that will force you to concern about multiple aspects like how to handle running the app and for that there are multiple options (docker containers, separated system services...). and also how to handle caching and handling up-time and server downs (checking services' health) and how to recover, load balancing, firewall etc...