2017 © Pedro Peláez
 

typo3-flow-package flowkeycdn

A Package to use KeyCDN for persistent resources in the Flow Framework

image

webexcess/flowkeycdn

A Package to use KeyCDN for persistent resources in the Flow Framework

  • Friday, September 25, 2015
  • by webexcess
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

WebExcess.FlowKeyCDN

A Package to use KeyCDN for persistent resources in the Flow Framework, (*1)

Note: This package is still experimental and not for production., (*2)

Quick start

Create a KeyCDN account, (*3)

https://www.keycdn.com/, (*4)

Rename the package Settings.yaml.sample file and fill in your KeyCDN credentials, (*5)

WebExcess:
  FlowKeyCDN:
    default:
      host: ftp.keycdn.com
      user: usernamexy
      pass: 1234567890
      zone: sitexyresources
      zoneDomain: 'sitexyresources-1234.kxcdn.com'
      apiKey: 1234567890abcdefghjiklmnopqrstuvwxyz
      debug: false

Enable the new persistent storage and target in your site Settings.yaml, (*6)

TYPO3:
  Flow:
    resource:

      storages:
        keyCDNPersistentResourcesStorage:
          storage: 'WebExcess\FlowKeyCDN\KeyCDNStorage'

      collections:
        persistent:
          storage: 'keyCDNPersistentResourcesStorage'
          target: 'keyCDNWebDirectoryPersistentResourcesTarget'

      targets:
        keyCDNWebDirectoryPersistentResourcesTarget:
          target: 'WebExcess\FlowKeyCDN\KeyCDNTarget'

Clean up and re-import your site, (*7)

./flow flow:cache:flush --force ./flow site:prune; ./flow media:clearthumbnails; ./flow resource:clean; ./flow site:import --package-key TYPO3.NeosDemoTypo3Org; ./flow flow:cache:flush --force

The Versions

25/09 2015

dev-master

9999999-dev

A Package to use KeyCDN for persistent resources in the Flow Framework

  Sources   Download

The Requires

 

25/09 2015

0.0.1

0.0.1.0

A Package to use KeyCDN for persistent resources in the Flow Framework

  Sources   Download

The Requires