Scope
COSMODE EXploitation is starting => basic functionality and almost all modules needs to be usable.
Time frame
2014/11/25 - 2014/02/10
Planning and tracking
https://github.com/OpenDataNode/open-data-node/milestones/ODN v0.10.0
Details
Release is planed to improve ODN with additional functionalities and to fix bugs from testing.
User stories for Data Consumer
N/A
User stories for Data Publisher
- sto_5: New associated pipeline as modified copy of an existing pipeline
- sto_43: Add external catalog for update
- sto_44: Modify external catalog for update
- sto_45: Delete external catalog for update
- sto_50: Dataset resource(s) created/updated automatically when data processing done
- sto_71: Instant manual synchronization with external catalog
- sto_72: Instant manual synchronization with public catalog
User stories for ODN Administrator
Release
Open Data Node v0.10.0 was released February 10, 2014. It consist of following versions of components:
- ODN/UV Core v1.5.5
- ODN/UV Plugins v1.5.5
- compatible with ODN/UV Plugin-DevEnv v1.2.0
- ODN-SOLR v0.10.0 (SOLR 4.10.2)
- ODN-CKAN v0.10.0 (CKAN v2.2.1)
- using extension ODN-THEME v0.10.0
- using extension ODN-PIPELINE v0.10.0
- using extension ODN-IC2PC-SYNC v0.10.0
- ODN-BOX v0.10.0
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:
Add ODN packages repository into apt-sources-list:
echo "deb http://packages.comsode.eu/debian/ wheezy main" > /etc/apt/sources.list.d/odn.list
Add ODN public key:
wget -O - http://packages.comsode.eu/key/odn.gpg.key | apt-key add -
Update apt sources:
aptitude update
install ODN box:
aptitude install odn-simple