From b406c7ac9acb50cb203f9a1038c9873ebfaeb7f8 Mon Sep 17 00:00:00 2001 From: John Okely Date: Thu, 13 Jul 2017 10:03:00 +0800 Subject: [PATCH] Add help for manual testing --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index acad1baf447..0d4ab14f01a 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,10 @@ Started at 25-05-2017, 19:04 15 steps (15 passed) 1m35.32s (41.60Mb) +# Install for manual testing (optional) +bin/moodle-docker-compose exec webserver php admin/cli/install_database.php --agree-license --fullname="Docker moodle" --shortname="docker_moodle" --adminpass="test" --adminemail="admin@example.com" +# Access http://localhost:8000/ on your browser + # Shut down containers bin/moodle-docker-compose down ```