gridstudio icon indicating copy to clipboard operation
gridstudio copied to clipboard

how to deploy without docker

Open xtuyaowu opened this issue 4 years ago • 8 comments

can help how to deploy without docker?thanks

xtuyaowu avatar Aug 15 '19 22:08 xtuyaowu

Follow the logic written in /grid-app/Dockerfile: Install and make sure you have all the dependencies and all.

drag0nglass avatar Aug 16 '19 03:08 drag0nglass

Before we need to get rid of the hardcoded paths in run-manager-proxy.py

Alessandro-Barbieri avatar Aug 22 '19 21:08 Alessandro-Barbieri

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...

1kastner avatar Aug 27 '19 19:08 1kastner

I do vote for this. because I am using windows 10 home edition, which does not support Hyper-V as https://github.com/docker/for-win/issues/1973 said

retsyo avatar Dec 01 '19 05:12 retsyo

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!

lushantingyue avatar Jan 05 '20 16:01 lushantingyue

@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.

ricklamers avatar Jun 26 '20 19:06 ricklamers

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.

ProQianXiao avatar Jul 13 '20 09:07 ProQianXiao

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.

ricklamers avatar Jul 21 '20 15:07 ricklamers