Skip to content

Commit

Permalink
Add help for manual testing
Browse files Browse the repository at this point in the history
  • Loading branch information
xow authored and danpoltawski committed Jul 13, 2017
1 parent aa8dcb6 commit b406c7a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]"
# Access http://localhost:8000/ on your browser

# Shut down containers
bin/moodle-docker-compose down
```
Expand Down

0 comments on commit b406c7a

Please sign in to comment.