puspi / oppia

Automatically exported from code.google.com/p/oppia
0 stars 0 forks source link

The start script tries to automatically open a development server in Chrome, but this does not exist in the expected location on some machines. #148

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run the start.sh script on a non-Linux computer.

What is the expected output? What do you see instead?

The call to /opt/google/chrome/chrome fails since the executable isn't present.

Additional information:
- A suggested fix is to wrap this in an if statement. If the executable exists, 
open the browser; otherwise, echo a message to the terminal telling the user to 
open a browser and visit localhost:8181.

Original issue reported on code.google.com by s...@google.com on 22 Mar 2014 at 2:46

GoogleCodeExporter commented 9 years ago
Fixed:

https://code.google.com/p/oppia/source/detail?r=55a71c96f40335809d0eedc0e35886bb
69e6c205&name=develop

Original comment by s...@seanlip.org on 7 May 2014 at 7:16