tiagosune commented on code in PR #5694: URL: https://github.com/apache/fineract/pull/5694#discussion_r2997704854
########## 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: > The instructions as written (e.g. `createDB` below) will only work with MariaDB or MySQL, but since [FSIP-9](https://cwiki.apache.org/confluence/display/FINERACT/FSIP-9%3A+Standardize+on+PostgreSQL) has been accepted we should focus on PostgreSQL only. Following up on the previous feedback regarding PostgreSQL support, I created a new PR to update the Quick Start section accordingly: https://github.com/apache/fineract/pull/5701 Please let me know if this aligns with the expected approach or if any adjustments are needed. -- 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]
