Installation of ERPNext System version-14-beta on Ubuntu 20.04 Server
Hello @all,
have tried to install a ERPNext System for development purposes in version-14-beta from scratch. While doing so I ran into few problems and finally did not succeed with the local installation.
Debugging the problems that appeared in the console while installation was possible, although did not change the result. In the end we have a seemingly error-free installation prozedure and when we open the website we get a Not found. Bad Request 404-Error in the browser.
Bench itself is up and running and does reflect the html request shown in the browser. There are no further debug messages that hint towards a resolution of the problem. Help from other developers appreciated
Few details towards an installation guide:
- Ubuntu 20.04 server installation in a Virtualbox
- Then followed the guide on scaleaway.com https://www.scaleway.com/en/docs/tutorials/erpnext-13/
*In the guide before running thebench init ...
andbench get-app ...
swapping the branch from version-13 to version-14-beta and running two manual npm installations
npm install --save onscan.js
npm install --save html2canvas
bench init /home/adm_phamos/frappe-bench --frappe-path https://github.com/frappe/frappe --frappe-branch version-14-beta --python python3
bench get-app ERPNext https://github.com/frappe/erpnext --branch version-14-beta