Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 840 Bytes

INSTALL.md

File metadata and controls

36 lines (23 loc) · 840 Bytes

INSTALLATION

1. Composer

Install the dependency via composer.

composer require primedigital/data-transfer-bundle

2. Configuration

Import configuration into main config (app/config/config.yml). Add the following line

imports:
    - {resource: @DataTransferBundle/Resources/config/parameters.yml}

into your config.yml

3. Register Bundle

Add the bundle in app/AppKernel.php

$bundles[] = new Prime\DataTransferBundle\DataTransferBundle();

4. Configuration

  • 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

Configuration

See config for details