An outline of 14 key components that are needed for a full stack production deployment of a commercial user-facing Python web app, with some recommended options.
As part of this series on creating and deploying a full stack web app, I’m using the Django web framework. Django has pre-designed parts for you compared to Flask which I’ve used previously. That saves some development time, although it… Continue Reading →
Debugging four common SSH key issues when authenticating with a Github private repo on a remote host: Not all VPS are created equal (especially AWS – Root user login disabled), Github access via SSH uses a different address format, Github repos must have unique SSH keys, AND only the key for the repo you are accessing should be loaded, SSH key forwarding gets disabled if the remote host identification changes.
For the first python web app I created, most of the tricky parts and learning came with trying to deploy it to a server, which result in lots of trial and error, and writing down a huge long list of… Continue Reading →
© 2024 AndyPi — Powered by WordPress
Theme by Anders Noren — Up ↑