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

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Install Procedure - Frequently Asked Questions
==============================================

This is a guide for administrators trying to configure IVLE. It answers
questions about common installation mistakes.

Two IVLE headings, and 404 error message "There is no application called 'php'.
===============================================================================

This is an Apache conf problem - you are missing the following section:

    <Directory "/opt/ivle/www/php">
        SetHandler None
    </Directory>

The easiest way is to ensure you copied ivle.conf.

All the CSS and images are missing
==================================

There are a couple of causes of this problem.

1. You could be missing the part of Apache conf which configures the
    "/opt/ivle/www/media" directory. In this case, hyperlinks will be correct.
2. You may have set your "root_dir" setting incorrectly. Make sure it
    corresponds to the URL space where IVLE lives on the web server, or all
    the URLs will be wrong. In this case, hyperlinks will be wrong as well.

IVLE displays a generic Terms of Service notice
===============================================

You should customize the TOS notice at trunk/www/apps/tos/license.html.

Apache Server isn't Restarting
==============================

Make sure no console processes are lying around (e.g. sudo killall
python), then restart with "sudo apache2ctl restart".  If the issue
persists, try stopping the server and starting it in two separate
steps, so you see the errors reported by the start script.

Try to log in, and I'm just dumped back to the login screen with no error
=========================================================================

This is usually because IVLE can't save your session information. IVLE saves
sessions to a sessions directory on disk. Unfortunately, this is not currently
configurable in ./setup.py config. You need to edit the Apache config file.

Look for PythonOption mod_python.file_session.database_directory. Make sure it
is set to the place you want. Then, you need to manually make sure that
directory exists.

The default is /home/informatics/sessions.