-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
how to deploy without docker #71
Comments
Follow the logic written in |
Before we need to get rid of the hardcoded paths in |
I wish there was a simple Windows installer that would exactly do those steps. Anyhow, preparing such files and make them work well takes time... |
I do vote for this. because I am using windows 10 home edition, which does not support Hyper-V as docker/for-win#1973 said |
I enable the Hyper-V support on the win10 home edition,and run the wsl-docker,but my chrome cannot visit the gridstudio port.If there is gridstudio windows installer,that maybe better! |
@drag0nglass recommendation is correct. You could set up your environment similar to how it's configured in the Dockerfile and run the commands locally. To get it to work consistently across multiple environments (Windows, Linux, macOS) takes quite a bit of work but should be possible. |
could you give an introduction (or just required prerequisites) to deploy in windows without docker, since it seems that commands in /grid-app/Dockerfile are for Ubuntu. Thanks very much. |
Unfortunately I don't have time to provide further guidance for running directly on Windows. I suggest to (try) to figure it out yourself, it shouldn't be too dificult. |
can help how to deploy without docker?thanks
The text was updated successfully, but these errors were encountered: