apt-get install liblocal-lib-perl cpanminus build-essential mono-complete libcurl4-openssl-dev libdist-zilla-perlNetKAN will need certs for mono
mozroots --import --ask-removeConfigure local::lib if you haven't already done so:
$ perl -Mlocal::lib >> ~/.bashrc
$ eval $(perl -Mlocal::lib)Install from git, you can then use:
$ touch Changes
$ dzil authordeps | cpanm
$ dzil listdeps | cpanm
$ dzil installor cpanm via the tar.gz on the GitHub Release page
cpanm App-KSP_CKAN-0.001.tar.gzAn ini file with the following contents will need to created at ~/.ksp-ckan
[email protected]:KSP-CKAN/CKAN-meta.git
[email protected]:KSP-CKAN/NetKAN-bot.git
netkan_exe=https://ckan-travis.s3.amazonaws.com/netkan.exe
working=/home/NetKAN/NetKAN
If you have a GitHub token, add the following line (helpful for prevent expending the GitHub public API limits):
GH_token=1234567890
Completing a full index is as straight forward as:
netkan-indexerDebugging will print debug messages to the logfile and to the screen. It is enabled with
netkan-indexer --debugEnable it in cron with (crontab -e as the netkan user):
# Run full index every 3 hours
00 */3 * * * PERL5LIB=/home/netkan/perl5/lib/perl5/ netkan-indexer
There is a 'lite' cli option is not implemented. It's a future concept to allow 'lite' skimming of metadata API endpoints without performing a full metadata inflation.
Dist::Zilla handles the generation of the license file.
However this project is covered by The MIT License (MIT)