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

« back to all changes in this revision

Viewing changes to doc/man/install.rst

  • Committer: William Grant
  • Date: 2009-06-29 02:25:48 UTC
  • mto: This revision was merged to the branch mainline in revision 1322.
  • Revision ID: grantw@unimelb.edu.au-20090629022548-6v2giifmxrkqg6dr
Document installation of the usrmgt-server init script.

Show diffs side-by-side

added added

removed removed

Lines of Context:
150
150
 
151
151
   sudo ivle-buildjail
152
152
 
 
153
 
 
154
Configuring the user management server
 
155
--------------------------------------
 
156
 
 
157
You need to have the IVLE user management server (``usrmgt-server``) running
 
158
for many parts of IVLE to operate properly, so it should be configured to
 
159
start on boot. There is an example init script in
 
160
``examples/config/usrmgt-server.init``. For Debian or Ubuntu, copy it to
 
161
``/etc/init.d/ivle``. Then make it start automatically: ::
 
162
 
 
163
   sudo update-rc.d usrmgt-server defaults 99
 
164
 
153
165
.. note::
154
166
   For more advanced configuration, see :ref:`Configuring IVLE
155
167
   <ref-configuring-ivle>`.