Once you've created this repository from the 'IcaliaLabs/rails-google-cloud-quickstart' template, please run this script inside Visual Studio Code Dev Container - or if you have rails installed in the host, you can do it directly:
bin/run-after-repo-create-from-template
You should delete this section of the README.md
file after successfully
running this command.
Create a commit with these changes, and push it to main
.
A config/master.key
file should be created in the process. Make sure you store
the contents in Google Cloud Secret Manager.
This README would normally document whatever steps are necessary to get the application up and running.
Things you may want to cover:
-
Ruby version
-
System dependencies
-
Configuration
-
Database creation
-
Database initialization
-
How to run the test suite
-
Services (job queues, cache servers, search engines, etc.)
-
Deployment instructions
-
...