Deploying Django with Kamal
Steps Link to heading
- 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
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.
Install kamal
gem install kamal