From 0f1f78f0ce7922fbb67bb63d693000730cb21354 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= <lukas.krupcik@vsb.cz>
Date: Tue, 26 May 2020 13:53:41 +0200
Subject: [PATCH] new software

---
 docs.it4i/software/modules/new-software.md | 22 ++++++++++++++++++++++
 mkdocs.yml                                 |  3 ++-
 2 files changed, 24 insertions(+), 1 deletion(-)
 create mode 100644 docs.it4i/software/modules/new-software.md

diff --git a/docs.it4i/software/modules/new-software.md b/docs.it4i/software/modules/new-software.md
new file mode 100644
index 000000000..1c61e66f2
--- /dev/null
+++ b/docs.it4i/software/modules/new-software.md
@@ -0,0 +1,22 @@
+# New Software Installation Request
+
+If you need to install new software on IT4Innovations' clusters, send your request to [support\[at\]it4i.cz][a].
+In the request, provide the following information:
+
+1. Software name **(required)**;
+1. Website **(required)**;
+1. Type of software (e.g. open-source, commercial, ...) **(required)**;
+1. Required software version (specific version or 'latest') **(required)**;
+1. Dependencies (both required and optional ones that are required for your use case);
+1. Pointer to installation guide **(required)**;
+1. Pointer to documentation on how to test installation;
+1. Details of license server, hostname and port(s) (if any);
+1. Instructions to run test case;
+1. Short motivation describing why you want to use this software **(required)**;
+1. When would you like to use this software? **(required)**;
+1. Toolchain preference (e.g. intel/2020a, ...);
+1. Does this software need to be made available to only a particular group of users? **(required)**
+   - No, installation can be public;
+   - Yes (specify the group of users).
+
+[a]: mailto:support@it4i.cz
diff --git a/mkdocs.yml b/mkdocs.yml
index e22ea9a94..7d9116a77 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -13,7 +13,7 @@ repo_name: sccs/docs.it4i.cz
 repo_url: https://code.it4i.cz/sccs/docs.it4i.cz
 
 # Copyright
-copyright: Copyright (c) 2013-2019 IT4Innovations__VERSION__
+copyright: Copyright (c) 2013-2020 IT4Innovations__VERSION__
 
 theme:
   name: material
@@ -98,6 +98,7 @@ nav:
   - Software:
     - Environment and Modules: environment-and-modules.md
     - Modules:
+      - Software Installation Request: software/modules/new-software.md      
       - Lmod Environment: software/modules/lmod.md
       - Intel Xeon Phi Environment: software/mic/mic_environment.md
       - Modules Matrix: modules-matrix.md
-- 
GitLab