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

Installation on Catalina Mac #183

Closed
castroCrea opened this issue Oct 16, 2019 · 3 comments
Closed

Installation on Catalina Mac #183

castroCrea opened this issue Oct 16, 2019 · 3 comments

Comments

@castroCrea
Copy link
Contributor

Hi,
I download the this version of mercure mercure_0.7.2_Darwin_x86_64.tar.gz
unzipped and execute it with:

JWT_KEY='!ChangeMe!' ADDR=':3000' DEMO=1 ALLOW_ANONYMOUS=1 CORS_ALLOWED_ORIGINS=* PUBLISH_ALLOWED_ORIGINS='http://localhost:3000' ./mercure

And i got this message

image

I never tried on other version of Mac, i normally used the docker image.

@dunglas
Copy link
Owner

dunglas commented Oct 16, 2019

It looks like it's a new "feature" introduced in Catalina, fortunately it can be disabled in Mac OS settings: hashicorp/terraform#23033 (comment)

@castroCrea
Copy link
Contributor Author

Thanks @dunglas
I just try and the process is:

  • In the Finder on your Mac, locate the app you want to open.
  • Control-click the app icon, then choose Open from the shortcut menu.
  • Click Open.

Then you will have a warning
image

Then just run

JWT_KEY='!ChangeMe!' ADDR=':3000' DEMO=1 ALLOW_ANONYMOUS=1 CORS_ALLOWED_ORIGINS=* PUBLISH_ALLOWED_ORIGINS='http://localhost:3000' ./mercure

It will work.🎊
image

@dunglas
Copy link
Owner

dunglas commented Oct 17, 2019

Would you mind adding a note in the docs explaining this :)?

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

2 participants