I am trying to install CKAN on my local computer using Ubuntu 14.04 LTS.
I followed the instructions for installing from source found here and I try to check if solr is
Following http://docs.ckan.org/en/ckan-1.6/solr-setup.html#single-solr-instance (this one a bit old, but worked perfect for me )
You will have to edit /etc/profile
and add this line to the end such as this to the end (adjusting the path for your machine’s jdk install:
JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64/
(or other version)
then
export JAVA_HOME
sudo service jetty start