larryhudson / aiderbot

AI coding assistant that can resolve issues in your GitHub repo
3 stars 0 forks source link

Deploy instructions for an Ubuntu VPS + Nginx #35

Closed larryhudson closed 1 month ago

larryhudson commented 1 month ago

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.

larryhudson commented 1 month ago

@Aiderbot could you handle this?

larryhudson-aider-github[bot] commented 1 month ago

I've created a pull request to address this issue: https://github.com/larryhudson/github-app-aider/pull/36