Revision 1624
Added by Jean-Philippe Lang almost 17 years ago
trunk/doc/INSTALL | ||
---|---|---|
7 | 7 |
|
8 | 8 |
== Requirements |
9 | 9 |
|
10 |
* Ruby on Rails 2.0.2 (not Rails 2.1) |
|
11 |
* A database (see compatibility below) |
|
10 |
* Ruby on Rails 2.1 |
|
11 |
* A database: |
|
12 |
* MySQL (tested with MySQL 5) |
|
13 |
* PostgreSQL (tested with PostgreSQL 8.1) |
|
14 |
* SQLite (tested with SQLite 3) |
|
12 | 15 |
|
13 | 16 |
Optional: |
14 | 17 |
* SVN binaries >= 1.3 (needed for repository browsing, must be available in PATH) |
15 | 18 |
* RMagick (gantt export to png) |
16 | 19 |
|
17 |
Supported databases: |
|
18 |
* MySQL (tested with MySQL 5) |
|
19 |
* PostgreSQL (tested with PostgreSQL 8.1) |
|
20 |
* SQLite (tested with SQLite 3) |
|
21 |
|
|
22 |
|
|
23 | 20 |
== Installation |
24 | 21 |
|
25 | 22 |
1. Uncompress the program archive |
Also available in: Unified diff
Updated INSTALL doc.