From 45f9ba2be999d8a2e0d7c0a28c92717c0a9deaac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kruli=C5=A1?= Date: Sat, 29 Jan 2022 17:26:17 +0100 Subject: [PATCH] Updated Installation (markdown) --- Installation.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Installation.md b/Installation.md index 3e86f14..cf38be0 100644 --- a/Installation.md +++ b/Installation.md @@ -264,9 +264,11 @@ It is also recommended that you fill in the initial data into the database: After executing the fill command the database will contain: * Instance with administrator registered as local account with credentials user name: `admin@admin.com`, password: `admin` -* Runtime environments which ReCodEx can handle * Default single hardware group which might be used for workers -* Pipelines for runtime environments which can be used when building exercises + +In the past, the initial fill also contained pipelines and runtime environments, +but they have been moved to separate repository [`runtimes`](https://github.com/ReCodEx/runtimes). +Check out its readme how to import runtime environments you wish to support in your system. To modify the data further, you might want to set up some database administration tool. We are shipping the [Adminer](https://www.adminer.org/) along with core