Windows 10 - Docker or Ubuntu

Hello, Im just getting started with ERPNext. If you are installing on a Windows 10 machine what would you say is the preferred way to install? On Docker or Ubuntu using the Linux sub-system?

Also, is using an image on Virtual Box no longer an option?

Thanks!

Hi,

All three are possible, the “easiest” to get going is with Docker (installing Docker Desktop, VS code etc). But managing custom apps from “within” a container can be more complex.

I would also add the option to use GitHub codespaces to spin up a cloud instance, which requires minimal “set up”.

Relevant links:

Good luck with your explorations.

Warren

Thank you! I will take a look at the information you provided.

Thank you for the info @weiserman

Are there perhaps updated links ?
The first link gives me 404 and when I open the second link, there seem to be a
link to a procedure “open with code spaces” which also doesn’t exist anymore?

i suggest you to use the WSL , its easy to install easy to configure.
here is an easy and good script to install erpnext-

Thanks