I'd like to prepare to get this running on an Ubuntu VPS. I usually like to deploy web apps using Gunicorn + Nginx + Certbot + Supervisor. Can you please write instructions for deploying and add to a DEPLOY_INSTRUCTIONS.md file in the project root?
It would even be good to write a helpful Bash script that would help the user set this up on a new VPS server from scratch - it would ask if the user if they want to install each dependency and then it would automate the steps as much as possible. But it would also explain what it is doing.
Let's also consider how we would keep the app up to date when we make changes to the source code.
I'd like to prepare to get this running on an Ubuntu VPS. I usually like to deploy web apps using Gunicorn + Nginx + Certbot + Supervisor. Can you please write instructions for deploying and add to a DEPLOY_INSTRUCTIONS.md file in the project root?
It would even be good to write a helpful Bash script that would help the user set this up on a new VPS server from scratch - it would ask if the user if they want to install each dependency and then it would automate the steps as much as possible. But it would also explain what it is doing.
Let's also consider how we would keep the app up to date when we make changes to the source code.