I'm taking on the challenge of trying to test and develop with ERPNext. I'm new to ERPNext, Docker, Compose, Git, etc. I'm going to need to learn these from scratch.
What is the general most efficient way to install ERPNext (for testing purposes for now) on either a Mac or Windows computer?
Below are my criteria:
- I need to be able to create backups and transfer them and implement them to a different computer if necessary.
- I'm also attempting to do this in as budget-friendly way as possible. I'm probably not going to be spending money on hosting or anything of the sort (completely free is the goal).
- ERPNext needs to be easily upgradeable/downgradeable to different versions
- The implementation of ERPNext will eventually need custom code/integrations
I've read that there are different methods of using ERPNext, depending on the OS, including VirtualBox, and Windows Subsystem for Linux. I'm looking for the fastest, least resource-hungry, and most versatile solution
I will check out the official ERPNext documentation, but I would also like to know other people's personal experiences and methods.
This is a big task to take on, so I'm looking for some advice before delving into this.