Skip to content

Instantly share code, notes, and snippets.

@voutilad
Created February 17, 2016 22:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save voutilad/0b2348ff13e330c28990 to your computer and use it in GitHub Desktop.
Save voutilad/0b2348ff13e330c28990 to your computer and use it in GitHub Desktop.
Quick CL Django Launch
cd /var/www/courtlistener && python manage.py migrate && python manage.py loaddata cl/visualizations/fixtures/scotus_map_data.json && python manage.py cl_update_index --type opinions --solr-url http://127.0.0.1:8983/solr/collection1 --update --everything && python manage.py runserver 0.0.0.0:8000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment