Skip to content

Commit

Permalink
Updated http-usage.md
Browse files Browse the repository at this point in the history
  • Loading branch information
morellodev authored Sep 29, 2016
1 parent 4bc4a07 commit 9b17e9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions usage-http.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
from the remote shell opened before.

0 comments on commit 9b17e9f

Please sign in to comment.