Skip to content
This repository was archived by the owner on Nov 22, 2017. It is now read-only.

Gettingstarted

tjake edited this page Jun 14, 2011 · 12 revisions

Getting Started

The following will guide you through setting up a single node instance of Solandra.

From the Solandra base directory:

ant
cd solandra-app; ./bin/solandra 

Now that Solandra is running you can run the demo:

cd ../../reuters-demo
./1-download-data.sh
./2-import-data.sh  
While data is loading open the file ./website/index.html in your favorite browser 

Clone this wiki locally