#Create New Solr 5 Core
- cd in the site root NOT the solr root
- run: solr create_core -c wvr -d ./sites/all/modules/contrib/search_api_solr/solr-conf/5.x
- swap out the moniker
#Optimize Local Images
- cd into theme directory
- Run:
- find images/ -iname *.jpg -exec jpegoptim -p -m70 --strip-all {} ;
- find . -name *.png | xargs optipng -nc -nb -o7 -full