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

« back to all changes in this revision

Viewing changes to doc/setup/faq.txt

  • Committer: mattgiuca
  • Date: 2008-08-18 12:15:25 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:1027
Tutorial: Added new feature - previous attempt viewing. Allows users to see
    code they have previously submitted to tutorials.
    A new button ("View previous attempts") appears on each exercise box.
    This uses the getattempts and getattempt Ajax services checked in
    previously.
Note once again: Students are not (for the moment) able to see deactivated
attempts (this is a conservative approach - the ability to see deactivated
attempts can be turned on by setting HISTORY_ALLOW_INACTIVE = True in
tutorialservice).

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
This is an Apache conf problem - you are missing the following section:
11
11
 
12
 
    <Directory "/usr/local/share/ivle/www/php">
 
12
    <Directory "/opt/ivle/www/php">
13
13
        SetHandler None
14
14
    </Directory>
15
15
 
16
16
The easiest way is to ensure you copied ivle.conf.
17
17
 
 
18
All the CSS and images are missing
 
19
==================================
 
20
 
 
21
There are a couple of causes of this problem.
 
22
 
 
23
1. You could be missing the part of Apache conf which configures the
 
24
    "/opt/ivle/www/media" directory. In this case, hyperlinks will be correct.
 
25
2. You may have set your "root_dir" setting incorrectly. Make sure it
 
26
    corresponds to the URL space where IVLE lives on the web server, or all
 
27
    the URLs will be wrong. In this case, hyperlinks will be wrong as well.
 
28
 
18
29
IVLE displays a generic Terms of Service notice
19
30
===============================================
20
31
 
21
 
You should customize the TOS notice at /var/lib/ivle/notices/tos.html.
 
32
You should customize the TOS notice at trunk/www/apps/tos/license.html.
22
33
 
23
34
Apache Server isn't Restarting
24
35
==============================
25
36
 
26
37
Make sure no console processes are lying around (e.g. sudo killall
27
 
python), then restart with "sudo /etc/init.d/apache2 restart".  If the issue
 
38
python), then restart with "sudo apache2ctl restart".  If the issue
28
39
persists, try stopping the server and starting it in two separate
29
40
steps, so you see the errors reported by the start script.
30
41
 
39
50
is set to the place you want. Then, you need to manually make sure that
40
51
directory exists.
41
52
 
42
 
The default is /var/lib/ivle/sessions.
 
53
The default is /home/informatics/sessions.