Skip to content
This repository has been archived by the owner on Apr 13, 2018. It is now read-only.

etalab/youckan

Repository files navigation

YouCKAN

image

image

A social frontend to CKAN

Compatibility

YouCKAN requires Python 2.7

Installation

You can install youckan with pip:

$ pip install youckan

or with easy_install:

$ easy_install youckan

YouCKAN use yuglify to compress assets and less to compile LESS to CSS files. You can install them with npm:

$ npm install -g less yuglify

Documentation

The documentation is hosted on Read the Docs