From 2cba76377f00859475afd683311c62b3feca91e8 Mon Sep 17 00:00:00 2001
From: gustav_delius Here is a quick summary of the contents of the Moodle folder, to help get
you oriented: config.php - the ONLY file you need to edit to get started
-
- version.php - defines the current version of Moodle code
- index.php - the front page of the site
+
+
+ config-dist.php
+ -
+
+ you will later make a copy of this and save it as config.php.
+ This will be the ONLY file you need to edit to get started.
+
+ version.php
+ -
+
+ defines the current version of Moodle code
+ index.php
+ -
+
+ the front page of the site
+
-Now you can edit the configuration file, config.php, using a +
Now you can create and edit the configuration file, config.php, using a text editor. This file is used by all other files in Moodle.
To start with, make a copy of config-dist.php and name it config.php. We do this so that your config.php won't be overwritten in case -- 2.39.5