From ce92dc9afc64e42c11eb9572b7cea3d60d941f56 Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@nibio.no> Date: Tue, 9 May 2017 19:46:57 +0200 Subject: [PATCH] Add readme.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0548005 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +The CoreManager is a server component that acts as a front end to the VIPSCore system. +The main tasks are authencication, authorization, scaling and logging of activities +in the VIPSCore system. All requests to VIPSCore are routed through VIPSCoreManager. \ No newline at end of file -- GitLab