~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 01:59:42 UTC
  • mto: This revision was merged to the branch mainline in revision 1322.
  • Revision ID: grantw@unimelb.edu.au-20090629015942-qxoldcihcd36buu4
Add /etc/hosts augmentation docs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
132
132
   sudo /etc/init.d/apache2 reload
133
133
 
134
134
 
 
135
Configuring hostname resolution
 
136
--------------------------------
 
137
 
 
138
All of IVLE's hostnames need to be resolvable from the local system. For a
 
139
production environment, this would be done in DNS. For a development system,
 
140
this is usually done in ``/etc/hosts``. Add this line in that file: ::
 
141
 
 
142
   127.0.1.1 ivle.localhost public.ivle.localhost svn.ivle.localhost
 
143
 
135
144
.. note::
136
145
   For more advanced configuration, see :ref:`Configuring IVLE
137
146
   <ref-configuring-ivle>`.