Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
maxLevel2

...

Scope

TBDCOSMODE EXploitation is starting => basic functionality and almost all modules needs to be usable.

Time frame

2014/11/25 - 2014/1202/??10

Planning and tracking

https://github.com/OpenDataNode/open-data-node/milestones/ODN v0.10.0

Details

Release is planed to improve ODN with aditional additional functionalities and to fix bugs from testing.

User stories for Data Consumer

...

N/A

User stories for Data Publisher

User stories for ODN Administrator

Release

Open Data Node v0.10.0 was released February 10, 2014. It consist of following versions of components:

Debian packages are available at: http://packages.comsode.eu/debian/

Installation manual for ODN box using Debian package (odn-simple): https://github.com/OpenDataNode/odn-box/blob/ODN_v0.10.0/readme.md

List of issues included in the release is available: https://github.com/OpenDataNode/open-data-node/issues?q=milestone%3A%22ODN+v0.10.0%22

Installation manual

Supported distribution is Debian Wheezy. To install packages from COMSODE Debian repository, please follow these steps:

  1. Add ODN packages repository into apt-sources-list: 

    Code Block
    languagebash
    echo "deb http://packages.comsode.eu/debian/ wheezy main" > /etc/apt/sources.list.d/odn.list
  2. Add ODN public key: 

    Code Block
    wget -O - http://packages.comsode.eu/key/odn.gpg.key | apt-key add -
  3. Update apt sources: 

    Code Block
    aptitude update
  4. install ODN box: 

    Code Block
    aptitude install odn-simple