Python for Entrepreneurs Transcripts
Chapter: Course Conclusion
Lecture: Lightning review: Deployment
Login or
purchase this course
to watch this video and the rest of the course contents.
0:02
We started out with a Pyramid application that we had built sitting on our local machine. But there was no way for perspective customers to access it.
0:10
Throughout the videos in the course, we built up our application and deployed it to a server on Digital Ocean.
0:17
What at first looked like a really complicated deployment diagram we broke down into individual steps.
0:23
So we provisioned a server through Digital Ocean with an operating system on it we added a web server, our Python code
0:31
using source control to grab our code off of github, we created public and private keys in order to securely access our code,
0:39
and then we used a few external services like github, PyPi, Let's encrypt, Namechep,
0:45
in order to register domain names and provide notifications through Twilio, so a combination of what we deployed on our own server,
0:53
and external services that we were accessing allowed us to deploy our application and make it publicly addressable
1:01
to any perspective customers through the internet.