File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,15 @@ su frappe -c "printf '\n$TUGBOAT_GITHUB_REPO' >> ./sites/apps.txt"
2626su frappe -c " ./env/bin/pip install -e ./apps/$TUGBOAT_GITHUB_REPO "
2727su frappe -c " bench install-app $TUGBOAT_GITHUB_REPO "
2828
29- # Get Bloomstack Demo and Core Apps and install them
29+ # Get Bloomstack Demo, Bloombase apps and install them
3030su frappe -c " bench get-app git@github.com:DigiThinkIT/bloomstack_demo.git"
3131su frappe -c " bench install-app bloomstack_demo"
3232
33+ su frappe -c " bench get-app git@github.com:DigiThinkIT/bloombase-frappe.git"
34+ su frappe -c " bench install-app bloombase"
35+
36+ su frappe -c " bench set-config google_maps_key $GOOGLE_MAPS_KEY "
37+
3338# For regenerating cache
3439su frappe -c " bench clear-cache"
3540
You can’t perform that action at this time.
0 commit comments