meonkeys commented on code in PR #5701: URL: https://github.com/apache/fineract/pull/5701#discussion_r3001867495
########## README.md: ########## @@ -59,19 +59,19 @@ Follow these steps to quickly set up and run Apache Fineract locally: ### Prerequisites - Java 21 or higher -- PostgreSQL or MariaDB running locally +- PostgreSQL running locally ### Clone the repository ```bash git clone https://github.com/apache/fineract.git cd fineract ``` -### Create databases -```bash -./gradlew createDB -PdbName=fineract_tenants -./gradlew createDB -PdbName=fineract_default -``` +### Database setup + +Ensure PostgreSQL is running and properly configured. + +Refer to the database setup section below for detailed instructions on creating and configuring the required databases. Review Comment: Better! Please also test this yourself, locally. I believe some env vars are required to make it work? LMK if you get stuck and I'll dig up my notes/scripts. ########## README.md: ########## Review Comment: Change both these lines to use the `createPGDB` gradle task -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
