~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
Install Procedure - Frequently Asked Questions
==============================================

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

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

You should customize the TOS notice at /var/lib/ivle/notices/tos.html.

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

Make sure no console processes are lying around (e.g. sudo killall
python), then restart with "sudo /etc/init.d/apache2 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 /var/lib/ivle/sessions.