Skip to content

Commit 854ce6a

Browse files
committed
new file: term_creation.md
1 parent 0f87cde commit 854ce6a

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: Term Creation
3+
category: System Administrator > Configuration & Administration
4+
redirect_from:
5+
- /sysadmin/course_creation
6+
---
7+
8+
9+
### Creating a term
10+
To create a term, you should use the script
11+
```
12+
/usr/local/submitty/sbin/create_term.sh
13+
```
14+
Follow these usage guidelines:
15+
```
16+
Usage: create_term.sh [-a|--amend] <term> '<name of term>' <start date> <end date>
17+
```
18+
19+
The term should be an abbreviated semester name like:
20+
```
21+
s24
22+
```
23+
While name of term would be a more descriptive name like "Spring 2024".
24+
25+
The start and end date must be formatted in mm/dd/yyyy format.
26+
27+
Use -a or --amend to amend an existing term.
28+
An example valid usage of this command would be:
29+
30+
```
31+
create_term.sh s24 'Spring 2024' 01/09/2024 05/01/2024
32+
```

0 commit comments

Comments
 (0)