https://github.com/biko2/lightning_base
Minimal lightning profile. No panels, no API
https://github.com/biko2/lightning_base
Last synced: 5 months ago
JSON representation
Minimal lightning profile. No panels, no API
- Host: GitHub
- URL: https://github.com/biko2/lightning_base
- Owner: biko2
- License: gpl-3.0
- Created: 2018-03-01T11:02:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-22T16:48:12.000Z (over 7 years ago)
- Last Synced: 2025-04-11T01:15:56.453Z (about 1 year ago)
- Size: 15.6 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lightning_base
Minimal lightning profile. No panels, no API
lightning_base is a more opinionated version of the [Lightning](https://github.com/acquia/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.