For a week now i’ve been trying to install ERPNext on my ubuntu machine but it always fails, i had to fix tons of bugs and reinstall ubuntu 3 times and it’s still failing.
Every video and every thread here is outdated and/or doesn’t fix my problem.
@sturdygamer what bugs are you referring to? You should share your logfile and your machine details so that we can understand what the problem might be.
im running ubuntu 18.04 64-bit fresh install
i5-8600
8gb of ddr4 2400mhz ram
gtx 1050ti
extra info:
i installed pip3, curl, wget, git, python all before i ran install.py
i tried the same on 2 installs and 1 vm all got the exact same result
this is what i use, unless you meant letting the script instal the stuff
i ran the script a couple times on 3 different machines 1 of them was a vm (all of them were fresh installs)
it always results in this exact error
seems like you also had MariaDB setup before running this script.
"msg": "unable to connect to database, check login_user and login_password are correct or /home/sturdygamer/.my.cnf has the credentials. Exception message: (1045, \"Access denied for user 'root'@'localhost' (using password: YES)\")"
The above line has come up multiple times in your log. the install.py script works fine on fresh servers without anything installed prior.
ERPNext’s GitHub README has a link for the vbox image.