MongoDB Installation
From DreamFactory
Contents
Drivers
Bitnami Installs on Windows, Mac, and Linux
Note:The Bitnami packages come with an instance of MongoDB and the drivers already installed. No further action is necessary unless trying to upgrade driver versions.
- Bitnami Windows instructions.
- Bitnami VM instructions.
Manual Install on Linux
Requirements
- You will need the following items from your package manager (linux)
- PHP Pear and PHP Dev (for PECL)
- Development tools / (e.g. Build Essential tools)
- libsslcommon2-dev
- libssl-dev
- libcurl4-openssl-dev
- pkg-config
Driver Install
- In Linux you will need to use PECL to build the mongodb module and then enable in php.
For concrete examples, see the Ubuntu 16.04 instructions.