voidbase quickstart

checkout voidbase from github repo :

git clone git://github.com/voidsearch/voidbase.git voidbase

build the package from source :

mvn package

run voidbase server :

./bin/voidbase.sh

load queue with sample data :

mvn -Dtest=SimpleFeedqLoaderTest test

use the web app to observe generated sample data

http://localhost:8080/files/webapi.html#queuetree/view/?name=xml_test

QuickStart (last edited 2010-05-24 21:57:32 by kodi)