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.