~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:55:55 UTC
  • mto: This revision was merged to the branch mainline in revision 1322.
  • Revision ID: grantw@unimelb.edu.au-20090629015555-49xxv0piiieunx8e
Add docs on configuring Apache.

Show diffs side-by-side

added added

removed removed

Lines of Context:
115
115
 
116
116
   sudo ivle-buildjail -r -m http://url.to.archive/mirror
117
117
 
 
118
Configuring Apache
 
119
------------------
 
120
 
 
121
IVLE makes use of two Apache virtual hosts: one for the application itself,
 
122
and one for the Subversion services. There are example configuration files
 
123
in ``examples/config/apache.conf`` and ``examples/config/apache-svn.conf``,
 
124
which will run IVLE at ``http://ivle.localhost/``.
 
125
 
 
126
On a Debian or Ubuntu system, just copy those two files into
 
127
``/etc/apache2/sites-available`` under appropriate names (eg. ``ivle`` and
 
128
``ivle-svn``). Then you need to activate them: ::
 
129
 
 
130
   sudo a2ensite ivle
 
131
   sudo a2ensite ivle-svn
 
132
   sudo /etc/init.d/apache2 reload
 
133
 
 
134
 
118
135
.. note::
119
136
   For more advanced configuration, see :ref:`Configuring IVLE
120
137
   <ref-configuring-ivle>`.