typo3-cms-extension fal-remote
FAL remote adapter
de-swebhosting-typo3-extension/fal-remote
FAL remote adapter
- Wednesday, February 10, 2016
- by astehlik
- Repository
- 1 Watchers
- 0 Stars
- 23 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 44 % Grown
Remote TYPO3 FAL adapter
fal_remote is a TYPO3 Extension that provides a remote adapter the TYPO3
File Abstraction Layer (FAL)., (*1)
What is it good for?
This adapter can be used in development or testing systems where you want to
use the contents from the live system., (*2)
How to use it
- Install the Extension (just clone it, not yet in TER) on the client (dev) and the server (production).
- Adjust the Extension configuration of fal_dummy:
- On the remote: enable the Server functionality
- On the client: configure the URL to the remote TYPO3 installation.
- Set the driver of your storage(s) to "Remote"
- In the storage you need to set an alternative processing folder in a storage
that allows write access (e.g. 0:/typo3temp/processed/). The folder must
exist on the file system.
Important! The encryption keys must be identical on both TYPO3 instances,
otherwise the hash validation will fail., (*3)