~ubuntu-branches/debian/lenny/italc/lenny

« back to all changes in this revision

Viewing changes to debian/README.Debian

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Winnertz
  • Date: 2008-06-17 13:46:54 UTC
  • mfrom: (1.2.1 upstream) (4.1.1 gutsy)
  • Revision ID: james.westby@ubuntu.com-20080617134654-cl0gi4u524cv1ici
Tags: 1:1.0.9~rc3-1
* Package new upstream version
  - upstream ported the code to qt4.4 (Closes: #481974)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
italc for Debian
 
2
----------------
 
3
 
 
4
1.1) Create keypairs to allow watching
 
5
        
 
6
        To configure italc in order to allow teachers and/or admins to watch what
 
7
        the pupils/people do, you have to create key pairs. These keys are automatically
 
8
        stored in /etc/italc, and they are created by this command:
 
9
                ica -createkeypair -role $role
 
10
        where $role could be: teacher, admins, other or supporter. 
 
11
        If you don't specify the -role option, the key is automatically created for 
 
12
        role= teacher.
 
13
 
 
14
1.2) Allow specific users to have access to these keys.
 
15
 
 
16
        In the next step you must grant access to the users who should later use italc:
 
17
 
 
18
        The private key for role=teacher should now be in:
 
19
                /etc/italc/keys/private/teacher/
 
20
        and the public one in 
 
21
                /etc/italc/keys/public/teacher/
 
22
        
 
23
        To allow all users to have access, add them into the group which has the access
 
24
        rights on this directory. 
 
25
 
 
26
1.3) Start ica on all client PC's
 
27
        
 
28
        You must verify that all running ica applications have access to the public keys,
 
29
        so you have to copy them on your own to the machines ica should run on.
 
30
 
 
31
 
 
32
 
 
33
 -- Patrick Winnertz <patrick.winnertz@skolelinux.org>  Wed, 27 Dec 2006 09:18:32 +0100