setting up joomla locally - joomla-projects/Joomla-Academy-Onboarding GitHub Wiki
- Clone the Joomla repository:
git clone https://github.com/joomla/joomla-cms.git
- Install dependencies:
composer install
- Set up a local web server (Apache, Nginx, or built-in PHP server)
- Create a MySQL/PostgreSQL database
- Run the Joomla installer by accessing your local site in a browser
see also: https://docs.joomla.org/J5.x:Setting_Up_Your_Local_Environment