dxos-deprecated / dashboard

DxOS Dashboard
MIT License
0 stars 1 forks source link

Scripts for local dev on MacOS. #43

Closed telackey closed 4 years ago

ccamrobertson commented 4 years ago

The elephant in the room for me with this is my /etc/hosts file. I xbox.local in it to my NUC IP address; I don't know if this means that this script should edit /etc/hosts or at least warn someone to check that.

telackey commented 4 years ago

yarn start is sufficient 99% of the time. You only need yarn cleanup:proxy if you actually want to clean things up (eg, reset apache to a factory state).

This does not touch /etc/hosts. You can use https://localhost instead, and just deal with the cert warnings. We can also replace the certs with something else that does not conflict, but I didn't want to do that just yet. That can be a separate item.