Skip to content

Commit

Permalink
feat: added hrms and payments
Browse files Browse the repository at this point in the history
  • Loading branch information
kemboi22 committed Aug 9, 2024
1 parent b45c81b commit d721334
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions imageroot/bin/create-site
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@
fi
done;
echo "sites/common_site_config.json found";
bench get-app --branch=version-15 --resolve-deps erpnext https://github.com/frappe/erpnext
bench get-app --branch=version-15 --resolve-deps hrms https://github.com/frappe/hrms
bench get-app --branch=version-15 --resolve-deps payments https://github.com/frappe/payments
bench new-site frontend --no-mariadb-socket --admin-password=admin --db-root-password="$MARIADB_ROOT_PASSWORD" --install-app erpnext --install-app hrms --install-app payments --set-default;

0 comments on commit d721334

Please sign in to comment.