ngds / ckanext-geoserver-bku03232018

5 stars 6 forks source link

Installation issue #15

Closed barry1955 closed 8 years ago

barry1955 commented 8 years ago

Hi, Firstly I'm very new to ckan and python, though I've been developing GIS software for a few decades.

I am currently working on a project that includes the use of ckan and mapping data. We have been working with geoserver for some time and have a number of servers running geoserver on its own or with geonode.

I followed the instructions in the other Installation issue, and had no errors.

But when I added 'geoserver' to ckan.plugins I got a 500 Error : geoserver plugin not found (paraprhase)

Is there an investigation pattern that I can use to try to track down what is happening.

Thanks in advance for any help.

I have ckan 2.6 on Ubuntu 14.04.

barry1955 commented 8 years ago

I've moved past this. Seems I had set debug = True at some stage of my testing and the 500 error was caused by this. I found the solution online (http://docs.ckan.org/en/latest/extensions/tutorial.html ).

Once I worked that out the install and restart seem to have gone well.