Giter VIP home page Giter VIP logo

metis's Introduction

Metis

Build Status

Metis is a starter Drupal project meant to speed up time-to-delivery by removing a lot of repetitive work that gets done time and time again. It is meant to provide best-practice configurations, robust testing of all features, and sample content that showcases site features such as:

This project is optimized for running in a Docksal environment. All project-related instructions assume you are running a local Docksal environment. This does not preclude the possibility of adding support for additional environments (i.e. Lando, Dev Desktop, DDEV, etc).

Getting Started

This project is based on BLT, an open-source project template and tool that enables building, testing, and deploying Drupal installations following Acquia Professional Services best practices. While this is one of many methodologies, it is our recommended methodology.

  1. Review the Required / Recommended Skills for working with a BLT project.

  2. Ensure that your computer meets the minimum installation requirements (and then install the required applications). See the System Requirements.

  3. Request access to organization that owns the project repo in GitHub (if needed).

  4. Fork the project repository in GitHub.

  5. Request access to the Acquia Cloud Environment for your project (if needed).

  6. Setup a SSH key that can be used for GitHub and the Acquia Cloud (you CAN use the same key).

    1. Setup GitHub SSH Keys
    2. Setup Acquia Cloud SSH Keys
  7. Clone your forked repository. By default, Git names this "origin" on your local.

    $ git clone [email protected]:<account>/Metis.git
    
  8. To ensure that upstream changes to the parent repository may be tracked, add the upstream locally as well.

    $ git remote add upstream [email protected]:lpeabody/Metis.git
    
  9. Update your the configuration located in the /blt/blt.yml file to match your site's needs. See configuration files for other important configuration files.


Setup Local Environment.

  1. Clone the project.
  2. Run fin init.
  3. Run fin uli to generate a login link and automatically open it in your default browser.
  4. Open http://docs.metis.docksal/ to view the local documentation.

Resources

Additional BLT documentation may be useful. You may also access a list of BLT commands by running this:

$ blt

Note the following properties of this project:

  • Primary development branch: develop
  • Local environment: @docksal.default
  • Local site URL: http://metis.docksal/

Important Configuration Files

BLT uses a number of configuration (.yml or .json) files to define and customize behaviors. Some examples of these are:

  • blt/blt.yml (formerly blt/project.yml prior to BLT 9.x)
  • blt/local.blt.yml (local only specific blt configuration)
  • docroot/sites/default/blt.yml (default site-specific BLT configuration)
  • drush/sites (contains Drush aliases for this project)
  • composer.json (includes required components, including Drupal Modules, for this project)

Resources

metis's People

Contributors

lpeabody avatar lpeabodygenuine avatar shelane avatar

Watchers

 avatar  avatar

Forkers

shelane

metis's Issues

Support Acquia platform OOTB

Easy enough just to turn modules on but I'm unsure of what the best Solr version to support is at this point, that's the main question here.

Static analysis for security

There needs to be some semblance of a security audit scan that gets run on the codebase. On top of integration tests, part of the security effort should be to leverage static analysis tools.

  • What is the current best practice for Drupal 8 as it pertains to security scans via static analysis?
  • How does that apply and provide use to this project?

Examples:

Migrate to Composer Scaffold

Update BLT to latest version and use blt recipes:scaffold:migrate to move from Drupal Scaffold to Composer Scaffold.

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.