1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
List of Dependencies
====================
IVLE is currently only tested on Ubuntu 8.04+ and Debian 5.0 "lenny".
The supported installation procedure for Ubuntu and Debian can be found in
doc/setup/install_proc.txt.
IVLE requires the following:
* Python 2.5
* Apache
* mod_python
* PostgreSQL
* Subversion
Required python modules:
* pysvn
* cjson
* genshi
* configobj
* routes
* docutils
* epydoc
* storm
* psycopg2
The setup process also requires:
* gcc
* make
The Debian jail builder requires:
* debootstrap
* rsync
Note: While the developers have made every effort to ensure IVLE is compatible
with all POSIX-compliant operating systems, our setup procedure is currently
tailored to Debian and Ubuntu. The default install builds a jail using
debootstrap, which uses apt and dpkg internally.
Getting IVLE running on another UNIX system that doesn't support apt should
simply require a reimplementation of ivle-buildjail to construct a jail of the
appropriate kind.
|