~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to doc/dependencies.txt

  • Committer: mattgiuca
  • Date: 2008-01-25 03:42:11 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:307
tutorial: Now each problem div has an ID. Added submit buttons which call
    JavaScript code to submit.
Added tutorial.js, which receives the submit request (currently stubbish).

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
IVLE requires the following:
5
5
 
6
 
* Ubuntu Linux 7.04 or later (see note)
 
6
* Linux (similar Unices may work but not guaranteed; we pull out some
 
7
    linux-specific libraries into our jail so may need customization,
 
8
    particularly of setup.py).
 
9
 
7
10
* Python 2.5
8
11
* Apache HTTP server
9
12
* mod_python
10
 
* PostgreSQL
11
 
 
12
 
The setup program also requires:
13
 
 
14
 
* GCC
15
 
* Make
16
 
 
17
 
Note: While the developers have made every effort to ensure IVLE is compatible
18
 
with all POSIX-compliant operating systems, our setup procedure is currently
19
 
tailored to Ubuntu Linux. In particular, it pulls shared libraries out of
20
 
known places.
21
 
 
22
 
Getting IVLE running on another Unix system would require manually retrieving
23
 
all of the packages in this document, as well as changing the setup script to
24
 
get the shared library files from the correct places on that system.
25
 
 
26
 
At this stage we can only officially recommend Ubuntu 7.04 or later. (Has been
27
 
tested on 7.04 and 7.10).
28
 
 
29
 
Ubuntu Install Procedure
30
 
------------------------
31
 
 
32
 
This document merely summarises the required modules. A step-by-step install
33
 
procedure for Ubuntu is located in trunk/doc/setup/install_proc.txt.
34
13
 
35
14
Python Libraries
36
15
----------------
39
18
site packages directory:
40
19
 
41
20
* [cjson](http://cheeseshop.python.org/pypi/python-cjson)
42
 
* [pygresql](http://www.pygresql.org/)
 
21
* [web.py](http://webpy.org/)
43
22
* [pysvn](http://pysvn.tigris.org/)
44
 
 
45
 
All of these can be installed by Ubuntu's package management system. See
46
 
trunk/doc/setup/install_proc.txt for details.
47
 
 
48
 
Additionally, these libraries are installed by the setup script for the
49
 
purposes of student code using them:
50
 
 
51
 
* [matplotlib](http://matplotlib.sourceforge.net/)