-
Notifications
You must be signed in to change notification settings - Fork 618
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
Deploy button and/or docker-compose #650
Comments
Hi @jozef-slezak, thanks for giving Webiny a spin :)
As for docker and heroku: our focus on serverless is intentional, and we do not plan on adding any kind of container deployment support. I had a long debate regarding this in this issue so please do take a look at it to better understand our position. Please let us know if we can be of more help, and definitely send us ideas on how we can improve our docs. Cheers! |
agree this would be good. i was going to try out webinly CMS but after the complexity of setting it up I'm staying away until a proper installation is provided. |
@doughnet Would you care to clarify which part of the setup you find complex? Thanks! |
Please reopen this issue once you add more information and updates here. If this is not the case and you need some help, feel free to seek help from our Slack Community or ping one of the reviewers. Thank you for your contributions! |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
Hello, great job done with Webiny! You can inspire by "Deploy to Cloud" button. Deploy button is being used in many opensource projects (eg. https://github.com/parse-community/parse-server-example). I understand the benefits of serverless but it complicates quickstart (I beleive that it simplifies production deployment). Please consider:
A. simple deployment to a cloud simmilar to https://docs.hasura.io/1.0/graphql/manual/getting-started/heroku-simple.html
B. simple localhost environment simmilar to https://docs.hasura.io/1.0/graphql/manual/getting-started/docker-simple.html
I have been playing with Webiny for two days and found few hurdles:
webiny deploy-apps
requires environment (but the instructions https://www.webiny.com/ not; please consider also extending the description in https://docs.webiny.com/docs/get-started/going-live#!)yarn start
but received error messageAccess to fetch at 'https://d1r8vb5x846aw.cloudfront.net/graphql' from origin 'http://localhost:3001' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
This is:
The text was updated successfully, but these errors were encountered: