From 5ff38fb4c4516f75ad15905679d6362891a75de1 Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 29 May 2003 14:20:00 +0000 Subject: [PATCH] Fixed some links --- lang/en/docs/install.html | 14 +++++++------- lang/en/docs/installamp.html | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/lang/en/docs/install.html b/lang/en/docs/install.html index 7110939daa..f7f5c9657a 100644 --- a/lang/en/docs/install.html +++ b/lang/en/docs/install.html @@ -43,13 +43,13 @@ and on Windows XP, Mac OS X and Netware 6 operating systems

The requirements for Moodle are as follows:

    -
  1. Web server software. Most people use Apache, +
  2. Web server software. Most people use Apache, but Moodle should work fine under any web server that supports PHP, such as IIS on Windows platforms.
  3. -
  4. PHP scripting language (version 4.1.0 +
  5. PHP scripting language (version 4.1.0 or later), with the following settings:
      -
    • GD library turned ON, with +
    • GD library turned ON, with support for JPG and PNG formats
    • Sessions support turned ON
    • File uploading turned ON
    • @@ -57,8 +57,8 @@ caused by Safe Mode)
  6. -
  7. a working database server: MySQL or - PostgreSQL are completely supported +
  8. a working database server: MySQL or + PostgreSQL are completely supported and recommended for use with Moodle 1.0.9. All other databases will be supported fully in Moodle 1.1.
@@ -73,7 +73,7 @@

2. Download

There are two ways to get Moodle, as a compressed package and via CVS. These - are explained in detail on the download page: http://moodle.org/download/

+ are explained in detail on the download page: http://moodle.org/download/

After downloading and unpacking the archive, or checking out the files via CVS, you will be left with a directory called "moodle", containing a number of files and folders.

@@ -392,7 +392,7 @@ php_value post_max_size 2M
*/5 * * * * wget -q -O /dev/null http://example.com/moodle/admin/cron.php
-

On Windows systems: The simplest way is to use this little package moodle-cron-for-windows.zip +

On Windows systems: The simplest way is to use this little package moodle-cron-for-windows.zip which makes this whole thing very easy. You can also explore using the built-in Windows feature for "Scheduled Tasks".

On web hosts: Your web-based control panel may have a web page that allows diff --git a/lang/en/docs/installamp.html b/lang/en/docs/installamp.html index a0084bf649..0e3e8f36b1 100755 --- a/lang/en/docs/installamp.html +++ b/lang/en/docs/installamp.html @@ -31,8 +31,8 @@ and add PHP and MySQL using Marc Liyanage's packages. Both of the pages below come with good instructions that we won't duplicate here:

-

PHP: Download from here: http://www.entropy.ch/software/macosx/php/

-

MySQL: Download here: http://www.entropy.ch/software/macosx/mysql/

+

PHP: Download from here: http://www.entropy.ch/software/macosx/php/

+

MySQL: Download here: http://www.entropy.ch/software/macosx/mysql/

Once these are installed the standard Installation guide should be fairly straightforward.

@@ -51,7 +51,7 @@

 

Windows

-

The easiest way to do this is use EasyPHP, +

The easiest way to do this is use EasyPHP, a package that bundles all the software you need into a single Windows application. Here are the steps from start to finish:

    @@ -62,7 +62,7 @@ or my.ini.
  1. If you've ever installed PHP before delete any files called php4ts.dll from around your Windows directory, as well as any files called php.ini.
  2. -
  3. Download EasyPHP from here: http://www.easyphp.org/telechargements/dn.php?F=easyphp1-6.php3 +
  4. Download EasyPHP from here: http://www.easyphp.org/telechargements/dn.php?F=easyphp1-6.php3 (approx 10 Mb)
  5. Run the downloaded file: easyphp1-6_setup.exe. The installation process is in French but is otherwise much like installing any other Windows @@ -76,7 +76,7 @@ click on it to get a menu which will let you control the running programs, but you won't be needing that for now.
  6. The next thing you need to do is to set up a database for Moodle to use. - Using a browser, go to http://localhost/mysql/ + Using a browser, go to http://localhost/mysql/ (note the final slash).
  7. If asked for a username, use "root" with a blank password. You should see a phpMyAdmin web interface that allows you to create a new databases @@ -88,7 +88,7 @@ the existing user "root" with no password in your Moodle config for now, and fix this later.
  8. You're ready to install Moodle! Download the latest release of Moodle - from http://moodle.org/download, + from http://moodle.org/download, then unzip the archive.
  9. Copy your moodle files into C:\Program Files\EasyPHP\www. You can either copy the entire moodle directory (ie C:\Program Files\EasyPHP\www\moodle) @@ -118,7 +118,7 @@
  10. Save config.php - you can ignore the other settings if there are any.
  11. You're nearly there now! The rest of the setup is all web-based. Visit - http://localhost/moodle/admin/ + http://localhost/moodle/admin/ with your browser to continue the setup via your browser.
  12. Lastly, you need to set up some sort of cron. See the Installation guide for more details on this.
  13. -- 2.39.5