Install the dependency via composer.
composer require primedigital/data-transfer-bundle
Import configuration into main config (app/config/config.yml). Add the following line
imports:
- {resource: @DataTransferBundle/Resources/config/parameters.yml}
into your config.yml
Add the bundle in app/AppKernel.php
$bundles[] = new Prime\DataTransferBundle\DataTransferBundle();
- Adapt configuration (parameters.yml + parameters.yml.dist) to your project's needs (Server, Path, siteaccess, ...)
- make sure you or your docker-container have properly setup ssh key and that is on 'authorized_keys' on the server
See config for details