|
How to become a Mallard administrator
|
Mallard administrators are listed in the text file $MALLARD_HOME/course/admin/users. One administrator account was created when Mallard was installed. Creating other admin accounts is dependent upon the authentication method your server is using.
- Bluestem: Use your favorite text editor to edit the $MALLARD_HOME/course/admin/users
file. Each line contains information for a single administrator. The format of the file is:
Userid : Full Name : Section : Access Level
The last two fields are ignored, and can be left blank.
- PWF: Change your current directory to $MALLARD_HOME/course/admin.
Then run the new_server_admin script by issuing the following command:
perl new_server_admin
This script will prompt you for the userid, full name, and password for the new admin. It will then update the users and users.pwf file.
|
How to create a Mallard course
|
There are four steps in creating a course area on you Mallard server.
- Obtain administrative access (how-to)
- Accessing the create_course.cgi form
The create_course.cgi form is accessed with the following URL:
https://your-mallard-server-fqdn/cgi-bin/create_course.cgi
You will be prompted for your Mallard administrator userid and password.
- Filling out the form
|
How to change the <course_id> of a Mallard course
|
To change the <course_id> of a Mallard course, three directores and one symbolic link must be renamed. You will also need to edit one file.
- Directories:
- $MALLARD_HOME/course/<course_id>
- $MALLARD_HOME/docs/<course_id>-
- $MALLARD_HOME/docs/images/course/<course_id>
- Symbolic link
- $MALLARD_HOME/docs/<course_id>
- Edit
- $MALLARD_HOME/course/admin/course_config: Change the entry for course_alias to the new course_id
|
How to delete a Mallard course
|
To delete a Mallard course three directories and one symbolic link must be removed.
- Directories:
- $MALLARD_HOME/course/<course_id>
- $MALLARD_HOME/docs/<course_id>-
- $MALLARD_HOME/docs/images/course/<course_id>
- Symbolic link
- $MALLARD_HOME/docs/<course_id>