Code Monkey home page Code Monkey logo

drupal-profile's Introduction

TAOTI Drupal Install Profile

Provides default functionality across Taoti sites as well as managed/simplified updating of some of Taoti's Drupal standard ops aspects for sites as well as taking care of some dependencies.

Depending on your hosting provider, you will likely want to also require:

Enabling this project

This project must be enabled in the top-level composer.json file, or it will be ignored and will not perform any of its functions. .lando.base.yml should be committed to the project to ensure those using lando don't have to run an initial composer install outside of lando.

All files in .github should be committed to ensure availability on Github, this also applies to phpcs.xml and phpcs.xml.dist.

Important! Make sure to include taoti/drupal-profile as an allowed package in drupal-scaffold settings in composer.json. ex:

{
...
    "extra": {
        "drupal-scaffold": {
            "allowed-packages": [
                "taoti/drupal-profile"
            ]
        }
    }
}

Additionally, the provided settings.taoti.php file that will be placed in [web-root]/sites/default/ should be included in settings.php after any host specific includes but before local/site specific actions.

Features

Bad request blocking.

With most hosts that Taoti uses, we do not have direct access to server configuration. There are at the same time, many paths that Drupal sites will NEVER have and waste time with bot loads. settings.taoti.php attempts to provide a list of common paths that should be blocked without causing issues.

drupal-profile's People

Contributors

jimiradabaugh avatar nickdickinsonwilde avatar yudasakura avatar cacrody avatar zoiosilva avatar bbenesh avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.