From 17e5f694a05477977d65fb82cc8ac4600c293b52 Mon Sep 17 00:00:00 2001 From: martin Date: Sat, 17 Aug 2002 03:03:51 +0000 Subject: [PATCH] Added .txt to these files to make them double-clickable --- README | 32 -------------------------------- .htaccess => README.txt | 0 UPGRADING => UPGRADING.txt | 0 3 files changed, 32 deletions(-) delete mode 100644 README rename .htaccess => README.txt (100%) rename UPGRADING => UPGRADING.txt (100%) diff --git a/README b/README deleted file mode 100644 index 4a7e1d0808..0000000000 --- a/README +++ /dev/null @@ -1,32 +0,0 @@ -README $Id$ ------- - -Here is a basic outline of the installation process, -which normally takes me only a few minutes: - -1) Move the Moodle files into your web directory. - -2) Create an empty directory somewhere to store - uploaded files (NOT accessible via the web). - This directory must be writeable by the web server - process. - -3) Create a single database for Moodle to store all - it's tables in. - -4) Copy the file config-dist.php to config.php, and - edit it with all your own settings. - -5) Visit your new home page with a web browser. Moodle - will lead you through the rest of the setup, - creating an admin account and so on. - -6) Set up a cron task to call the file admin/cron.php - every five minutes or so. - -For more details, I highly recommend you read the -full installation documentation, which is stored -in the "doc" directory or found at http://moodle.com/doc/. - -Cheers! -Martin Dougiamas diff --git a/.htaccess b/README.txt similarity index 100% rename from .htaccess rename to README.txt diff --git a/UPGRADING b/UPGRADING.txt similarity index 100% rename from UPGRADING rename to UPGRADING.txt -- 2.39.5