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

« back to all changes in this revision

Viewing changes to doc/setup/faq.txt

  • Committer: William Grant
  • Date: 2009-02-23 23:47:02 UTC
  • mfrom: (1099.1.211 new-dispatch)
  • Revision ID: grantw@unimelb.edu.au-20090223234702-db4b1llly46ignwo
Merge from lp:~ivle-dev/ivle/new-dispatch.

Pretty much everything changes. Reread the setup docs. Backup your databases.
Every file is now in a different installed location, the configuration system
is rewritten, the dispatch system is rewritten, URLs are different, the
database is different, worksheets and exercises are no longer on the
filesystem, we use a templating engine, jail service protocols are rewritten,
we don't repeat ourselves, we have authorization rewritten, phpBB is gone,
and probably lots of other things that I cannot remember.

This is certainly the biggest commit I have ever made, and hopefully
the largest I ever will.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
This is a guide for administrators trying to configure IVLE. It answers
5
5
questions about common installation mistakes.
6
6
 
7
 
Two IVLE headings, and 404 error message "There is no application called 'php'.
8
 
===============================================================================
9
 
 
10
 
This is an Apache conf problem - you are missing the following section:
11
 
 
12
 
    <Directory "/opt/ivle/www/php">
13
 
        SetHandler None
14
 
    </Directory>
15
 
 
16
 
The easiest way is to ensure you copied ivle.conf.
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
 
 
29
7
IVLE displays a generic Terms of Service notice
30
8
===============================================
31
9
 
32
 
You should customize the TOS notice at trunk/www/apps/tos/license.html.
 
10
You should customize the TOS notice at /var/lib/ivle/notices/tos.html.
33
11
 
34
12
Apache Server isn't Restarting
35
13
==============================
36
14
 
37
15
Make sure no console processes are lying around (e.g. sudo killall
38
 
python), then restart with "sudo apache2ctl restart".  If the issue
 
16
python), then restart with "sudo /etc/init.d/apache2 restart".  If the issue
39
17
persists, try stopping the server and starting it in two separate
40
18
steps, so you see the errors reported by the start script.
41
19
 
50
28
is set to the place you want. Then, you need to manually make sure that
51
29
directory exists.
52
30
 
53
 
The default is /home/informatics/sessions.
 
31
The default is /var/lib/ivle/sessions.