currently using cachyos (arch linux like os) and have a few question
- how do i isolate frappe framework like i dont want to install frappe framework as it has other prereq that might interfere with my other program
- any reommendation on guides and also certification? does getting certification cost money?
Use Virtual Box or KVM/QEMU to create a virtual machine, which will isolate the Frappe environment. You can also use Docker, but I’m not a fan (many others are though).
Hi @CuriousPasserby and wecome to the community
- I am a big fan of docker - its faster/easier than a VM. However the trade-off is the docker knowledge required to troubleshoot docker-specifc issues. Try GitHub - rtCamp/Frappe-Manager: The production platform for Frappe/ERPNext. Automatic TLS, versioned migrations, worker orchestration, isolated benches. Everything from a single CLI. · GitHub
- Check out Frappe School . The course is free - certification is paid. Also check out https://buildwithhussain.com/
Best of luck on your ERPNext journey