Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.03 KB

README.md

File metadata and controls

32 lines (19 loc) · 1.03 KB

FileArchive Symfony integration layer

This repo implements FileArchive application into symfony

  1. Installaton

If you don't have Composer yet, download it following the instructions on http://getcomposer.org/ or just run the following command:

curl -s http://getcomposer.org/installer | php

Then, use the install command in project root to install application:

php composer.phar install --dev
  1. Usage

Create archive command:

php app/console filearchive:archive:create . --name="archiveName" -fdummy
php app/console filearchive:archive:create M2M_Architecture.png --name="mynew" -fgaufrette_local

List existing archives command:

php app/console filearchive:archive:list

Upload files to drobbox (you need to configure gaufrette please see app/config/config.yml):

php app/console filearchive:archive:upload --name="archiveName" --providers="gaufrette_dropbox" --verbose