uchicago-library / library_website

The University of Chicago Library Website
5 stars 5 forks source link

Make it possible to spin up the dev site without Elasticsearch or NodeJS #773

Closed bbusenius closed 1 week ago

bbusenius commented 1 week ago

Fixes #769

Changes in this request

To test run ELASTICSEARCH=false NODEJS=false vagrant up and put

WAGTAILSEARCH_BACKENDS = {
    'default': {
        'BACKEND': 'wagtail.search.backends.database',
    }
}

in your local.py.

bbusenius commented 1 week ago

Yes, the Python package is still installed, just not the beastly ES, also no Java which is probably the real feature.