File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
developer/development_instructions Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ number:
77
77
"capabilities": [
78
78
"extra_ram"
79
79
],
80
+ "enabled": true,
80
81
"num_autograding_workers": 2
81
82
}
82
83
```
Original file line number Diff line number Diff line change @@ -38,6 +38,8 @@ _Note: These instructions should be run under root/sudo._
38
38
mkdir -p /usr/local/submitty/GIT_CHECKOUT
39
39
git clone https://github.com/Submitty/Submitty.git /usr/local/submitty/GIT_CHECKOUT/Submitty
40
40
```
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.
41
43
42
44
5 . Run the automated portion of the install, using the ``` --worker ``` option.
43
45
@@ -85,7 +87,7 @@ _Note: These instructions should be run under root/sudo._
85
87
* Add the name of the submitty user on the machine as the username.
86
88
* Set the machine to be enabled.
87
89
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.
89
91
90
92
10 . Inside of your assignment configurations, you may now add the line
91
93
```
You can’t perform that action at this time.
0 commit comments