-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
# Moodle Config | ||
|
||
You can copy `config.php` into `/development/moodle` to apply some default settings useful for development. | ||
These adjustments need to be made only once after the initial Moodle setup. | ||
|
||
`kialo-admin-preset.xml` can be imported at http://localhost:8080/admin/tool/admin_presets/index.php?action=import. | ||
* Copy `config.php` into `/development/moodle` to apply some default settings useful for development. | ||
* Import `kialo-admin-preset.xml` via http://localhost:8080/admin/tool/admin_presets/index.php?action=import. | ||
This enables web services for mobile (required for the mobile app) and enables debug messages for developers. | ||
* See `../.env.example` on how to correctly configure the hostnames. |