-
-
Notifications
You must be signed in to change notification settings - Fork 344
Installing CKAN on Debian Jessie or Debian Stretch
Paul Fenwick edited this page May 20, 2015
·
7 revisions
Required dependencies for CKAN are mono and development libraries of libcurl
sudo apt-get -y install mono-complete libcurl4-openssl-dev
Certificates needs to be imported into Mono's certificate store, mozroots can download and import trusted root certificates from Mozilla's LXR.
mozroots --import
Download the latest ckan.exe
from https://github.com/KSP-CKAN/CKAN/releases.
Now you can start CKAN
Option 1:
mono ckan.exe
Option 2:
# Make ckan.exe executable (you only need to do this once)
chmod 755 ckan.exe
# Start ckan
./ckan.exe
More information on using the client is also available.
Contact us on the KSP forum or on our Discord server