-
Notifications
You must be signed in to change notification settings - Fork 31
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
Build and run on an M1 Mac #35
Comments
I can just agree to what @bnowacky says. I have tried to run FormsFlow on my M1 Mac today and run into the exact same issue. Even trying to edit and run the shell script did not lead to a solution. It somehow always ends up in the described crash-loop. |
FYI, I somehow fixed that the web-api keeps crashing. Nevertheless, I still face problems with Camunda.
Seeing that you, @sumesh-aot did the last commit to fix the deployment for M1 - maybe you can help here? :) |
@Hafflgav @bnowacky Were you using https://github.com/AOT-Technologies/forms-flow-ai-deployment/blob/main/docker-compose/docker-compose-arm64.yml ? |
Thanks for your reply @sumesh-aot!
Second thing I tried out was:
I tested the installation on my windows machine - it runs fine there. To me it seems that the windows script creates other .env variables. I want to try out whether manually changing them on MacOS helps. |
Hey @bnowacky - we managed to get forms-flow up and running. To me it seems that the .env variables & config.js is filled with the wrong attributes on startup. Especially since the bash script is not working. There is also a readme in here who should tell you what exactly you need to do: Lmk if this solves your problem! :) |
@Hafflgav Thank you for the feedback. I have modified the script to pull correct IP address and to fix other issues. Could you please give a try and see if it's working on your end ? |
Hey @sumesh-aot! Thanks a lot for the update :) After having changed this I was able to run the script. I do not get container crashes anymore. I have noticed that
Another thing I saw is that the keys in the
Having changed these three things (identifiers in shell script, from default project url and config.js) leads to an accessible FormsFlow. 👍 |
Trying to get this running on my M1, and the docker build process is not working. I have used the quick build process as well as the detailed process.. Both with Docker.
Right now, I can get key cloak and redash running fine, but the forms-flow-webapi continues to fault and restart every 5 seconds, which also seems to force forms-flow-bpm to restart at the same interval + ~1s.
Has anyone gotten a full build running on an M1 ? I've made edits to Dockerfile to update a few dependancies and ass the --platform linux/amd64 to actually get the container to build, but still no luck.
Seeing if anyone else has had any luck running a local install on an M1 recently.
The text was updated successfully, but these errors were encountered: