Install v5 fresh

the instructions under Setting Up ERPNext are wrong. there’s no --install_app option and --install-app warns about no frappe installed.

what’s the exact sequence of commands to install erpnext v5 without using the setup script?

cd ~
bench init frappe-bench
cd frappe-bench
bench get-app erpnext GitHub - frappe/erpnext: Free and Open Source Enterprise Resource Planning (ERP) # Add ERPNext to your bench apps
bench get-app shopping_cart GitHub - frappe/shopping_cart: Online Shopping Cart integrated with ERPNext # Add Shopping cart to your bench apps
bench new-site site1.local # Create a new site
bench frappe --install_app erpnext site1.local # Install ERPNext for the site
bench frappe --install_app shopping_cart site1.local # Install Shopping cart for the site

Hey @jolly

Sorry, the commands were not updated for v5. Have fixed them now.

cd ~
bench init frappe-bench
cd frappe-bench
bench get-app erpnext https://github.com/frappe/erpnext         # Add ERPNext to your bench apps
bench new-site site1.local                      # Create a new site
bench install-app erpnext                       # Install ERPNext for the site

ok this sequence works thanks. I get the black page and no site though, but have another thread on that: