cesium-ml / baselayer

Fully customizable (scientific, compute-intensive) web application template
http://cesium-ml.org/baselayer/
30 stars 18 forks source link

Reassign port to 5700, fix #282 #283

Closed robertdstein closed 2 years ago

robertdstein commented 2 years ago

This PR changes the default baselayer port to 5700, from 5000. This avoids problems of port 5000 being occupied, as explained in #282.

stefanv commented 2 years ago

Thanks @robertdstein.

The port appears numerous times in the baselayer and SkyPortal repositories (maybe fritz too?), so please replace all instances and make associates PRs.

rg (ripgrep) is your friend! If you don't have that tool (which is an awesome tool, btw), try grep -r 5000.

robertdstein commented 2 years ago

So where exactly did we land on this? Is the idea still to simply transition the port number in situ, or to also gather all port references to one place?

stefanv commented 2 years ago

I think we agreed that the easiest may be to advise mac users to add:

ports:
    app: 5050

(Or whatever the port should be) to their local config.yaml.