magwas / worldmodel

Simple view of the world
0 stars 0 forks source link

This is a small and simple implementation of a small and simple wiew of the world:

There are artificial feaures of the model as well:

This world view is simple to the extent of unuseability. So other features can be implemented in it, e.g. to have a useful ontology, a platform for collaboration, or anything you like. (The feature of implemented features is not implemented yet though:)

The project is at github:

https://github.com/magwas/worldmodel/

The kanban table:

http://huboard.com/magwas/worldmodel/board

Building:

  1. you should make sure that java uses UTF-8 as encoding. There are more ways to do it:

    • your LANG environment variable is set accordingly, e.g. export LANG=en_US.UTF-8

    • export JAVA_TOOL_OPTIONS="$JAVA_TOOL_OPTIONS -Dfile.encoding=UTF8"

    • with jenkins use the Environment Injector plugin with the following Groovy Script:

      def map = [JAVA_TOOL_OPTIONS: " -Dfile.encoding=UTF8"] return

  2. You should have phantomjs installed. You need >= 1.5 if you want to compile headless (e.g. from jenkins)

Code review:

Code review is done with gerrit...