Ver5 Multitenant Setup

Hi,

I followed the Multitenant Setup described in this page: Multitenant Setup · frappe/bench Wiki · GitHub. I’m using port based multitenancy.

However, when I login on the other sites on localhost:82 or localhost:84, I do not see ERPNext installed. When I click on Installer I see that Frappe has been installed but ERPNext has not been installed. When I click on Install, nothing happens. After waiting a really long time, if I click on Install again, I get the following error:

“Duplicate name Module Def Accounts”.

I’m certain I’m missing something basic. It’s your privilege and pleasure to point out what. :smile:

Thanks

Jay

@jramns your ERPNext installation probably timed out

Use the bench for installing

bench --site [sitename] install-app erpnext

I’d also recommend wiping the database first

bench --site {sitename} --force reinstall
bench --site {sitename} install-app erpnext

Worked like a charm. Thanks much for your help.

Jay