Hello, I am new with this framework and I cannot finish the installation, when trying to execute the command “bench init frappe-bench” it tells me that it has not been found in the order which does not let me create my folder, I am working with ubuntu 18.04 Can somebody help me?
pd: sorry for the translation I’m not good with English, it helps me google translate
Hi @Josguther, Welcome to the community .
Maybe you are missing bench-repo
follow the below steps for proper installation. It may help you.
- virtualenv .
- source ./bin/activate
- git clone GitHub - frappe/bench: CLI to manage Multi-tenant deployments for Frappe apps bench-repo
- pip install -e bench-repo
- bench init frappe-bench && cd frappe-bench
- cd frappe-bench
- bench get-app erpnext GitHub - frappe/erpnext: Free and Open Source Enterprise Resource Planning (ERP)
1 Like