Skip to content

Commit

Permalink
More complete quick start
Browse files Browse the repository at this point in the history
  • Loading branch information
fulldecent authored Apr 8, 2024
1 parent 40b6515 commit b16f022
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,12 @@ This repository contains Docker configuration aimed at Moodle developers and tes
## Quick start

```bash
# Get Moodle code (or get another version, or skip if you have a local copy)
git clone -b MOODLE_403_STABLE git://git.moodle.org/moodle.git

# Set up path to Moodle code
export MOODLE_DOCKER_WWWROOT=/path/to/moodle/code
export MOODLE_DOCKER_WWWROOT=./moodle

# Choose a db server (Currently supported: pgsql, mariadb, mysql, mssql, oracle)
export MOODLE_DOCKER_DB=pgsql

Expand Down

0 comments on commit b16f022

Please sign in to comment.