novicell / status_feed
Novicell status feed
Installs: 0
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:drupal-module
README
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
- To install the module run
composer require drupal/status_feed
or copy the "status_feed" folder to your modules/contrib directory. - 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
- Go to admin/config/status_feed/collect. Choose source: All, Core, Modules or Status.
- Go to admin/config/status_feed/settings. Set cachetime and Activate cron.
- Go to admin/people
- Locate the 'Status Feed' user and click the 'edit' link.
- Set password for the user.
- Click the 'Save' button.
Troubleshooting
- Go to the module issue queue at https://bitbucket.org/novicell/module-status-feed/jira
- Check if your particular issue exists. If not, click on the Create issue link.
- Fill the form.
Updating
Read more at http://drupal.org/node/250790