Skip to content

Commit

Permalink
define app install hrms
Browse files Browse the repository at this point in the history
  • Loading branch information
compgeniuses committed Aug 8, 2024
1 parent 5a4e473 commit be7912a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion imageroot/bin/create-site
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@
fi
done;
echo "sites/common_site_config.json found";
bench new-site --no-mariadb-socket --admin-password=admin --db-root-password="$MARIADB_ROOT_PASSWORD" --install-app erpnext --install-app hrm --set-default frontend;
bench new-site --no-mariadb-socket --admin-password=admin --db-root-password="$MARIADB_ROOT_PASSWORD" --install-app erpnext --set-default frontend;
bench --site frontend install-app hrms;

0 comments on commit be7912a

Please sign in to comment.