- 
                Notifications
    You must be signed in to change notification settings 
- Fork 8
Install and Build NanoCubes
        Daniel Haehn edited this page Oct 29, 2013 
        ·
        2 revisions
      
    sudo apt-get install build-essentials
sudo apt-get install libtool
sudo apt-get install libboost-all-dev
git clone [email protected]:Rhoana/nanocube.git
cd nanocube
git checkout 1.0
./bootstrap
./configure
make
= Running =
cd src
zcat brightkite.dmp.gz | ./stree_serve --max=100000 --tbin=2008_1h --levels=25
and to run the client
cd api/js
python -m SimpleHTTPServer
after modifying view_schemata.js to point to http://localhost:29512
and also referencing leaflet/util.js in brightkite.html
then http://localhost:8000/examples/brightkite.html - voila!!