Skip to content

Commit e14c38d

Browse files
committed
explain configuration options
1 parent 393a419 commit e14c38d

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

_docs/sysadmin/installation.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,12 @@ _Note: These instructions should be run under root/sudo._
4949
will most likely just specify `localhost` for the Database Host and
5050
`5432` for the Database Port, or just `/var/run/postgresql` for
5151
Database Host.
52-
2. **Submitty Database User/Role**.
53-
3. **Submitty Database User/Role 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.
54-
4. **Timezone**. Pick from the list of [PHP timezones](https://www.php.net/manual/en/timezones.php).
55-
5. **Main Site URL**.
56-
6. **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).
57-
7. **Institution Name**.
58-
8. **Authentication Method (PAM or Database)**. PAM 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.
52+
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.
53+
3. **Timezone**. Pick from the list of [PHP timezones](https://www.php.net/manual/en/timezones.php).
54+
4. **Main Site URL**.
55+
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).
56+
6. **Institution Name**.
57+
7. **Authentication Method (PAM or Database)**. PAM 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.
5958

6059

6160

0 commit comments

Comments
 (0)