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
- Host: GitHub
- URL: https://github.com/fourkitchens/dcon2018-searchapi-solr
- Owner: fourkitchens
- License: gpl-2.0
- Created: 2018-04-10T20:15:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-12T16:12:06.000Z (about 8 years ago)
- Last Synced: 2025-01-07T10:20:47.201Z (over 1 year ago)
- Language: PHP
- Size: 40.5 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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