Skip to content

Commit 2fd0d81

Browse files
authored
[Documentation:System] Update Worker Install Guide (#584)
This PR adds some extra info to make installing a worker more clear.
1 parent 0f87cde commit 2fd0d81

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

_docs/developer/development_instructions/automated_grading.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ number:
7777
"capabilities": [
7878
"extra_ram"
7979
],
80+
"enabled": true,
8081
"num_autograding_workers": 2
8182
}
8283
```

_docs/sysadmin/installation/worker_installation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ _Note: These instructions should be run under root/sudo._
3838
mkdir -p /usr/local/submitty/GIT_CHECKOUT
3939
git clone https://github.com/Submitty/Submitty.git /usr/local/submitty/GIT_CHECKOUT/Submitty
4040
```
41+
Ensure ```/usr/local/submitty/GIT_CHECKOUT/Submitty``` is owned by the ```submitty``` user.
42+
The ```submitty``` user should be able to read/write to this directory.
4143

4244
5. Run the automated portion of the install, using the ```--worker``` option.
4345

@@ -85,7 +87,7 @@ _Note: These instructions should be run under root/sudo._
8587
* Add the name of the submitty user on the machine as the username.
8688
* Set the machine to be enabled.
8789

88-
9. Run ```/usr/local/submitty/.setup/INSTALL_SUBMITTY.sh``` so that the changes take effect.
90+
9. Run ```/usr/local/submitty/.setup/INSTALL_SUBMITTY.sh``` on primary machine so that the changes take effect.
8991

9092
10. Inside of your assignment configurations, you may now add the line
9193
```

0 commit comments

Comments
 (0)