|
|
|
|
|
by altairprime
167 days ago
|
|
For those trying to use these examples on a Mac and having issues: env FAVA_PORT=5050 \
PATH="/opt/homebrew/opt/bison/bin:$PATH" \
./scripts/quickstart.sh [args]
will resolve the weirdness that occurs when trying to access localhost vs 127.0.0.1 (as there is an OS-native *:5000 listener that the fava :5000 binding overlaps) and fix the bison build errors (once you've brew install'd bison). |
|