-
-
Notifications
You must be signed in to change notification settings - Fork 354
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
Is it possible to install on Windows? #99
Comments
Yes, it is possible to install it in windows. The instructions are in the ReadMe. You need to have Python, pip, and Python's libraries. Also, you would need NodeJS and all dependencies that are needed for the application to run. Finally, you can run the app. Do let me know if you need further help. Thanks. |
I run the command npm install then the following error occurs:
Please help me fix the error, thanks |
Hey @thangdalat , |
I have python version 3.10.4 installed. Check with the command PS python --version |
Oh okay. Do you have anaconda on the system? Is this on your IDE's terminal? It is probably your path for Python. Check this https://datatofish.com/add-python-to-windows-path/ Let me know if this does not help |
I had the same problem, on windows python is installed in the Program files folder!! and this space between the name affects when installing dependencies, because it puts, C:/Program Files/..... |
Thank you guys for the support. I'm going to close, it seems resolved. |
Hello @Bilal815 & @rickbraghetto, |
@miroslavpejic85 Lets go !!! The master is working perfectly on windows!! https://github.com/miroslavpejic85/mirotalk !!!! however sfu is not running on all windows, I managed to run on windows server, however on windows 10/11 it is not running yet!!! however in case anyone has doubts, the mirotalk that is in the link above is running perfect just putting it in the folder and npm install then npm start !!! |
Yes I know that, I need if someone can write the steps on how to deploy successfully |
Install MiroTalk SFU on Windows OSThe fast way to deploy it on
# Copy app/src/config.template.js in app/src/config.js IMPORTANT (edit it according to your needs)
$ cp app/src/config.template.js app/src/config.js
# Copy docker-compose.template.yml in docker-compose.yml and edit it if needed
$ cp docker-compose.template.yml docker-compose.yml
# (Optional) Get official image from Docker Hub
$ docker-compose pull
# Create and start containers
$ docker-compose up # -d
# To stop and remove resources
$ docker-compose down ![]() |
Thanks for this tutorial I have completed this and now I can access the meeting at localhost 3000, Now I want to make it online so that I can use it over other devices. Guide me for this purpose I want to have this source code deployed by me for educational purpose which I share on demand. |
Good! Feel free to reach out for any questions, assistance, or support on our dedicated forum. Thank you! |
If possible, please guide to install on Windows
The text was updated successfully, but these errors were encountered: