Can't see ERPnext modules, just frappe framework using google cloud quick to deploy

Hi I’m pretty new. Installed erpnext using google cloud quick to deploy thinking it would be a straightforward thing.

Received the site IP, and was given admin password. When i logged in, its just frappe framework without any erpnext modules.

Help, how do i get erpnext modules installed. I’ve accessed SSH and manage to see erpnext listed in “apps” so I wonder why its not there.

You have installed only Frappe app. You need to install ERPNext after this. Try this bench get-app erpnext Follow it up by bench --site {your site name} install erpnext.

bench migrate

bench clear-cache

Once done login to the site. You should be able to see ERPNext modules.

works now, thank you