Hi, I just installed ERPNext server on Ubuntu 18.04 x64 Vultr VPS.
I have followed [Tutorial] Step by Step for making a ERPNext and Webmin combo VPS server
apt-get update
apt-get upgrade
apt-get install python-minimal
apt-get install build-essential python-setuptools
adduser [username]
usermod –aG sudo [username]
reboot
wget https://raw.githubusercontent.com/frappe/bench/master/playbooks/install.py
sudo python install.py --production --user [username]
bench start
sudo apt update
sudo apt install nginx
On my url host account (rumahweb.com)
- edit first “A” record to point IP Address value to match the address of myVPS server
- ADD a record to make a sub-domain ERPNext system
** Set the “Record Type” to = CNAME
** Domain name = erp.myweb.com
** Canonical name * = myweb.com
** “Save” the record.
Ubuntu Window
- cd ~/frappe-bench
- bench config dns_multitenant on
- bench setup add-domain --site site1.local [erp.myweb.com]
I tried again - It says “Domain [erp.myweb.com] already exists” - sudo service nginx reload
- reboot
Result = The Same
I can still open through VPS IP and [erp.myweb.com] still not working
Can anyone here help me please?
Thank You