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:
- Install the first ERPNext using the instruction on:
https://github.com/frappe/frappe-bench- After that type:
frappe --install dbname sitenameand then proceed to
installfrappe --install_app erpnext sitenameandfrappe --install_app shopping_cart sitename- Set up the nginx virtual host.
yes
And it’s
frappe --install dbname sitenameNOTfrappe --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