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

« back to all changes in this revision

Viewing changes to doc/man/install.rst

  • Committer: Matt Giuca
  • Date: 2010-02-24 06:33:55 UTC
  • mto: This revision was merged to the branch mainline in revision 1701.
  • Revision ID: matt.giuca@gmail.com-20100224063355-z48j4tfqyi3by0dh
Offering page: Added link to worksheet marks at the bottom of the page, for lecturers and admins.

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
Master versus slave servers
56
56
===========================
57
57
 
 
58
IVLE is normally deployed in a cluster of several machines, split into
 
59
two different roles: master and slave.
 
60
 
 
61
There must be exactly one master server per cluster. The master normally
 
62
runs the PostgreSQL database server, the Subversion server, and the IVLE User
 
63
Management Server (``ivle-usrmgt-server``). It might also export shared data
 
64
directories to the slaves over NFS.
 
65
 
 
66
There may be any number of slaves in a cluster. They run the IVLE web
 
67
application, which also starts console host processes. Each slave makes use
 
68
of the shared services on the master.
 
69
 
 
70
For a small instance a slave may be run on the same machine as the master.
 
71
This is the setup described on this page.
 
72
 
 
73
 
58
74
Installing from a Debian package
59
75
================================
60
76