-
Notifications
You must be signed in to change notification settings - Fork 6.3k
-
Can I run this on windows? The description says run on any machine, but there is no installation guide for windows. I could of course use wsl to run it on windows but I wonder if I could just set it up natively instead of wsl.
Beta Was this translation helpful? Give feedback.
All reactions
Answered by
vital987
Jun 7, 2021
- Enable Windows WSL
- Install Ubuntu 20.04(current lts release) from Windows Store
- Install Docker from here
- Get the docker container from here, also you can checkout my project , it's pre-installed with all the dependancies
- Open Docker App > go to Settings > Resources > WSL Integration > Enable it for your distro(ubuntu in this case).
- Enable Docker server
- Setup Ubuntu distro, pull any of the 2 docker images
- Mount your disk volume to store files locally (in wsl, drives are mounted in /mnt/<drive-letter>) else you can download the files too, my project also has google drive saving feature so try it if you need it.
- Done!
Replies: 2 comments
-
- Enable Windows WSL
- Install Ubuntu 20.04(current lts release) from Windows Store
- Install Docker from here
- Get the docker container from here, also you can checkout my project , it's pre-installed with all the dependancies
- Open Docker App > go to Settings > Resources > WSL Integration > Enable it for your distro(ubuntu in this case).
- Enable Docker server
- Setup Ubuntu distro, pull any of the 2 docker images
- Mount your disk volume to store files locally (in wsl, drives are mounted in /mnt/<drive-letter>) else you can download the files too, my project also has google drive saving feature so try it if you need it.
- Done!
Beta Was this translation helpful? Give feedback.
All reactions
-
🎉 1
0 replies
Answer selected by
jsjoeio
-
Just install windows subsystem for linux, then follow the usual install
steps on like ubuntu or something
Op ma 14 jun. 2021 19:41 schreef Atlas ***@***.***>:
... Could you give a more detailed explanation of these steps?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3554 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALK2VESTD4KK77QP3LT3NH3TSY5K7ANCNFSM46GJUNSQ>
.
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment