How much time does the script take to complete? It started 2 hours ago. Setting up frappe in github codespace
1 Like
Did you find any solution? am following this manual from BWH and facing the same.
no take help from this for local setup if windows
https://github.com/D-codE-Hub/Guide-to-Install-Frappe-ERPNext-in-Windows-Using-Docker
It wants a username that’s why it’s stuck.
Fork the repo, modify the init.sh to provide a username then create a codespace from your fork
# Create new site
echo "Creating new site..."
bench new-site dev.localhost \
--mariadb-root-password 123 \
--admin-password admin \
--db-root-username root \
--no-mariadb-socket