GithubHelp home page GithubHelp logo

ckanext-intro's Introduction

ckanext-intro - A quick interactive introduction to writing CKAN extensions

This is a sample extension, intended as a quick and interactive introduction to writing CKAN extensions. It was used in the CKAN workshop at OKCon 2013.

This does not go into as much details as the proper tutorials for writing extensions. Developers willing to start writing CKAN extensions should use those as they are they provide all necessary detail:

Requisites

Both last operations are described in http://docs.ckan.org/en/latest/getting-started.html

Installation

Install the extension as usual, in you activated virtualenv:

pip install -e git+https://github.com/okfn/ckanext-intro.git#egg=ckanext-intro

If you want to jump straight away to the end result, just add the plugin to your CKAN configuration file:

ckan.plugins = intro_plugin

It is recommended though that you follow the individual steps as described in the next section.

How it works

The repository contains a step-by-step process of building an extension. Each step is contained in a single commit, and flagged with a git tag (step1, step2, ...)

You can move between steps using the git checkout command. For example to start on the first step:

git checkout step1

To move to the next step:

git checkout step2

And so on. Once on a particular step, you can see the description of the whole step and the files changed using the git show command.

You can also browse the steps on GitHub:

https://github.com/okfn/ckanext-intro/commits

ckanext-intro's People

Contributors

amercader avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.