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

« back to all changes in this revision

Viewing changes to doc/man/install.rst

  • Committer: William Grant
  • Date: 2010-02-15 03:12:59 UTC
  • Revision ID: grantw@unimelb.edu.au-20100215031259-c5pza0k4isco4c6a
Document the master vs. slave distinction.

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