bplmaps / blacklight-allmaps

Source code of Allmaps plugins for Blacklight/GeoBlacklight software.
Apache License 2.0
1 stars 0 forks source link

EngineCart: Switch between Blacklight and GeoBlacklight #16

Closed ewlarson closed 3 months ago

ewlarson commented 3 months ago

Using the LIGHT env var to control if GeoBlacklight and GeoBlacklight's Solr config is built into the application or not.

# For Blacklight
bundle exec rake engine_cart:regenerate 

# For GeoBlacklight
LIGHT=geoblacklight bundle exec rake engine_cart:regenerate 
# For Blacklight...
bundle exec rake blacklight:allmaps:install

# For GeoBlacklight
LIGHT=geoblacklight bundle exec rake blacklight:allmaps:install