diff --git a/pages/03.Setup/09.how-to-switch-to-composer/docs.en.md b/pages/03.Setup/09.how-to-switch-to-composer/docs.en.md index 1c8c8770..4fac7ad0 100644 --- a/pages/03.Setup/09.how-to-switch-to-composer/docs.en.md +++ b/pages/03.Setup/09.how-to-switch-to-composer/docs.en.md @@ -38,7 +38,7 @@ Here's the steps to follow to switch to a Composer-based installation: 1. Copy the following files and folders from `/var/www/html` to `/var/www/html-new`: - Configuration files - in most cases, located at `app/config/local.php` - move to `docroot/app/config/local.php` - The entire `plugins` directory - move to `docroot/plugins` - - Uploads - in most cases, located at `app/media/files` and `app/media/images` - move to `docroot/app/media/files` and `docroot/app/media/images` respectively + - Uploads - in most cases, located at `app/media/files` and `app/media/images` - move to `docroot/media/files` and `docroot/media/images` respectively - Custom dashboards from `app/media/dashboards` - move to `docroot/app/media/dashboards` - Any custom themes from `themes` - move to `/docroot/themes` - Any translations from `translations` - move to `/docroot/translations` @@ -62,4 +62,4 @@ Q: What's the minimum Mautic version required to switch to the Composer-based in A: You need at least Mautic 4.0.0 for switching to the Composer-based installation. [marketplace]: -[upgrade-changes]: \ No newline at end of file +[upgrade-changes]: