Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docs.it4i.cz
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SCS
docs.it4i.cz
Commits
f164fdbd
Commit
f164fdbd
authored
10 years ago
by
Filip Staněk
Browse files
Options
Downloads
Patches
Plain Diff
sta03: Addes TurboVNC module section.
parent
cb8c6b2d
No related branches found
No related tags found
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
remote-visualization/install_guide.md
+33
-1
33 additions, 1 deletion
remote-visualization/install_guide.md
with
33 additions
and
1 deletion
remote-visualization/install_guide.md
+
33
−
1
View file @
f164fdbd
...
...
@@ -128,9 +128,10 @@ yum install turbovnc-1.2.2 VirtualGL-2.4
## Management node (needs push to gitlab):
#### 1. Create module for VirtualGL
#### 1. Create module for VirtualGL
and TurboVNC
```
bash
cd
/apps/modules/modulefiles
mkdir
-p
tools/virtualgl
...
...
@@ -160,6 +161,37 @@ system "/usr/bin/xauth merge /etc/opt/VirtualGL/vgl_xauth_key"
EOF
mkdir
-p
tools/turbovnc
cat
>
tools/turbovnc/1.2.2
<<
EOF
#%Module######################################################################
##
## turbovnc modulefile
## author: sta03
##
set ver 1.2.2
module-whatis "TurboVNC serves for remote visualization."
proc ModulesHelp {} {
global ver
puts stderr "TurboVNC serves for remote visualization."
puts stderr "See <https://docs.it4i.cz/anselm-cluster-documentation/accessing-the-cluster/remote-visualization>."
}
proc ModulesDisplay {} {
}
conflict turbovnc
prepend-path PATH "/opt/TurboVNC/bin"
prepend-path MANPATH "/opt/TurboVNC/man"
EOF
git add tools/virtualgl
git commit
-m
"sta03: Initial module for VirtualGL."
git push
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment