From b2774f0bed17edc92f4e6f61b7292c715b7bfb04 Mon Sep 17 00:00:00 2001
From: Jan Siwiec <jan.siwiec@vsb.cz>
Date: Mon, 11 Jul 2022 14:57:34 +0200
Subject: [PATCH] Ood

---
 .../graphical-user-interface/ood.md           | 22 +++++++++++++++++++
 mkdocs.yml                                    |  1 +
 2 files changed, 23 insertions(+)
 create mode 100644 docs.it4i/general/accessing-the-clusters/graphical-user-interface/ood.md

diff --git a/docs.it4i/general/accessing-the-clusters/graphical-user-interface/ood.md b/docs.it4i/general/accessing-the-clusters/graphical-user-interface/ood.md
new file mode 100644
index 000000000..630089a24
--- /dev/null
+++ b/docs.it4i/general/accessing-the-clusters/graphical-user-interface/ood.md
@@ -0,0 +1,22 @@
+# Open OnDemand
+
+[Open OnDemand][1] is an intuitive, innovative, and interactive interface to remote computing resources.
+It allows users to access our services from any device and web browser,
+resulting in faster and more efficient use of supercomputing resources.
+
+For more information, see the [Open OnDemand][2] documentation.
+
+## Access Open OnDemand
+
+To access the OOD interface, go to [https://ood.it4i.cz][3] and enter your e-INFRA CZ or IT4I credentials.
+Note that you must be connected to IT4I VPN to access the service.
+
+From the top menu bar, you can manage your files and jobs, access the cluster's shell and launch interactive apps on login nodes - Mate & XFCE desktops.
+
+Under *Jobs > Job Composer*, you can create jobs from several sources.
+A simple tutorial will guide you through the process.
+To restart the tutorial, click *Help* in the upper right corner.
+
+[1]: https://openondemand.org/
+[2]: https://osc.github.io/ood-documentation/latest/
+[3]: https://ood.it4i.cz
diff --git a/mkdocs.yml b/mkdocs.yml
index 846664e59..f2d76efb6 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -64,6 +64,7 @@ nav:
         - SSH Access: general/shell-and-data-access.md
         - SSH & Key Management: general/accessing-the-clusters/shell-access-and-data-transfer/ssh-key-management.md  
       - GUI:
+        - Open OnDemand: general/accessing-the-clusters/graphical-user-interface/ood.md
         - VNC: general/accessing-the-clusters/graphical-user-interface/vnc.md
         - X Window System: general/accessing-the-clusters/graphical-user-interface/x-window-system.md
         - Xorg: general/accessing-the-clusters/graphical-user-interface/xorg.md
-- 
GitLab