I too like the idea of the having two instances (it that the the correct term) of erpnext.
One for development and Testing (DatabaseDev and AppDev)
and one for production (DatabaseProd and AppProd).
The dev/testing environment can be used for training also. Any other uses?
Can you provide me steps for installing another bench?
Also can we have multiple bench running at the same time.?
Please throw some light on multiple bench instance.
Also please provide a way to change from develop mode to production so that i dont have to start the bench again and again.
(Do this outside of your bench folder)
Install new site the same way you did for your old bench. Install erpnext.
Now you can bench start in the new frappe-bench2 folder, or you can set it up for production.
To check what port is assigned to sites in new bench, check sites/common_site_config.json.
My ERPNEXT is running on an IP address and now Iām creating another bench site but the issue is Iām not sure what name I should use for another site in this case. bench new-site site2name I cannot use the same IP and if Iām defining the site name with the same IP along with a port, for example, 192.168.1.1:9000, in this case, it is creating the site but when Iām trying to reach this it is giving cannot/get an error on the browser level.
The old ERP is running fine. please suggest @netchampfaris