From 1342d68a8ae3b6b93d0424ec07ecd28a53d9b263 Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 23 Dec 2002 16:12:44 +0000 Subject: [PATCH] Tweak --- doc/install.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/install.html b/doc/install.html index e8878c4fa7..34e5232332 100755 --- a/doc/install.html +++ b/doc/install.html @@ -38,7 +38,7 @@
  • File uploading allowed
  • -
  • a working database server (MySQL or PostgreSQL. (MSSQL, Oracle, Interbase, Foxpro, Access, ADO, Sybase, DB2 or ODBC are also theoretically supported but will require you to manually set up the database tables).
  • +
  • a working database server: MySQL or PostgreSQL are recommended. (MSSQL, Oracle, Interbase, Foxpro, Access, ADO, Sybase, DB2 or ODBC are also theoretically supported but will require you to manually set up the database tables).
  • On a Windows platform, the quickest way to satisfy these requirements is to download FoxServ, @@ -46,8 +46,12 @@ PHP, and MySQL for you. Make sure you enable the GD module so Moodle can process images - you may have to edit php.ini and remove the comment (;) from this line: 'extension=php_gd.dll'.

    +

    On Mac OS X I highly recommend the fink project as a way to download easily-maintainable packages for all of this.

    + +

    If you're on Linux or another Unix then I'll assume you can figure all this out for yourself! ;-)

    +

     

    2. Download

    -- 2.39.5