This commit is contained in:
moodler 2002-12-23 16:12:44 +00:00
parent 67fcf6818a
commit 1342d68a8a

View file

@ -38,7 +38,7 @@
<LI>File uploading allowed</LI> <LI>File uploading allowed</LI>
</UL> </UL>
</LI> </LI>
<li>a working database server (<A HREF="http://www.mysql.com/">MySQL</A> or <A HREF="http://www.postgresql.org/">PostgreSQL</A>. (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).</li> <li>a working database server: <A HREF="http://www.mysql.com/">MySQL</A> or <A HREF="http://www.postgresql.org/">PostgreSQL</A> 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).</li>
</ol> </ol>
<p>On a Windows platform, the quickest way to satisfy these requirements is <p>On a Windows platform, the quickest way to satisfy these requirements is
to download <A HREF="http://www.foxserv.net/">FoxServ</A>, to download <A HREF="http://www.foxserv.net/">FoxServ</A>,
@ -46,8 +46,12 @@
PHP, and MySQL for you. Make sure you enable the GD module so Moodle can process 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 images - you may have to edit php.ini and remove the comment (;) from this
line: 'extension=php_gd.dll'.</p> line: 'extension=php_gd.dll'.</p>
<p>On Mac OS X I highly recommend the <a href="http://fink.sourceforge.net/">fink</a> <p>On Mac OS X I highly recommend the <a href="http://fink.sourceforge.net/">fink</a>
project as a way to download easily-maintainable packages for all of this.</p> project as a way to download easily-maintainable packages for all of this.</p>
<p>If you're on Linux or another Unix then I'll assume you can figure all this out for yourself! ;-) </p>
</blockquote> </blockquote>
<P>&nbsp;</P> <P>&nbsp;</P>
<H3><A NAME="downloading"></A>2. Download</H3> <H3><A NAME="downloading"></A>2. Download</H3>