From c66813a3cc93f1b284d900894d574d778a456352 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Tollk=C3=BChn?= Date: Wed, 10 Sep 2025 15:45:32 +0200 Subject: [PATCH] add Readme --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..29c047c --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +P.A.R.S.E. – Project Archive, Repository & Search Engine +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 + + ...