2017 © Pedro Peláez
 

silverstripe-module silverstripe-connector

A module for transferring content between SilverStripe applications.

image

silverstripe-australia/silverstripe-connector

A module for transferring content between SilverStripe applications.

  • Tuesday, December 20, 2016
  • by nyeholt
  • Repository
  • 1 Watchers
  • 8 Stars
  • 1,489 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 4 Open issues
  • 6 Versions
  • 11 % Grown

The README.md

SilverStripe to SilverStripe Connector Module

Maintainer Contacts

  • Marcus Nyeholt (marcus@silverstripe.com.au>)

Requirements

  • SilverStripe 3.2+
  • The External Content module.

Getting started

  • Install the module locally
  • Install restful server (silverstripe/restfulserver) on the remote SilverStripe system. This is required so that the connector can get in to the remote system - note that there are some config settings that need to be added to the remote system config also. You may need to add more for other items that you want to get from the API (eg calendar date times)
SiteTree:
  api_access: 1
  searchable_fields:
    ParentID: 
      filter: ExactMatchFilter
      title: Parent ID
File:
  api_access: 1
  searchable_fields:
    ParentID: 
      filter: ExactMatchFilter
      title: Parent ID
  • Create the SilverStripe content source
  • Enter the URL of the remote SilverStripe system, a username and a password. Be aware that these ARE stored in plain text (so that they can be used to connect for later requests), so please only use a user with read permissions in your site and can't access the CMS backend.

The Versions

20/12 2016

dev-master

9999999-dev

A module for transferring content between SilverStripe applications.

  Sources   Download

BSD-3-Clause

The Requires

 

api silverstripe integration external-content

20/12 2016

2.0.0

2.0.0.0

A module for transferring content between SilverStripe applications.

  Sources   Download

BSD-3-Clause

The Requires

 

api silverstripe integration external-content

29/02 2016

1.2.1

1.2.1.0

A module for transferring content between SilverStripe applications.

  Sources   Download

BSD-3-Clause

The Requires

 

api silverstripe integration external-content

01/10 2015

1.2.0

1.2.0.0

A module for transferring content between SilverStripe applications.

  Sources   Download

BSD-3-Clause

The Requires

 

api silverstripe integration external-content

30/09 2015

1.1.0

1.1.0.0

A module for transferring content between SilverStripe applications.

  Sources   Download

BSD-3-Clause

The Requires

 

api silverstripe integration external-content

15/05 2015

1.0.0

1.0.0.0

A module for transferring content between SilverStripe applications.

  Sources   Download

BSD-3-Clause

The Requires

 

api silverstripe integration external-content