7
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Raspberry Pi2にMongoDB(2.1.1)をインストールする

Last updated at Posted at 2015-06-23

#####Mongodb debパッケージインストール
RaspberryPi用のdebパッケージがあるのでそれを使う。

cd /usr/src
wget https://github.com/tjanson/mongodb-armhf-deb/releases/download/v2.1.1-1/mongodb_2.1.1_armhf.deb
aptitude install libboost-dev
dpkg -i mongodb_2.1.1_armhf.deb

参考:MongoDB package for Raspbian

次:MongoDB覚書

7
7
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?