ckan local installation, 500 error on solr JSP support not configured

后端 未结 5 1598
伪装坚强ぢ
伪装坚强ぢ 2021-02-20 10:24

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

5条回答
  •  臣服心动
    2021-02-20 11:12

    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

提交回复
热议问题