Hi,.
I have successfully deployed ERPNext using the install script:
wget https://raw.githubusercontent.com/frappe/bench/master/playbooks/install.py
sudo python install.py --production --site erpnext.domain.com --user erpnext
Can I use the script again to deploy another bench copy? I would like to have another erpnext-test.domain.com running as well as erpnext.domain.com. Is there a better way of doing this? I don’t particular want to deploy a complete test server considering my instance will be very small…
The idea being that the dev/text site will always be available without having to SSH into the server. It will also provide scope in the future to have nightly DB copied over from the production site to the erpnext-test site allowing for transaction testing and erpnext update testing.
Thank you for your help.