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

« back to all changes in this revision

Viewing changes to doc/setup/faq.txt

  • Committer: Matt Giuca
  • Date: 2009-02-25 03:04:08 UTC
  • mto: This revision was merged to the branch mainline in revision 1119.
  • Revision ID: matt.giuca@gmail.com-20090225030408-5e13v4felqc4aybr
(almost) all HTML pages updated: Moved <h1>s outside of the ivle-padding div.
    Added new <h1>s to pages which didn't have any, and reduced <h1s> down to
    <h2s> if they didn't represent the page heading.

h1s now represent the top-level heading of a page. The new style sheet styles
them specially, designed to appear directly underneath the tab bar. Therefore,
they need to appear outside of any padding.

util.py: Removed the <h1> from the default-generated terms of service page.
    (All other TOS pages should follow). There is now a <h1> at the top of the
    TOS template page instead.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Install Procedure - Frequently Asked Questions
 
2
==============================================
 
3
 
 
4
This is a guide for administrators trying to configure IVLE. It answers
 
5
questions about common installation mistakes.
 
6
 
 
7
IVLE displays a generic Terms of Service notice
 
8
===============================================
 
9
 
 
10
You should customize the TOS notice at /var/lib/ivle/notices/tos.html.
 
11
 
 
12
Apache Server isn't Restarting
 
13
==============================
 
14
 
 
15
Make sure no console processes are lying around (e.g. sudo killall
 
16
python), then restart with "sudo /etc/init.d/apache2 restart".  If the issue
 
17
persists, try stopping the server and starting it in two separate
 
18
steps, so you see the errors reported by the start script.
 
19
 
 
20
Try to log in, and I'm just dumped back to the login screen with no error
 
21
=========================================================================
 
22
 
 
23
This is usually because IVLE can't save your session information. IVLE saves
 
24
sessions to a sessions directory on disk. Unfortunately, this is not currently
 
25
configurable in ./setup.py config. You need to edit the Apache config file.
 
26
 
 
27
Look for PythonOption mod_python.file_session.database_directory. Make sure it
 
28
is set to the place you want. Then, you need to manually make sure that
 
29
directory exists.
 
30
 
 
31
The default is /var/lib/ivle/sessions.