Skip to content

Latest commit

 

History

History
53 lines (43 loc) · 1.7 KB

README.md

File metadata and controls

53 lines (43 loc) · 1.7 KB

DrupGuard

DrupGuard is a tool which analyse your Drupal projects. It use git to checkout the project, composer to build it.
After that, it search for drupal core, modules and themes installed version and check updates using Drupal's update status infrastructure (see https://www.drupal.org/drupalorg/docs/apis/update-status-xml for details).
The dashboard created after each analyses allow you to keep an eye on all your projects and be warned when security fix is available for one of your component.
Each project's analysis can be execute periodically and a report can be sent by email.

Screenshot

Requirements

Installation

git clone git@github.com:klelostec/drupguard.git
cd drupguard
symfony composer install
yarn install
yarn encore production
php bin/console drupguard:install

Add the cron job to cron tab

* * * * * /path/to/php /path/to/bin/console drupguard:cron --cron-only

Docksal

For docksal users :

fin p up
fin symfony composer install
fin yarn install
fin yarn encore production
fin symfony console drupguard:install
#mysql://user:user@db:3306/default?serverVersion=5.7
#smtp://mail:1025
#/usr/local/bin/php
#/usr/local/bin/composer

Licence

License: GPL v3

Sponsors

Many thanks to :
Screenshot
https://www.kleegroup.com