storyserver
Categories
Component ID
Component name
Component type
Maintenance status
Development status
Component security advisory coverage
Component created
Component changed
Component body
Introduction
StoryServer is an online image and metadata publishing service designed to serve relatively small collections of curated images, or stories. StoryServer is ideally suited for publishing editorials, galleries, portfolios, and other short visual narratives.
Drupal 7 and 8 modules provide field API integration via a custom StoryServer field and field formatters. The modules connect to the StoryServer API via a configured key pair. The contrib modules are stable, however, StoryServer itself is in an early beta stage of development, which means that we're not ready to open our doors just yet. Feel free to request an invitation and we'll send an invite and registration details for an early release of StoryServer when it's ready.
Requirements
The Drupal 7 version of this module installs the StoryServer PHP client library via composer.
* See the Composer installation instructions below.
Installation
* Install as you would normally install a contributed Drupal module. See:
https://www.drupal.org/documentation/install/modules-themes/modules-7 for Drupal 7 modules and https://www.drupal.org/documentation/install/modules-themes/modules-8 for Drupal 8 for further information.
* NOTE: The the Drupal 7 module has Composer dependencies which must be installed with https://getcomposer.org/. Once composer is installed, change into the directory containing this module and run 'composer install'.
Configuration
* Request a key pair from https://storyserver.io, and enter the key id and secret key in the configuration settings form.
* Edit an existing or new content type, and add the StoryServer custom field to the content type definition under 'manage fields'.
* When creating a new node, you can chose from a published story on storyserver.io, as well as a display theme.
Maintainers
Current maintainers:
* Anthony Bouch (blue_waters) - https://www.drupal.org/u/blue_waters
