You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs/sysadmin/configuration/rainbow_grades.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Submitty includes the ability for instructors to automatically generate rainbow
12
12
For this feature to work correctly:
13
13
14
14
1. The ```<submitty install dir>/config/submitty_admin.json``` file must contain credentials for a submitty admin user.
15
-
Usually this file will be configured automatically as part of the inputs for the ```CONFIGURE_SUBMITTY.py``` script. The
15
+
This file will be generated automatically as part of the inputs for the ```generate_configs.py``` script. You must edit that file to add your Submitty admin user. The
16
16
credentials in this file are for a submitty *course* user, not a *linux* user.
17
17
18
18
1. The submitty admin user must exist as an instructor of the course for which the rainbow grades are going to be automatically
script. Pressing enter will select the default option. These questions are:
54
-
1.**Database Host / Port**. If you already have your database server installed and set up, you
55
-
will most likely just specify `localhost` for the Database Host and
56
-
`5432` for the Database Port, or just `/var/run/postgresql` for
57
-
Database Host.
58
-
2.**Submitty Database User/Role and Password**. This is *not* a Linux user, just a user/role within the database server. If you don't already have a role for the submitty database user/role, the script will create that for you with the specified name & password.
59
-
3.**Timezone**. Pick from the list of [PHP timezones](https://www.php.net/manual/en/timezones.php).
60
-
4.**Main Site URL**.
61
-
5.**Version Control System (VCS) URL**. This is used mostly to allow students to submit their homework through private repositories hosted on the submitty server. See [Facilitating Student Submissions via GIT](/instructor/managing_git).
62
-
6.**Institution Name**.
63
-
7.**Authentication Method**. PAM and LDAP authentication requires the sysadmin to make accounts ahead of time for students and give them a password. Database authentication lets students create their own passwords.
51
+
Note: During installation, if you have pre-configured JSON config files, put them in `/usr/local/submitty/config/`. Otherwise, the install will generate default configs that you can edit, and will be found in the same path.
64
52
65
53
66
-
67
-
3. Run installations specific to your university.
54
+
1. Run installations specific to your university.
68
55
For example: [RPI Computer Science specific installations](https://github.com/Submitty/Submitty/blob/master/.setup/distro_setup/ubuntu/rpi.sh)
0 commit comments