Multiple instances of ERPNext in one server

On Mon, May 12, 2014 at 10:05 AM, Andri Halim Gunawan
an...@krupuksuryajaya.com wrote:

Thanks for the prompt reply,
Can I confirm with you the steps:

  1. Install the first ERPNext using the instruction on:
    https://github.com/frappe/frappe-bench
  2. After that type: frappe --install dbname sitename and then proceed to
    install frappe --install_app erpnext sitename and frappe --install_app shopping_cart sitename
  3. Set up the nginx virtual host.

yes

And it’s frappe --install dbname sitename NOT frappe --install sitename dbname?

Now that you have pointed this out I think I should switch the params
in the shell script for consistency.

Also:
Can you please explain: ./scripts/install.sh single [sitename [dbname]]

What’s the “single” parameter is for?

install.sh with no params would setup a Python virtualenv in env directory.

Adding the single argument with sitename and dbname would setup Frappe
for a single site. It hardcodes some things for a single site.

Thanks,

Pratik
erpnext