Dumping ground for potential rewrites (NOT changes to the existing code)
Find a file
2023-07-20 02:19:45 +02:00
app init 2023-07-20 02:19:45 +02:00
bin init 2023-07-20 02:19:45 +02:00
config init 2023-07-20 02:19:45 +02:00
db init 2023-07-20 02:19:45 +02:00
lib init 2023-07-20 02:19:45 +02:00
log init 2023-07-20 02:19:45 +02:00
public init 2023-07-20 02:19:45 +02:00
storage init 2023-07-20 02:19:45 +02:00
test init 2023-07-20 02:19:45 +02:00
tmp init 2023-07-20 02:19:45 +02:00
vendor init 2023-07-20 02:19:45 +02:00
.gitattributes init 2023-07-20 02:19:45 +02:00
.gitignore init 2023-07-20 02:19:45 +02:00
.ruby-version init 2023-07-20 02:19:45 +02:00
config.ru init 2023-07-20 02:19:45 +02:00
Gemfile init 2023-07-20 02:19:45 +02:00
Gemfile.lock init 2023-07-20 02:19:45 +02:00
package.json init 2023-07-20 02:19:45 +02:00
Procfile.dev init 2023-07-20 02:19:45 +02:00
Rakefile init 2023-07-20 02:19:45 +02:00
README.md init 2023-07-20 02:19:45 +02:00
webpack.config.js init 2023-07-20 02:19:45 +02:00
yarn.lock init 2023-07-20 02:19:45 +02: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

  • ...