Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

These instructions cover installing Fluxtream, datastore, and Tomcat as of July 2, 2013 on an Ubuntu 12.04 instance.  This should be sufficient to run a local instance, but does not cover running under apache.  Hopefully this record will at least be helpful in getting started.  These instructions have not yet been fully tested.  If you hit rough spots, please feel free to contact us at info@fluxtream.org.

...

The improved setup instructions below, which were generously provided by QuAnTiMoDo, require an executable called add-apt-repository which is not installed by default on Ubuntu 12.04.  I found instructions here which suggested the following install commands:

...

 mkdir ~/projects
cd ~/projects
 git clone githttps://github.com/BodyTrack/datastore.git
cd datastore
make test

Create a directory for the key-value store the datastore will use.  This directory will get big, so the default location here may not be appropriate.  If you use an alternate location, make sure to modify the btdatastore.db.location property in  local.properties accordingly.

...