From 2415991135f363ce582c9fdc8bfd685a8d524607 Mon Sep 17 00:00:00 2001 From: taniman Date: Mon, 10 Jul 2017 23:23:05 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 9cdf9ac..bd2c109 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,9 @@ On OSX or some linux versions you might need to sudo su and then run the java -j
If you did everything correctly the application will start without giving you any error messages.
Open a web browser and go to
-http://localhost:8081/public/
-It should return the text. "Intercepted".
+http://localhost:8081/checkSetup/
+All rows except hostfile should say 'Looking good!'
+If this is not the case, than you have an error in your application.properties
So everything is up and running.

Now for the final step you need to edit your host file.
@@ -33,11 +34,11 @@ Put the following
127.0.0.1 poloniex.com
and save your host file.
-Now open cmd or terminal
-type: ping poloniex.com and press enter
-It should return "reply from 127.0.0.1"
- -### DO NOT! put www.poloniex.com in your hostfile. Currently proxy uses this to talk to polo +# Final test +Open a web browser again and again go to :
+http://localhost:8081/checkSetup/
+All rows should say 'Looking good!' +If this is not the case, than you have an error in your application.properties


From 7ad8d2768adbb1da13021b55e814f355dffa844c Mon Sep 17 00:00:00 2001 From: taniman Date: Mon, 10 Jul 2017 23:23:55 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd2c109..8a4f90f 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ and save your host file.
# Final test Open a web browser again and again go to :
http://localhost:8081/checkSetup/
-All rows should say 'Looking good!' +All rows should say 'Looking good!'
If this is not the case, than you have an error in your application.properties