diff options
Diffstat (limited to 'redmine/doc/INSTALL')
-rw-r--r-- | redmine/doc/INSTALL | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/redmine/doc/INSTALL b/redmine/doc/INSTALL index 53648a73c..c2dfc9fea 100644 --- a/redmine/doc/INSTALL +++ b/redmine/doc/INSTALL @@ -8,6 +8,8 @@ http://redmine.org/ == Requirements
* Ruby on Rails 1.1
+* Iconv
+* Net::LDAP for Ruby (for LDAP authentication)
* a database (see compatibility below)
* (recommended) Apache/Lighttpd with FCGI support
@@ -19,6 +21,11 @@ Supported databases: * SQL Server (tested with SQL Server 2005)
* SQLite (tested with SQLite 3)
+== Upgrade
+
+Due to major database changes, there is no migration support from beta 0.2.0.
+Next releases (0.3.0+) will be provided with upgrade support.
+
== Installation
|