attiks / lunr-demo

Demo for https://www.drupal.org/project/lunr_filters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lunr filter demo

https://github.com/attiks/lunr-demo

Setup using Docksal

git clone git@github.com:attiks/lunr-demo.git
cd lunr-demo
fin start
fin composer install
fin drush -y si --existing-config
fin drush devel-generate:terms --max-depth=1 --bundle=tags 10
fin drush devel-generate:content --bundles=article 50
fin uli
mkdir -p static
drush tome:static --verbose -y
php -S localhost:8080 -t static

settings.php

<?php

$settings['config_sync_directory'] = dirname($app_root) . '/config';
$settings['tome_static_directory'] = '../static';

Manual setup

Before installing remove the $databases['default']['default'] from the settings.php file.

Screencast

Screencast

About

Demo for https://www.drupal.org/project/lunr_filters


Languages

Language:PHP 90.8%Language:Shell 9.2%