Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions _data/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,15 @@
- name: Course Creation
- name: Setting up Internal Git
link: git
- name: Worker Installation
link: worker_installation
- name: System Customization Checklist
link: system_customization
- name: Email Configuration
link: email_configuration
- name: Student Auto Feed
- name: Course Archiving
link: course_archiving

- name: Developer
children:
Expand Down
14 changes: 13 additions & 1 deletion _docs/sysadmin/worker_installation.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Worker Installation
category: System Administrator
order: 2
---

A Submitty instance is capable of leveraging additional machines to distribute
Expand Down Expand Up @@ -87,3 +86,16 @@ The user should only be used for submitty related activities.
required_capabilities : 'CAPABILITY'
```
to ship your jobs to a worker with the capability CAPABILITY.


# Additional Instructions for Graphics Application Workers

1. Make sure the display will not go to sleep

__FIXME: add instructions__

2. Give the untrusted user access to the Xserver

```
xhost + SI:localuser:untrusted00
```