Hi,
this morning I created a new instance on digital ocean:
Then I started to follow the installation instructions here frappe.github.io/erpnext/install.html
I successful installed Frappe Framework and then from the folder:
/home/frappe/frappe-bench
I executed this command:
_bench get-app erpnext https://github.com/frappe/erpnext_
but it showed me an error saying that the folder already exist… but it’s not a problem, could be that the documentation is not updated…
then I executed these commands:
- bench new-site mysite
- bench --site mysite install-app erpnext
- bench start
When I opened my browser using this URL:
http://localhost:8000
It showed me this message:
./localhost/site_config.json dows not exist
It’s possible that using a blank image from Digital Ocean a user could have problem following these simple steps?
My opinion is that every user that what to know this software should be able to install the application using your instruction without having problems. If it doesn’t work a lot of people could be scared from this situation and will not discovery your product.
What do you think about?
Thanks