Fetcher Services
Component ID
1704332
Component name
Fetcher Services
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
1104
Component created
Component changed
Component body
A feature module providing content types and services to allow the fetcher drush extension to retrieve lists of sites that can be deployed to your local development environment from a central Drupal site.
Installation
You need to be running the most recent dev releases of field collection and features.
Add this to your drushrc.php
$options['fetcher']['info_fetcher.class'] = 'FetcherServicesInfoFetcherFetcherServices';
$options['fetcher']['info_fetcher.config'] = array('host' => 'http://yoursite.com');
Documentation
http://fetcher.readthedocs.org/en/7.x-1.x/managing-sites-with-fetcher-se...
