Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MacOS Errors #351

Open
tsteuwer-accesso opened this issue Aug 13, 2018 · 0 comments
Open

MacOS Errors #351

tsteuwer-accesso opened this issue Aug 13, 2018 · 0 comments

Comments

@tsteuwer-accesso
Copy link

tsteuwer-accesso commented Aug 13, 2018

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
@tsteuwer-accesso tsteuwer-accesso changed the title MacOS Error: wget MacOS Errors Aug 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant