need help getting started on frappe framework

currently using cachyos (arch linux like os) and have a few question

  1. 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
  2. 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

  1. 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
  2. Check out Frappe School . The course is free - certification is paid. Also check out https://buildwithhussain.com/

Best of luck on your ERPNext journey