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

« back to all changes in this revision

Viewing changes to doc/man/config.rst

  • Committer: William Grant
  • Date: 2010-02-15 09:16:49 UTC
  • Revision ID: grantw@unimelb.edu.au-20100215091649-qrp5emn7wjt2jlmj
Add 'Create new offering' link to /subjects, and rebrand the 'Manage subjects' link to include semesters too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
232
232
 
233
233
    Directory where jQuery library is installed.
234
234
 
235
 
.. describe:: codemirror
236
 
 
237
 
    :type: string(default="/usr/share/javascript/codemirror")
238
 
 
239
 
    Directory where CodeMirror library is installed.
240
235
 
241
236
[database]
242
237
----------
449
444
Web Application
450
445
---------------
451
446
The IVLE web application runs on Apache using ``mod_python``. An example 
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`.
 
447
configuration is provided in the file :file:`examples/config/apache.conf`.
456
448
 
457
449
At minimum the following settings must be specified:
458
450