richie
richie copied to clipboard
How to install/run the project on Windows10
Hi, this is completely noob question. I have installed Docker Desktop(I guess it also contains docker-compose). I also downloaded the whole repository. But I couldn't make it work. I have tried to run make file but it is working(even though I have installed WSL2 with ubuntu). What should I do to make it run? Is there any easy way :) thank you
Sorry @kkmb34 we only provide this docker-compose project for development purposes. If you want to use it in production, some adaptations are necessary. For example the error you get can be fixed by removing the crowdin service from the docker-compose.yml
file since it is only needed to generate translation files in development.
Thank you @sampaccoud for your prompt reply and clarification!