Skip to content

Commit

Permalink
Add instructions on how to test
Browse files Browse the repository at this point in the history
  • Loading branch information
wireblue authored Jun 28, 2023
1 parent 4af7e01 commit 8310145
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,14 @@ cp .env.example .env

# Start the environment
docker-compose up -d

# The containers are now running. You can now:
# - Open a website in your browser using <FOLDER>.{APACHE_HOSTNAME} (see domain mapping notes above)
# - Open a terminal window into one of the containers, via `docker-compose exec <CONTAINER NAME> bash`
```

You can test if your Docker Dev environment is working correctly using a simple PHP Info file.

1. Create the folder and file: /home/USERNAME/projects/test/index.php
1. Edit the file and paste “<?php phpinfo();”
1. In your browser, open http://test.localhost. You should see the PHP Info page.

---

## Updating 🔄
Expand Down

0 comments on commit 8310145

Please sign in to comment.