lsstdarkmatter / dark-matter-graph

Create dark matter graphics
https://lsstdarkmatter.github.io/dark-matter-graph/
MIT License
5 stars 2 forks source link

redirect browser #4

Closed kadrlica closed 6 years ago

kadrlica commented 6 years ago

Are these general and correct instructions? I'm guessing that the server is only created on 0.0.0.0 port 8000 if no server is running there already.

kadrlica commented 6 years ago

As a note, the python2 server instructions don't return a URL per say:

> python2 -m SimpleHTTPServer
Serving HTTP on 0.0.0.0 port 8000 ...
yymao commented 6 years ago

We can say ---

Direct your browser to the URL the above command returns, or if it returns Serving HTTP on X.X.X.X port YYYY., direct your browser to http://X.X.X.X:YYYY/ (usually it would be http://0.0.0.0:8000/)