1

I wanted to install CKAN using IDE such as Eclipse+ Pydev on Windows. Is there any documentation/Steps for the same ? How will we connect Apache Solr and PostgreSQL when using Eclipse + Pydev IDE ?

What dependencies may be required to make it work?

Arnav
  • 31
  • 2

1 Answers1

1

Windows is not a supported platform for the service, according to the documentation.

However, if you must have a Windows machine, you can follow the Docker compose installation guide that CKAN provides.

Bruce Becker
  • 211
  • 1
  • 5
  • During upgrading of CKAN using https://docs.ckan.org/en/2.8/maintaining/upgrading/upgrade-package-to-patch-release.html The upgradation process mentioned here is for Ubuntu while my source install for CKAN is on CentOs. How can I make it work on Centos ? (the packages and all to download in short) – Arnav Oct 31 '18 at 03:44