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

etalab/weckan

Repository files navigation

WeCKAN

Etalab front-end to CKAN.

Installation

Weckan require a development version of webassets.

An up to date version is hosted at noirbizarre/webassets#for-weckan while the following pull-request are pending:

To install you need to build the package before (until its released on PyPI)

$ git clone https://github.com/etalab/weckan.git
$ cd weckan
$ make dist
$ pip install git+https://github.com/noirbizarre/webassets.git@for-weckan#egg=webassets
$ pip install dist/Weckan*.tar.gz
$ pip install ckan==2.1
$ pip install -r https://raw.github.com/okfn/ckan/ckan-2.1/requirements.txt

Development

Weckan use bower to collect static assets and webassets to build them.

Before starting to develop you need to run:

$ bower install
$ make assets