Go to file
2024-12-30 00:09:54 +08:00
.github init sample-app 2024-12-29 17:12:54 +08:00
.kamal init sample-app 2024-12-29 17:12:54 +08:00
app finish 2024-12-30 00:09:54 +08:00
bin init sample-app 2024-12-29 17:12:54 +08:00
config finish 2024-12-30 00:09:54 +08:00
db init sample-app 2024-12-29 17:12:54 +08:00
lib/tasks init sample-app 2024-12-29 17:12:54 +08:00
log init sample-app 2024-12-29 17:12:54 +08:00
public init sample-app 2024-12-29 17:12:54 +08:00
script init sample-app 2024-12-29 17:12:54 +08:00
storage init sample-app 2024-12-29 17:12:54 +08:00
test finish 2024-12-30 00:09:54 +08:00
tmp init sample-app 2024-12-29 17:12:54 +08:00
vendor init sample-app 2024-12-29 17:12:54 +08:00
.dockerignore init sample-app 2024-12-29 17:12:54 +08:00
.gitattributes init sample-app 2024-12-29 17:12:54 +08:00
.gitignore init sample-app 2024-12-29 17:12:54 +08:00
.rubocop.yml init sample-app 2024-12-29 17:12:54 +08:00
.ruby-version init sample-app 2024-12-29 17:12:54 +08:00
config.ru init sample-app 2024-12-29 17:12:54 +08:00
Dockerfile init sample-app 2024-12-29 17:12:54 +08:00
Gemfile finish 2024-12-30 00:09:54 +08:00
Gemfile.lock finish 2024-12-30 00:09:54 +08:00
Guardfile finish 2024-12-30 00:09:54 +08:00
Rakefile init sample-app 2024-12-29 17:12:54 +08:00
README.md init sample-app 2024-12-29 17:12:54 +08:00

README

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

  • ...