~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-07-28 04:13:05 UTC
  • mfrom: (1801.1.2 die-cjson-die)
  • Revision ID: grantw@unimelb.edu.au-20100728041305-xwypm3cn1l1mnki1
Port from cjson to (simple)json.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
   + mod_python (``libapache2-mod-python``)
37
37
   + mod_dav_svn and mod_authz_svn (``libapache2-svn``)
38
38
* Python 2.5 (``python2.5``) or 2.6 (``python2.6``) with modules:
39
 
   + cjson (``python-cjson``)
40
39
   + ConfigObj (``python-configobj``)
41
40
   + docutils (``python-docutils``)
42
41
   + epydoc (``python-epydoc``)
45
44
   + psycopg2 (``python-psycopg2``)
46
45
   + pysvn (``python-svn``)
47
46
   + Storm (``python-storm``)
 
47
   + simplejson (``python-simplejson``, for Python 2.5 only)
48
48
* jQuery (``libjs-jquery``)
49
49
* CodeMirror (``libjs-codemirror``)
50
50
* PostgreSQL 8.3 or later (``postgresql``)
172
172
If you want to grab all of the required packages in one command, use::
173
173
 
174
174
    sudo apt-get install apache2 libapache2-mod-python libapache2-svn \
175
 
    python2.6 python-cjson python-configobj python-docutils python-epydoc \
 
175
    python2.6 python-configobj python-docutils python-epydoc \
176
176
    python-formencode python-genshi python-psycopg2 python-svn python-storm \
177
177
    libjs-jquery libjs-codemirror postgresql subversion debootstrap rsync \
178
178
    build-essential