Skip to content

RickP/mongopi

 
 

Repository files navigation

MongoDB 2.1.1 for the Raspberry Pi - Work in progress!

Install the needed packages on Raspian:

sudo apt-get install git-core build-essential scons libpcre++-dev xulrunner-dev libboost-dev libboost-program-options-dev libboost-thread-dev libboost-filesystem-dev

Checkout this repo:

git clone git://github.com/RickP/mongopi.git

Build it (this will take very long!):

cd mongopi
scons

Install it:

sudo scons --prefix=/opt/mongo install

This will install mongo in /opt/mongo, to get other programs to see it, you can add this dir to your $PATH:

PATH=$PATH:/opt/mongo/bin/
export PATH

About

The Mongo Database for the Raspberry Pi

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 73.8%
  • C 17.2%
  • JavaScript 4.6%
  • Shell 3.7%
  • Python 0.4%
  • Objective-C 0.1%
  • Other 0.2%