shrop / guardr-project

Guardr Project

Home Page:https://www.drupal.org/project/guardr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Guardr Composer Template for Secure Drupal Projects

Build Status

Build Status

Overview

This project template provides a starter kit for managing secure-first Guardr Drupal projects.

Guardr is a Drupal distribution with a combination of modules and settings to enhance a Drupal application's security and availability to meet enterprise security requirements. Following the CIA Information Security Triad of confidentiality, integrity and availability, the Guardr distribution aims to provide a security minded foundation to Drupal applications.

Default Guardr installs make stronger password requirements, strengthens logging, prevents PHP input for content, implements some best practices for email content, and disables error display requiring you to opt in to debugging information using a variety of contributed modules and custom solutions.

Install Instructions

  1. Clone the repository and install the project
git clone https://github.com/guardrdistro/guardr-project
cd guardr-project
composer install
  1. Setup your local environment to use the web folder as webroot

  2. Install Drupal using Drush or use the Drupal UI, making sure to select the "Guardr" install profile

Guardr Community

License

The Guardr Project is licensed under a GNU General Public License v.2 Read License

About

Guardr Project

https://www.drupal.org/project/guardr

License:GNU General Public License v2.0


Languages

Language:PHP 100.0%