acquia/df
Composer 安装命令:
composer require acquia/df
包简介
A framework for demoing enterprise-ready Drupal solutions.
README 文档
README
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.
统计信息
- 总下载量: 38.42k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 20
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2016-12-15