A framework for demoing enterprise-ready Drupal solutions.

Maintainers

Details

github.com/acquia/df

Source

Issues

Installs: 34 838

Dependents: 1

Suggesters: 0

Security: 0

Stars: 18

Watchers: 14

Forks: 19

Open Issues: 28

Type:drupal-profile

7.0.9 2024-04-01 10:36 UTC

This package is auto-updated.

Last update: 2024-04-25 12:10:21 UTC


README

Travis build status Scrutinizer Code Quality

Demo Framework is a distribution consisting of modules, themes and libraries. It highlights powerful features created by the Drupal community. It is intended to be used as a starterkit for promoting enterprise-ready solutions.

Demo Framework is powered by Acquia CMS.

Installing Demo Framework

The preferred way to install Demo Framework is using our Composer-based project template. It's easy!

Once you have a docroot built, you can use DDev, Acquia Developer Studio or any other similar project to get started.

ddev config --project-name df --project-type drupal9 && ddev start

Now use the site-install command to install Drupal with the DF installation profile.

drush si df

You may now login to your site.

drush uli

Installation may take a few minutes depending on your environment. ☕️

Then login to your site.

drush uli

Deploying Demo Framework using version control

If you are using version control to deploy the Demo Framework to a server (such as Acquia Cloud), note that you must edit the file /profiles/df/.gitignore and remove the following lines:

# Contrib
modules/contrib/*
themes/contrib/*

# Libraries
libraries/*

If you do not do so, you will see an error in the installation referring to missing modules.

Resources

Please file issues in our drupal.org issue queue.