After clone frappe and erpnext V. 7.2, how can i access the aplication? I’m testing localy o VM and ubuntu 16.04
I’m used to start bench from /frappe-bench but here is different…
No way to test the demo effectively without any serialized items. There are critical issues with serialized items in the current POS for example. No way to test if these have been fixed in the 7.2.0 beta release. I’ve already created a github issue for this. Thanks
There is no difference for beta testing. You can create a new bench using bench init command. Clone erpnext repo and switch to v7.2.0-beta branch and the create / restore a site. Start the bench using normal bench start command.
Sorry nabinhait, I did clone erpnext and frappe as user on a fresh ubuntu 16, but I don’t have a folder frappe-bench to use bench command. Something went wrong?
Let me recap, if get your idea: First I install v 7.1, then I create a new bench with bench init. Clone the repo v7.2 and switch to v7.2.0-beta. Please tell me exactly where to apply clone, in which directories. Thank you!