-
Notifications
You must be signed in to change notification settings - Fork 39
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 install REMP on Windows 10 #8
Comments
Hi, it's been a while since we tested the whole appliance on Windows and makefiles are surely one of the things that are missing there :/. First the explanation of what happens. The Now how you can solve it:
As a result, you should see these two file appear on your filesystem:
They include binary that's passed to Docker container when |
Thank you, i have tried that, it
|
Hmm i think it's not possible because there is not possible to run latest Docker Daemon on WSL microsoft/WSL#2291 one that works is older version Docker-CE 17.09.0 and older Ubuntu for WSL 16.0.4 LTS https://medium.com/faun/docker-running-seamlessly-in-windows-subsystem-linux-6ef8412377aa i managed that, but there is another problem with a newer version of the docker-compose.yml file
When i change file version to 2 then this error happens
So I'm really stuck here, what's the solution? Thx |
Hi, the errors you were seing were "fine" during installation period. Go APIs are trying to connect to DB which wasn't initialized yet. In the background, there was a process that installed composer/yarn dependencies for all 4 of included web apps. You can see references in the log too:
What I recommend now is to run You can follow the installation process by checking logs of specific web apps. Once they're not generating anything, the installation should be ready:
The installation is running remp.sh installation script - just so you have an idea of the amount of things it's doing. |
As for the WSL, please skip that entirely. As you wrote, it's not possible to run Docker in WSL yet. There is a way how to connect WSL docker commands to Windows Docker installation but I wouldn't recommend it. Just run the manual installation commands I mentioned earlier to generate |
I cleared all by
I didn't have a problem with make command before, did you changed something in recipies lately? |
After i restared PC i have run make command again, and now there is this error
|
Hi, i have a problem to install REMP's Docker containers on Windows. When i run make docker-built i get not recognized the command
When i run docker-compose up, then i get
Do i understand correctly, that this docker installation is possible to run just on Linux? It's there a possibility to run it on Windows somehow? Thank you
The text was updated successfully, but these errors were encountered: