The installation completed perfectly with SSL also in place.
I got stuck with setting the email ( SMTP ) setting , tried all possible ways for Gmail ( Main Password, App Password ) and all it says is Request Timed Out .
I tried other email services also but same. Any Help will be appreciated .
I have installed Erpnext using the following steps listed above… But I have to always run bench start when I reboot the server… I tried to modify the redis configuration files but no luck… So, How to tell Bench to automatically start when the server is rebooted???
That was the command I ran during the installation… But still it did not automatically start… While running bench start I get a warning of something called : caniuse-lite, its says to update it using some npx command… Maybe that might be the issue
@Tri_Agung read my comment here. It will give you the hint to your answer.
Still I have not been able to install ERPNext no matter what guide I try. I am trying to set a VPS from Digital Ocean that already has ERPNext in it’s image. Just fire up the image and you have ERPNext, the problem is that it is not clear to me how to set your custom domains.
What is the difference between sites and domains in ERPNext language?
I am a fan of ONLY using LTS version of operating systems so as to reduce the volatility of the constantly changing support packages.
That is why I write my tutorials for only LTS versions of the OS as well. So what I spend my valuable time researching and writing about currently are Debian 10 and Ubuntu 20.04.
For any other operating systems, you are on your own. The newer OS versions take up way too much time due to the constant changes, and I still have a business to run.
Setting Up Environment
$ /usr/bin/python3 -m venv env
The virtual environment was not created successfully because ensurepip is not
available. On Debian/Ubuntu systems, you need to install the python3-venv
package using the following command.
apt install python3.8-venv
The virtual environment was not created successfully because ensurepip is not
available. On Debian/Ubuntu systems, you need to install the python3-venv
package using the following command.
apt install python3.8-venv
You may need to use sudo with that command. After installing the python3-venv
package, recreate your virtual environment.