Skip to content

About branch release extension

k00ni edited this page Oct 25, 2012 · 4 revisions

Here you can found further information about building a release package for CubeViz or an adapted OntoWiki including CubeViz. The branch release-extension is only to build a package based on the current code base. Generated archives contain only necessary files. For instance, it does not contain typescript files. For further information have a look into the createTar.sh.

Build CubeViz package

Run:

make tar

This executes scripts/createTar.sh, which generates you an adapted version of CubeViz under generated-packages.

Build a OntoWiki package

Run:

make ontowiki

The script assumes, that you have this CubeViz version inside of an OntoWiki installation! It will generates a lightweight version of the current OntoWiki under generated-packages, throws out obsolete files like the git-folders etc.pp.

File and folder structure

  • additional-files - Files like an adapted Makefile, README.txt and config.ini (for OntoWiki command)
  • generated-packages - contains generated archives
  • scripts - contains scripts