Skip to content

Instantly share code, notes, and snippets.

View JoshData's full-sized avatar

Joshua Tauberer JoshData

View GitHub Profile
@JoshData
JoshData / gist:7651123
Last active December 29, 2015 09:29
DC Health Link error stack trace
message: undefined
exceptionName: NullPointerException
exceptionClass: java.lang.NullPointerException
exceptionStack: java.lang.NullPointerException
at com.connecture.stateadvantage.process.ConfigurationProcess.findIndividualSaveAndExitURLsForPermission(ConfigurationProcess.java:129)
at com.connecture.stateadvantage.ui.SaveAndLoadAction.setCustomPropertiesBasedOnFlow(SaveAndLoadAction.java:760)
at com.connecture.stateadvantage.ui.SaveAndLoadAction.loadApplicationData(SaveAndLoadAction.java:188)
@JoshData
JoshData / gist:5212696
Created March 21, 2013 12:34
Deploy CKAN 2 beta from source on Ubuntu 12.04 64bit w/ Solr
# Spin up an Ubuntu 12.04 LTS (64bit) server.
# The following are based on the source install of CKAN....
# http://ckan.readthedocs.org/en/latest/install-from-source.html
# install dependencies
sudo apt-get update
sudo apt-get install python-dev postgresql libpq-dev python-pip python-virtualenv git-core
# We'll install in the ubuntu user's home directory, i.e.