All Projects → docksal → boilerplate-drupal8

docksal / boilerplate-drupal8

Licence: other
[ARCHIVED] Drupal 8 boilerplate project powered by Docksal

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
Twig
543 projects

Labels

Projects that are alternatives of or similar to boilerplate-drupal8

drupal8-vagrant
Simple Drupal 8 Development Environment
Stars: ✭ 59 (-10.61%)
Mutual labels:  drupal
acquia-cloud-vm
VirtualBox/Vagrant-based VM to closely match Acquia Cloud environment.
Stars: ✭ 20 (-69.7%)
Mutual labels:  drupal
ansible-role-drupal
Ansible Role - Drupal
Stars: ✭ 80 (+21.21%)
Mutual labels:  drupal
apigee-devportal-kickstart-drupal
A fast demo and starting point for Apigee Developer Portals for Drupal
Stars: ✭ 21 (-68.18%)
Mutual labels:  drupal
DrupalTwigFood
Useful functions, filters for twig @ Drupal 8
Stars: ✭ 1 (-98.48%)
Mutual labels:  drupal
distros.bid
A saas to create drupal websites in seconds using docker containers.
Stars: ✭ 16 (-75.76%)
Mutual labels:  drupal
create-cloud-block
A boilerplate generator for building Gutenberg Cloud blocks.
Stars: ✭ 49 (-25.76%)
Mutual labels:  drupal
ding2
Ding install profile
Stars: ✭ 17 (-74.24%)
Mutual labels:  drupal
drupal-tweme
Ultra lightweight Bootstrap theme for Drupal.
Stars: ✭ 62 (-6.06%)
Mutual labels:  drupal
expresso-php
Fast and simple Docker setup for all your PHP development. Quick but not dirty.
Stars: ✭ 31 (-53.03%)
Mutual labels:  drupal
drupal-template-helper
Debug Drupal 8 templates in Chrome Devtools. drupal-template-helper is a chrome extension for Drupal that lists all available templates and the preprocess hooks to use to customize your templates.
Stars: ✭ 115 (+74.24%)
Mutual labels:  drupal
drupal-react-image-gallery
Drupal 8 module that provides a dynamic Image Gallery based on the react-image-gallery component.
Stars: ✭ 13 (-80.3%)
Mutual labels:  drupal
fabalicious
is now deprecated and not supported anymore, use https://github.com/factorial-io/phabalicious instead
Stars: ✭ 14 (-78.79%)
Mutual labels:  drupal
drupal-debug
Alternative Kernel for Drupal 8 to improve the Developer eXperience during the development process.
Stars: ✭ 32 (-51.52%)
Mutual labels:  drupal
thunder-distribution
A Drupal-based platform for professional publishers
Stars: ✭ 31 (-53.03%)
Mutual labels:  drupal
gatsby-drupal-kit
A Gatsby V2 starter kit designed to work with a new Drupal 8 site.
Stars: ✭ 23 (-65.15%)
Mutual labels:  drupal
WebsiteMixer-App-Base
Python/Flask alternative to Wordpress and Drupal
Stars: ✭ 18 (-72.73%)
Mutual labels:  drupal
joinup-dev
The Joinup project moved to https://git.fpfis.eu/ec-europa/digit-joinup-reference
Stars: ✭ 41 (-37.88%)
Mutual labels:  drupal
awesome-drupal
A curated list of amazingly awesome Drupal open source, resources and shiny things.
Stars: ✭ 106 (+60.61%)
Mutual labels:  drupal
drupal-elm-starter
DEPRECATED - See https://github.com/Gizra/drupal-starter
Stars: ✭ 33 (-50%)
Mutual labels:  drupal

Docksal powered Drupal 8 Installation

This is a sample vanilla Drupal 8 installation pre-configured for use with Docksal.

Features:

Setup instructions

Step #1: Docksal environment setup

This is a one time setup - skip this if you already have a working Docksal environment.

Follow Docksal environment setup instructions

Step #2: Project setup

  1. Clone this repo into your Projects directory

    git clone https://github.com/docksal/boilerplate-drupal8.git drupal8
    cd drupal8
    
  2. Initialize the site

    This will initialize local settings and install the site via drush

    fin init
    
  3. Point your browser to

    http://drupal8.docksal
    

When the automated install is complete the command line output will display the admin username and password.

More automation with 'fin init'

Site provisioning can be automated using fin init, which calls the shell script in .docksal/commands/init.
This script is meant to be modified per project. The one in this repo will give you a good starting example.

Some common tasks that can be handled by the init script (an other custom commands):

  • initialize local settings files for Docker Compose, Drupal, Behat, etc.
  • import DB or perform a site install
  • compile Sass
  • run DB updates, revert features, clear caches, etc.
  • enable/disable modules, update variables values

Security notice

This repo is intended for quick start demos and includes a hardcoded value for hash_salt in settings.php.
If you are basing your project code base on this repo, make sure you regenerate and update the hash_salt value.
A new value can be generated with drush ev '$hash = Drupal\Component\Utility\Crypt::randomBytesBase64(55); print $hash . "\n";'

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].