From 189f82113340fd8b2f3200f5a73043ada404c730 Mon Sep 17 00:00:00 2001 From: Michael Kohlhase Date: Fri, 31 Jul 2020 07:42:05 +0200 Subject: [PATCH] adding general intro with pointers to the user documentation --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9c1ee10..d50b66d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,18 @@ # WissKI-Distillery -WissKI-Distillery is a Docker-based server provisioning and managing for multiple [WissKI](https://wiss-ki.eu/) instances. +WissKI-Distillery is a Docker-based server provisioning and managing for multiple +[WissKI](https://wiss-ki.eu/) instances. + +The WissKI Distillery is a set of scripts, tools, and applications that allows to operate +a WissKI cloud of distinct but jointly managed WissKI instances, hosted on a dedicated +hardware pool. Like the WissKI system, the WissKI Distillery is open source and free to +use. + +This README contains the technical documentation, +[user-level documentation is on the project wiki](https://gitlab.cs.fau.de/AGFD/wisski-distillery/-/wikis/Documentation). +FAU Erlangen-Nürnberg operates a WissKI cloud at https://wisski.agfd.fau.de (see details +there). That serves as the reference deployment and drives the development for the WissKI +Distillery. **This project is still a work in progress and nothing in this repository is ready for production use** @@ -291,4 +303,4 @@ This also applies if you only run a backend service based on this software. - Investigate managing graphdb - Investigate delegating shell access - Investigate delegating ftp access -- document CNAME structure \ No newline at end of file +- document CNAME structure