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

Commit 9505afd

Browse files
committed
readme --vv'd
1 parent c15ff8f commit 9505afd

File tree

1 file changed

+34
-2
lines changed

1 file changed

+34
-2
lines changed

README.md

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,38 @@
11
mongodb-armhf-deb
22
=================
33

4-
MongoDB package for Raspbian
4+
MongoDB 2.1.1 package for Raspberry Pi (`armhf`).
55

6-
Usage: `sh fpmcmd`
6+
Compiled from [RickP/mongopi](https://github.com/RickP/mongopi) with Linaro/Raspbian toolchain.
7+
8+
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).
9+
10+
Download & Installation
11+
-----------------------
12+
13+
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:
14+
15+
> ```wget https://github.com/tjanson/mongodb-armhf-deb/raw/release/mongodb_2.1.1_armhf.deb```
16+
17+
Install:
18+
19+
> ```sudo dpkg -i mongodb_2.1.1_armhf.deb```
20+
21+
Start service:
22+
23+
> ```sudo /etc/init.d/mongodb start```
24+
25+
Issues? Check `/var/log/mongodb/mongodb.log` and file a bug.
26+
27+
Package it yourself
28+
-------------------
29+
30+
Alternatively, you can take a look at the files in the `master` branch and make modifications.
31+
Then, create the `.deb` with `sh fpmcmd` (requires [fpm](https://github.com/jordansissel/fpm)).
32+
33+
It would probably be easy to adapt this for `rpm` or other systems, if you’re so inclined.
34+
35+
Disclaimer
36+
----------
37+
38+
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 commit comments

Comments
 (0)