From debb015c33c89ebf053c80cf4438d819ab234ec3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20B=C3=B6hm?= Date: Fri, 9 Aug 2024 14:16:24 +0200 Subject: [PATCH] Added some infos to readme.md --- README.md | 30 +++++++++++++++++++++--------- 1 file changed, 21 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 7db80e4..b961279 100644 --- a/README.md +++ b/README.md @@ -5,20 +5,32 @@ application up and running. Things you may want to cover: -* Ruby version +## Ruby version -* System dependencies +## System dependencies -* Configuration +- poppler (PDF rendering libary) +- vips (Image processing libary) -* Database creation +## Configuration -* Database initialization +## Database creation -* How to run the test suite +```bash +rails db:create +``` -* Services (job queues, cache servers, search engines, etc.) +## Database initialization -* Deployment instructions +```bash +rails db:migrate +rails db:seed # (for developing) +``` -* ... +## How to run the test suite + +No tests for now.. ;) + +## Services (job queues, cache servers, search engines, etc.) + +## Deployment instructions