Hello everyone. is it possible to run frappe/ERPNext without frappe/bench? If yes, please let me know. Thanks all. (Sorry about my bad english)
In ERPNext installation process, i inspected ābechā command like bench init, bench get-app, bench install-app and see ābenchā command include of commands like python, pip, yarn. So I hope it can be installed without bench. I donāt want to be depended on bench. I used āps auxā to inspect it.
Is your issue with bench(the application) or the folder āfrappe-benchā?
It is possible in a manual installation to name the bench whatever you like:
bench init mybench --python python2.7 --verbose
My opinion is that you donāt want to use the default names for bench (āfrappe-benchā) or the default site (āsite1.localā) if you can avoid it, though this is not something beginners need to worry about.
As far as running ERPNext with bench (the application), itās a little bit like saying, āI only want to run Microsoft Word for Windows. I donāt want to use Windows.ā Not only do you want to embrace bench (because itās powerful), you donāt really have a choice.
You can use benchless script to install ERPNext without bench.
See this thread for detailed steps.