Getting Started
Install AWS Copilot
Please follow the official guide to install AWS Copilot.
After installation, make sure you can run
copilot --version
and see the output
copilot version: v1.27.0
Install Ruby on Rails
Run
gem install rails
After installation, run
rails -v
and make sure you can see the output
Rails 7.0.4.3