boakley / robotframework-hub

Web app for accessing robot framework assets
https://github.com/boakley/robotframework-hub/wiki
Apache License 2.0
169 stars 60 forks source link

Using dynamic URL instead of static URL #58

Closed safo-bora closed 8 years ago

safo-bora commented 8 years ago

By default Robot Framework runs tornado web server on http://127.0.0.1:7070 and all URLs are static. It is problem if we use URL relatively to some folder. On production is typical problem to deploy robot-hub on ROOT, that's why we made change .

AS IS:

TO BE:

boakley commented 8 years ago

Thanks!