Overview of Django App Deployment (2)
In app deployment, there are many choices you need to make. For example:
- Which hosting service are you going to use?
- On which OS do you want to deploy your app?
- Which database are you going to use for production?
- Which combination of the web server and application server are you going to configure?
In this chapter, we'll explain the app deployment processes with specific case examples addressing the questions above.
Hosting Service
The first choice you need to make is which hosting service you want to use. There are different types of hosting services and providers.
For hosting services, the traditional approach was using a rental server; however, it is getting less popular now. Cloud services or VPS (Virtual Private Server) have recently become more popular as you don't need to worry about technical infrastructure management.
There are further different type
Subscribe now for
uninterrupted access.