Building CKAN on Linux - brookmire/CKAN GitHub Wiki
Building CKAN from master is very simple, but may be non- obvious to new users. This guide will explain how to build the most recent version of CKAN from source.
Build Requirements
Build-requirements for the various platforms, including Linux, are here.
1) Clone the repo:
git clone https://github.com/KSP-CKAN/CKAN.git
cd CKAN
2) Type make:
make
If nothing failed, the new ckan.exe
will reside in the current working directory. You can also make test
to build with tests.