From 05a67f11513f47e85fefd3807aa4acd92fe0fe76 Mon Sep 17 00:00:00 2001
From: Tor-Einar Skog <tor-einar.skog@nibio.no>
Date: Tue, 30 Jun 2020 09:41:07 +0200
Subject: [PATCH] Added a bit of installation info

---
 server_configuration/README.md | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 server_configuration/README.md

diff --git a/server_configuration/README.md b/server_configuration/README.md
new file mode 100644
index 0000000..7f7a633
--- /dev/null
+++ b/server_configuration/README.md
@@ -0,0 +1,6 @@
+INSTALLATION OF VIPSCore, VIPSCoreManager and VIPSLogic
+
+Installation of the system requires a good set of skills in Linux, PostgreSQL, Wildfly/Java and Apache. There are currently no good documentation of how to do it, except for the scripts in this project: https://gitlab.nibio.no/vips-setup . If you can read these scripts, they contain basically everything you need to know in order to configure the system.
+
+INSTALLATION of VIPSWeb
+VIPSWeb is a Django application that ideally runs behind Apache or Nginx. There is documentation for Apache configuration available
-- 
GitLab