~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to doc/man/config.rst

  • Committer: William Grant
  • Date: 2012-06-28 01:52:02 UTC
  • Revision ID: me@williamgrant.id.au-20120628015202-f6ru7o367gt6nvgz
Hah

Show diffs side-by-side

added added

removed removed

Lines of Context:
174
174
    Location where Subversion WebDAV AuthUserFile password hash file will be 
175
175
    stored.
176
176
 
 
177
.. _ref-configuration-policy:
 
178
 
 
179
[policy]
 
180
--------
 
181
Site-specific policy decisions on permissions, etc. These modify the user
 
182
roles, as described in :ref:`ref-user-roles`.
 
183
 
 
184
.. describe:: tutors_can_enrol_students
 
185
 
 
186
    :type: boolean(default=False)
 
187
 
 
188
    If True, tutors can enrol any IVLE user as a student in a subject they are
 
189
    tutoring. This is disabled by default, as it is generally considered
 
190
    unnecessary for tutors to have such power.
 
191
 
 
192
.. describe:: tutors_can_edit_worksheets
 
193
 
 
194
    :type: boolean(default=True)
 
195
 
 
196
    If True, tutors can create and edit worksheets in a subject they are
 
197
    tutoring, and can create and edit *any exercise in the system*. This is
 
198
    turned on by default, but should be used carefully. Untrusted tutors could
 
199
    create site-wide problems.
 
200
 
 
201
    (The reason tutors can edit any exercise is because exercises are not
 
202
    stored per-subject, so it isn't possible to limit them just to exercises
 
203
    for a particular subject.)
 
204
 
177
205
[media]
178
206
-------
179
 
Configuration of :ref:`media serving <ref-media-serving>`.
 
207
Configuration of media serving.
180
208
 
181
209
.. describe:: version
182
210
 
204
232
 
205
233
    Directory where jQuery library is installed.
206
234
 
 
235
.. describe:: codemirror
 
236
 
 
237
    :type: string(default="/usr/share/javascript/codemirror")
 
238
 
 
239
    Directory where CodeMirror library is installed.
207
240
 
208
241
[database]
209
242
----------
416
449
Web Application
417
450
---------------
418
451
The IVLE web application runs on Apache using ``mod_python``. An example 
419
 
configuration is provided in the file :file:`examples/config/apache.conf`.
 
452
configuration for normal HTTP is provided in the file 
 
453
:file:`examples/config/apache.conf` and an example configuration for using 
 
454
Secure HTTP using SSL certificates is provided in the file 
 
455
:file:`examples/config/apache-ssl.conf`.
420
456
 
421
457
At minimum the following settings must be specified:
422
458