Deploying Django with Kamal

Steps Link to heading

  1. Install Ruby. I didn’t have Ruby installed and I use mise-en-place as my tool version manager. So, I installed Ruby:
mise use ruby 3.4.2
  1. Spin up a VPS. It could be any VPS. I used AWS EC2 because of the free tier. I did it through the AWS console.

  2. Install kamal

gem install kamal