You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ./bin/container.sh script will fail because wget is not an installed program on MacOS. I also tried to use the one that you can install via brew but it always fails. Is there a way we could instead use curl?
If you comment out the above errors you can get it to go through but every time you call the API it just returns curl: (52) Empty reply from server. Even calling curl -i http://localhost:8080/api/v1/ping or trying to authenticate in the UI module.
./bin/wasabsi.sh status returns:
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
9d22d0cbb9f4 wasabi-main "entrypoint.sh wasabi" 55 seconds ago Up 54 seconds 0.0.0.0:8080->8080/tcp, 0.0.0.0:8090->8090/tcp, 0.0.0.0:8180->8180/tcp wasabi-main
3484978f6f55 mysql:5.6 "docker-entrypoint.s…" 2 hours ago Up About a minute 0.0.0.0:3306->3306/tcp wasabi-mysql
b124b66dfaf3 cassandra:2.1 "docker-entrypoint.s…" 2 hours ago Up About a minute 7000-7001/tcp, 0.0.0.0:9042->9042/tcp, 7199/tcp, 0.0.0.0:9160->9160/tcp wasabi-cassandra
The text was updated successfully, but these errors were encountered:
The
./bin/container.sh
script will fail becausewget
is not an installed program on MacOS. I also tried to use the one that you can install viabrew
but it always fails. Is there a way we could instead usecurl
?If you comment out the above errors you can get it to go through but every time you call the API it just returns
curl: (52) Empty reply from server
. Even callingcurl -i http://localhost:8080/api/v1/ping
or trying to authenticate in the UI module../bin/wasabsi.sh status
returns:The text was updated successfully, but these errors were encountered: