Skip to content

Commit 102c3ca

Browse files
authored
Instructions for graphics application worker machine (#87)
* document email configuration * instructions for graphics worker
1 parent 1cfeeaf commit 102c3ca

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

_data/links.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,15 @@
7575
- name: Course Creation
7676
- name: Setting up Internal Git
7777
link: git
78+
- name: Worker Installation
79+
link: worker_installation
7880
- name: System Customization Checklist
7981
link: system_customization
8082
- name: Email Configuration
8183
link: email_configuration
8284
- name: Student Auto Feed
85+
- name: Course Archiving
86+
link: course_archiving
8387

8488
- name: Developer
8589
children:

_docs/sysadmin/worker_installation.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Worker Installation
33
category: System Administrator
4-
order: 2
54
---
65

76
A Submitty instance is capable of leveraging additional machines to distribute
@@ -87,3 +86,16 @@ The user should only be used for submitty related activities.
8786
required_capabilities : 'CAPABILITY'
8887
```
8988
to ship your jobs to a worker with the capability CAPABILITY.
89+
90+
91+
# Additional Instructions for Graphics Application Workers
92+
93+
1. Make sure the display will not go to sleep
94+
95+
__FIXME: add instructions__
96+
97+
2. Give the untrusted user access to the Xserver
98+
99+
```
100+
xhost + SI:localuser:untrusted00
101+
```

0 commit comments

Comments
 (0)