I found out that the script on the webiste for the easy way ERPNext installation give me an error when I try to put the code on my terminal.
it gives me this error message
Adding debian mariadb repo
Installing packages for debian. This might take time…
sudo: unable to resolve host (none)
Reading package lists…
Building dependency tree…
Reading state information…
E: Unable to locate package nodejs
E: Unable to locate package npm
root@debian:/home/mbti# sudo bash setup_frappe.sh --setup-production
Installing for debian 7 amd64
In case you encounter an error, you can post on https://discuss.frappe.io
Adding debian mariadb repo
Installing packages for debian. This might take time…
Reading package lists…
Building dependency tree…
Reading state information…
E: Unable to locate package nodejs
E: Unable to locate package npm
Since they updated the script you will need to delete the old ‘setup_frappe.sh’ and re-download as the new install script is saved as ‘setup-frappe.sh.1’ It will not execute the new download as it has a .1 at the end.
Once you re-download you should be able to execute ‘sudo bash setup_frappe.sh --setup-production’
root@debian:~# sudo bash setup_frappe.sh --setup-production
Installing for debian 7 amd64
In case you encounter an error, you can post on https://discuss.frappe.io
Adding debian mariadb repo
Installing packages for debian. This might take time…
Reading package lists…
Building dependency tree…
Reading state information…
E: Unable to locate package nodejs
E: Unable to locate package npm