###Geoserver Extension for CKAN
custom configurations:
Also requires this to be set:
ckan.datastore.write_url = ‘postgresql://ckanuser:pass@localhost/datastore’
Every time you pull new changes into your existing repository, you should restart services to make sure all the files are compiled. You can use the following command for this:
$ supervisorctl restart all
If you run into issues while pulling new changes into your existing repository, you should run setup.py which will set up the environment correctly. See below:
$ python setup.py egg_info
Also, if you run into issues with the website being inaccessible, you can restart the http service by using the following command:
$ service httpd restart