# joomla [Source](/recipe/joomla.php) * Require * [`recipe/common.php`](/docs/recipe/common.md) * Config * [`shared_files`](#shared_files) * [`shared_dirs`](#shared_dirs) * [`writable_dirs`](#writable_dirs) * Tasks * [`deploy`](#deploy) — Deploy your project ## Config ### shared_files [Source](https://github.com/deployphp/deployer/search?q=shared_files+in%3Afile+language%3Aphp+path%3Arecipe+filename%3Ajoomla.php) * Overrides [`shared_files`](/docs/recipe/common.md#shared_files) from `recipe/common.php` ### shared_dirs [Source](https://github.com/deployphp/deployer/search?q=shared_dirs+in%3Afile+language%3Aphp+path%3Arecipe+filename%3Ajoomla.php) * Overrides [`shared_dirs`](/docs/recipe/common.md#shared_dirs) from `recipe/common.php` ### writable_dirs [Source](https://github.com/deployphp/deployer/search?q=writable_dirs+in%3Afile+language%3Aphp+path%3Arecipe+filename%3Ajoomla.php) * Overrides [`writable_dirs`](/docs/recipe/deploy/writable.md#writable_dirs) from `recipe/deploy/writable.php` ## Tasks ### deploy [Source](https://github.com/deployphp/deployer/search?q=deploy+in%3Afile+language%3Aphp+path%3Arecipe+filename%3Ajoomla.php) This task is group task which contains next tasks: * [`deploy:prepare`](/docs/recipe/common.md#deployprepare) * [`deploy:publish`](/docs/recipe/common.md#deploypublish)