biko / lightning_base
Minimal lightning profile. No panels, no API.
Installs: 33
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 6
Forks: 0
Open Issues: 0
Type:drupal-profile
Requires
- acquia/lightning: ~3.2.0
- cweagans/composer-patches: ^1.6.4
- drupal-composer/drupal-scaffold: ^2.0.0
Requires (Dev)
- acquia/lightning_dev: dev-8.x-1.x
- drupal/console: ^1.0.0
- drupal/devel: ^1.0
This package is not auto-updated.
Last update: 2025-03-30 08:15:23 UTC
README
Minimal lightning profile. No panels, no API
lightning_base is a more opinionated version of the Lightning Drupal distribution intended for use as a minimal lightning profile. No panels, no API.
Quick Start
To build the codebase:
composer create-project biko/lightning_base --no-interaction --stability dev
This will create a new directory, lightning-project
which contains a docroot
folder. This is where you should point your web server.
Just like any Drupal project, you will need an environment in which Drupal can be run and an available database. Once you have that setup, you can use Drush, Drupal Console, or the web interface to install the site.