tiagosune commented on code in PR #5694: URL: https://github.com/apache/fineract/pull/5694#discussion_r2997192301
########## README.md: ########## @@ -50,6 +50,39 @@ INSTRUCTIONS The following how-to's assume you have Java installed, you cloned the repository (or downloaded and extracted a [specific version](https://github.com/apache/fineract/releases)) and you have a [database server](#database-and-tables) (MariaDB or PostgreSQL) running. +Quick Start +--- + +This section provides a simplified overview of the setup process. More detailed instructions are available below. + +Follow these steps to quickly set up and run Apache Fineract locally: + +### Prerequisites +- Java 21 or higher +- PostgreSQL or MariaDB running locally Review Comment: Thank you for the feedback! Since this PR has already been merged, I will create a new JIRA ticket and submit a follow-up PR to update the Quick Start documentation to focus on PostgreSQL as suggested. -- 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]
