Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
  config
  src
  .gitignore
  LICENSE
  README.md
  composer.json
  status_feed.deploy.php
  status_feed.info.yml
  status_feed.install
  status_feed.links.menu.yml
  status_feed.module
  status_feed.permissions.yml
  status_feed.routing.yml
  status_feed.services.yml
Size: Mime:
  README.md

Status Feed

Introduction

The module will generate a json feed, containing information about the version of the core and modules currently installed on the website.

Upon installation this module will create a monitoring user with permission to access the feed. A uer roles is created with the name "Monitor" and a user is created with username "Status feed" and assigned to the "Monitor" role.

You should use this module when:

  • You want to access your Drupal sites core and modules information remotely.

The module currently allows you to access information about the following:

  • core
  • modules

To submit bug reports and feature suggestions, or to track changes, please visit the following: https://bitbucket.org/novicell/module-status-feed

Installation

  1. To install the module run composer require drupal/status_feed or copy the "status_feed" folder to your modules/contrib directory.
  2. Run drush en status_feed or go to admin/modules. Filter for ‘Status Feed’ and enable the module. Read more about installing modules at http://drupal.org/node/70151

Configuration

  1. Go to admin/config/status_feed/collect. Choose source: All, Core, Modules or Status.
  2. Go to admin/config/status_feed/settings. Set cachetime and Activate cron.
  3. Go to admin/people
  4. Locate the 'Status Feed' user and click the 'edit' link.
  5. Set password for the user.
  6. Click the 'Save' button.

Troubleshooting

  1. Go to the module issue queue at https://bitbucket.org/novicell/module-status-feed/jira
  2. Check if your particular issue exists. If not, click on the Create issue link.
  3. Fill the form.

Updating

Read more at http://drupal.org/node/250790