Skip to content
Snippets Groups Projects
Commit ac746149 authored by Lukáš Krupčík's avatar Lukáš Krupčík
Browse files

Merge branch 'new_modules' into 'master'

New modules

See merge request !154
parents a5ab87e7 85fc5ba4
No related branches found
No related tags found
6 merge requests!368Update prace.md to document the change from qprace to qprod as the default...,!367Update prace.md to document the change from qprace to qprod as the default...,!366Update prace.md to document the change from qprace to qprod as the default...,!323extended-acls-storage-section,!196Master,!154New modules
...@@ -15,19 +15,16 @@ copyright: Copyright (c) 2017 IT4Innovations__VERSION__ ...@@ -15,19 +15,16 @@ copyright: Copyright (c) 2017 IT4Innovations__VERSION__
pages: pages:
- Home: index.md - Home: index.md
# - History of Downtimes: downtimes_history.md
- General: - General:
- Applying for Resources: general/applying-for-resources.md - Applying for Resources: general/applying-for-resources.md
- Obtaining Login Credentials: general/obtaining-login-credentials/obtaining-login-credentials.md - Obtaining Login Credentials: general/obtaining-login-credentials/obtaining-login-credentials.md
- Certificates FAQ: general/obtaining-login-credentials/certificates-faq.md - Certificates FAQ: general/obtaining-login-credentials/certificates-faq.md
- Accessing the Clusters: - Accessing the Clusters:
#- Introduction: general/accessing-the-clusters/introduction.md
- OpenSSH Keys (UN*X): general/accessing-the-clusters/shell-access-and-data-transfer/ssh-keys.md - OpenSSH Keys (UN*X): general/accessing-the-clusters/shell-access-and-data-transfer/ssh-keys.md
- PuTTY (Windows): general/accessing-the-clusters/shell-access-and-data-transfer/putty.md - PuTTY (Windows): general/accessing-the-clusters/shell-access-and-data-transfer/putty.md
- X Window System: general/accessing-the-clusters/graphical-user-interface/x-window-system.md - X Window System: general/accessing-the-clusters/graphical-user-interface/x-window-system.md
- VNC: general/accessing-the-clusters/graphical-user-interface/vnc.md - VNC: general/accessing-the-clusters/graphical-user-interface/vnc.md
- VPN Access: general/accessing-the-clusters/vpn-access.md - VPN Access: general/accessing-the-clusters/vpn-access.md
# - VPN-Connection-Fail-in-Win-8.1: general/accessing-the-clusters/shell-access-and-data-transfer/vpn-connection-fail-in-win-8.1.md
- Salomon Cluster: - Salomon Cluster:
- Introduction: salomon/introduction.md - Introduction: salomon/introduction.md
- Hardware Overview: salomon/hardware-overview.md - Hardware Overview: salomon/hardware-overview.md
...@@ -196,13 +193,9 @@ pages: ...@@ -196,13 +193,9 @@ pages:
- Operating System: anselm/software/operating-system.md - Operating System: anselm/software/operating-system.md
- ParaView: anselm/software/paraview.md - ParaView: anselm/software/paraview.md
- Virtualization: anselm/software/virtualization.md - Virtualization: anselm/software/virtualization.md
# - Modules Matrix: modules-matrix.md
- PBS Pro Documentation: pbspro.md - PBS Pro Documentation: pbspro.md
# - Testing:
# - Colors: colors.md
extra: extra:
#logo: img/logo2.png
repo_icon: gitlab repo_icon: gitlab
palette: palette:
primary: 'grey' primary: 'grey'
......
#!/bin/bash #!/bin/bash
curl -s https://code.it4i.cz/hrb33/modules-anselm/raw/master/anselm.csv -o modules-anselm.csv curl -s https://code.it4i.cz/sccs/it4i-modules/raw/master/anselm.csv -o modules-anselm.csv
curl -s https://code.it4i.cz/hrb33/modules-salomon/raw/master/salomon.csv -o modules-salomon.csv curl -s https://code.it4i.cz/sccs/it4i-modules/raw/master/salomon.csv -o modules-salomon.csv
curl -s https://code.it4i.cz/hrb33/modules-salomon/raw/master/salomon-uv.csv -o modules-salomon-uv.csv curl -s https://code.it4i.cz/sccs/it4i-modules/raw/master/uv2000.csv -o modules-salomon-uv.csv
#!/bin/bash #!/bin/bash
curl -s https://code.it4i.cz/hrb33/modules-anselm/raw/master/anselm.md -o docs.it4i/modules-anselm.md curl -s https://code.it4i.cz/sccs/it4i-modules/raw/master/anselm.md -o docs.it4i/modules-anselm.md
curl -s https://code.it4i.cz/hrb33/modules-salomon/raw/master/salomon.md -o docs.it4i/modules-salomon.md curl -s https://code.it4i.cz/sccs/it4i-modules/raw/master/salomon.md -o docs.it4i/modules-salomon.md
curl -s https://code.it4i.cz/hrb33/modules-salomon/raw/master/salomon-uv.md -o docs.it4i/modules-salomon-uv.md curl -s https://code.it4i.cz/sccs/it4i-modules/raw/master/uv2000.md -o docs.it4i/modules-salomon-uv.md
curl -s https://code.it4i.cz/hrb33/modules-anselm/raw/master/anselm.csv -o scripts/modules-anselm.csv curl -s https://code.it4i.cz/sccs/it4i-modules/raw/master/anselm.csv -o scripts/modules-anselm.csv
curl -s https://code.it4i.cz/hrb33/modules-salomon/raw/master/salomon.csv -o scripts/modules-salomon.csv curl -s https://code.it4i.cz/sccs/it4i-modules/raw/master/salomon.csv -o scripts/modules-salomon.csv
curl -s https://code.it4i.cz/hrb33/modules-salomon/raw/master/salomon-uv.csv -o scripts/modules-salomon-uv.csv curl -s https://code.it4i.cz/sccs/it4i-modules/raw/master/uv2000.csv -o scripts/modules-salomon-uv.csv
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment