An open API service indexing awesome lists of open source software.

https://github.com/fourkitchens/dcon2018-searchapi-solr

A Drupal 8 install and example set-up for Deliver a more robust search with Search API and Solr
https://github.com/fourkitchens/dcon2018-searchapi-solr

Last synced: 10 months ago
JSON representation

A Drupal 8 install and example set-up for Deliver a more robust search with Search API and Solr

Awesome Lists containing this project

README

          

# DrupalCon 2018 - Solr Search Example

## Requirements
- [Composer](https://getcomposer.org)

If you want to run the local environment included in this repo you'll need to install Lando, which in turn is dependent upon Docker.

- [Lando](https://docs.devwithlando.io)
- [Docker](https://www.docker.com)

## Set-up
- Run: `composer install`
- Run: `lando start`
- Run: `lando db-import reference/db-export-content.sql.gz`
- Run: `lando drush cim sync -y`
- Run: `lando drush cr`
- Run: `lando drush sapi-c`
- Run: `lando drush sapi-i`

Having issues with admin styling not working correctly?
Run: `sudo chmod -R 777 docroot/sites/default/files`

User 1 credentials: admin/admin