]> git.mjollnir.org Git - moodle.git/commitdiff
Better introduction to installation
authormartin <martin>
Sat, 17 Aug 2002 03:01:49 +0000 (03:01 +0000)
committermartin <martin>
Sat, 17 Aug 2002 03:01:49 +0000 (03:01 +0000)
.htaccess
README

index 40b0a30b9fc6e185133117caaa76f650ba5779e7..4a7e1d08081139fcf17ddd2bc5f0efa3927752bb 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -1,5 +1,32 @@
 README     $Id$
 ------
 
+Here is a basic outline of the installation process,
+which normally takes me only a few minutes:
 
-All the documention is in the "doc" subdirectory.  :-)
+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/README b/README
index 40b0a30b9fc6e185133117caaa76f650ba5779e7..4a7e1d08081139fcf17ddd2bc5f0efa3927752bb 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,32 @@
 README     $Id$
 ------
 
+Here is a basic outline of the installation process,
+which normally takes me only a few minutes:
 
-All the documention is in the "doc" subdirectory.  :-)
+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