Beginner with ERPNext

Any tips regarding the installation ?

Here you go. You can use the easy install script.

1 Like

Follow below simple steps:

  1. virtualenv .
  2. source ./bin/activate
  3. git clone GitHub - frappe/bench: CLI to manage Multi-tenant deployments for Frappe apps bench-repo
  4. pip install -e bench-repo
  5. bench init frappe-bench && cd frappe-bench
  6. bench get-app erpnext GitHub - frappe/erpnext: Free and Open Source Enterprise Resource Planning (ERP)
  7. bench new-site yoursite.com
  8. bench --site yoursite.com install-app erpnext
1 Like

@G_aktive

Also, check below link for the setup on production environment
https://frappe.io/docs/user/en/bench/guides/setup-production