~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-25 06:44:47 UTC
  • mto: This revision was merged to the branch mainline in revision 1322.
  • Revision ID: grantw@unimelb.edu.au-20090625064447-i6460l1sinen7cgq
Add dependencies to docs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
System requirements
23
23
===================
24
24
 
25
 
* Ubuntu
 
25
Given versions are those on which IVLE is known to work; earlier versions
 
26
might work too. Debian/Ubuntu package names are given after the name of the
 
27
software.
 
28
 
 
29
* Ubuntu 8.04 or later (other distros should work with some tweaking, but are untested)
 
30
* Apache 2.x with modules:
 
31
   + mod_python (``libapache2-mod-python``)
 
32
   + mod_dav_svn and mod_authz_svn (``libapache2-svn``)
 
33
* Python 2.5 or 2.6 with modules:
 
34
   + pysvn (``python-svn``)
 
35
   + cjson (``python-cjson``)
 
36
   + Genshi (``python-genshi``)
 
37
   + ConfigObj (``python-configobj``)
 
38
   + Routes (``python-routes``)
 
39
   + docutils (``python-docutils``)
 
40
   + epydoc (``python-epydoc``)
 
41
   + Storm (``python-storm``)
 
42
   + psycopg2 (``python-psycopg2``)
 
43
* jQuery (``libjs-jquery``)
 
44
* PostgreSQL 8.3 or later (``postgresql``)
 
45
* Subversion (``subversion``)
 
46
* debootstrap (``debootstrap``)
 
47
* GCC and related build machinery (``build-essential``)
26
48
 
27
49
Master versus slave servers
28
50
===========================