-
Notifications
You must be signed in to change notification settings - Fork 187
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
Please guide to run a production build for the same #970
Comments
I couldn't even setup my local server in my Macbook with M1 chip. #968 were you able to setup locally? |
Yes I was able to set it up locally. @linktoming |
thanks, by way of docker (didn't work for me) or adding it to an existing rails app (worked for me as well)? |
worked both ways. |
@argoyal this repo is pre-configured to run flawlessly on Heroku - I would recommend reading https://dev-docs.spreecommerce.org/deployment/heroku and https://devcenter.heroku.com/articles/getting-started-with-rails6 |
@argoyal Please check setup-without-docker branch. |
This branch does not exist @moonstruck |
Sure thing @damianlegawiec. |
@damianlegawiec I think it would be good if we get this documented would help a lot of people. |
This has been merged into main branch. |
I am receiving the following error log (attached the log file) when I am trying to run this setup as a production build. Can you please help me understand where I might be going wrong because my team has been scratching their head over this. |
@argoyal I'll take a look and feedback you tomorrow. |
@moonstruck any updates on this? |
@msshahanshah figured out a fix for this. apparently it was due to a missing gem which is a required dependency for production builds. Mustafa, you can share details, if I did not cover the entire context. |
It would be great to share that information with others |
It would be great if this was documented for anyone self hosting the application. |
Hi, I have same problem with production and as I see production is only configured for heroku, could you please help to make it for standalone ? |
The documentation is missing crucial components on how to setup a production server. Can you please incorporate it in the documentation? For now, can someone guide me how to setup a production build using the same system.
The text was updated successfully, but these errors were encountered: