Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

Commit

Permalink
readme --vv'd
Browse files Browse the repository at this point in the history
  • Loading branch information
tjanson committed Sep 15, 2014
1 parent c15ff8f commit 9505afd
Showing 1 changed file with 34 additions and 2 deletions.
36 changes: 34 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,38 @@
mongodb-armhf-deb
=================

MongoDB package for Raspbian
MongoDB 2.1.1 package for Raspberry Pi (`armhf`).

Usage: `sh fpmcmd`
Compiled from [RickP/mongopi](https://github.com/RickP/mongopi) with Linaro/Raspbian toolchain.

Packaged with `init` and `conf` files for Raspbian based on [Debian](http://sources.debian.net/src/mongodb/1:2.4.10-2/debian/), using [fpm](https://github.com/jordansissel/fpm).

Download & Installation
-----------------------

Download the [`monogdb_2.1.1_armhf.deb` package](https://github.com/tjanson/mongodb-armhf-deb/raw/release/mongodb_2.1.1_armhf.deb) from [`release`](https://github.com/tjanson/mongodb-armhf-deb/tree/release) branch:

> ```wget https://github.com/tjanson/mongodb-armhf-deb/raw/release/mongodb_2.1.1_armhf.deb```
Install:

> ```sudo dpkg -i mongodb_2.1.1_armhf.deb```
Start service:

> ```sudo /etc/init.d/mongodb start```
Issues? Check `/var/log/mongodb/mongodb.log` and file a bug.

Package it yourself
-------------------

Alternatively, you can take a look at the files in the `master` branch and make modifications.
Then, create the `.deb` with `sh fpmcmd` (requires [fpm](https://github.com/jordansissel/fpm)).

It would probably be easy to adapt this for `rpm` or other systems, if you’re so inclined.

Disclaimer
----------

The code from which these binaries are compiled is very outdated (last commit in 2012). As a consequence, it is quite likely that there are security flaws. It’s definitely not suited for production.

0 comments on commit 9505afd

Please sign in to comment.