diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-09-08 17:22:42 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-09-08 17:22:42 +0000 |
commit | 7d899166c6a15bc9434fbdd3737ca001362e0aec (patch) | |
tree | 447260bc450c18110de235eb1f348819f03469ff /doc | |
parent | 27d6da9457433b6e0a1a2e3e29a2cc79e903fc39 (diff) | |
download | redmine-7d899166c6a15bc9434fbdd3737ca001362e0aec.tar.gz redmine-7d899166c6a15bc9434fbdd3737ca001362e0aec.zip |
Updated INSTALL doc.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@717 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'doc')
-rw-r--r-- | doc/INSTALL | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/INSTALL b/doc/INSTALL index 61d85f1ca..35410a87b 100644 --- a/doc/INSTALL +++ b/doc/INSTALL @@ -11,14 +11,11 @@ http://redmine.rubyforge.org/ * A database (see compatibility below)
Optional:
-* RedCloth (to enable textile formatting)
-* SVN binaries (needed for repository browsing, must be available in PATH)
+* SVN binaries >= 1.3 (needed for repository browsing, must be available in PATH)
Supported databases:
* MySQL (tested with MySQL 5)
* PostgreSQL (tested with PostgreSQL 8.1)
-* Oracle (tested with Oracle 10g)
-* SQL Server (tested with SQL Server 2005)
* SQLite (tested with SQLite 3)
|