From eea3ce742d1f256314dc7a9dc6cd6e37d468e80a Mon Sep 17 00:00:00 2001 From: George Alonge Date: Wed, 26 Jun 2019 10:09:59 -0400 Subject: [PATCH] add section for testing with curl --- Readme.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index df79de7..273a7b8 100644 --- a/Readme.md +++ b/Readme.md @@ -40,8 +40,16 @@ Assuming you are in the bosh nginx directory cloned earlier, i.e. in the bosh-ng bosh -e {{env_alias}} -d nginx-deployment deploy examples/nginx-deployment.yml ``` -#### Testing +#### Testing with Curl +Open terminal/command prompt and type in the following curl command to test + +```bash + curl -u admin http://10.244.0.2 +``` +when prompted for a password, type in `admin` without the quotes. + +### Testing with Browser Visit on your browser and you should see the nginx homescreen with a popup to authenticate: Default username and password is `admin`