From 9b17e9fd3662ec34d47ddbaa70fcca448a73a246 Mon Sep 17 00:00:00 2001 From: Dennis Morello Date: Thu, 29 Sep 2016 15:58:16 +0200 Subject: [PATCH] Updated http-usage.md --- usage-http.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usage-http.md b/usage-http.md index e31332a..ccec796 100644 --- a/usage-http.md +++ b/usage-http.md @@ -50,7 +50,7 @@ The full list of implemented methods (only POST requests are managed, since orch After you have finished editing `idomaar-http-server.py` according to your needs, you can launch `idomaar-demo.sh` (or `idomaar-demo.bat` if you are using Windows) to start the evaluation process. ## Troubleshooting -If the Python server doesn't automatically start when `idomaar-demo.sh` is executed, you need to start it from the computing environment by open a terminal in `computingenvironments\01.linux\01.centos\01.mahout` folder and then launching the following commands: +If the Python server doesn't automatically start when `idomaar-demo.sh` is executed, you need to start it from the computing environment by opening a terminal in `computingenvironments\01.linux\01.centos\01.mahout` folder and then launching the following commands: ```sh vagrant ssh @@ -64,4 +64,4 @@ If it does not work, try launching python3 /vagrant/algorithms/02.http/idommar-http-server.py ``` -from the remote shell opened before. \ No newline at end of file +from the remote shell opened before.