MongoDB Installation

From DreamFactory
Jump to: navigation, search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
==Drivers==
 
==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/Modules/MongoDB| Bitnami Windows]] instructions.
 
*[[../../../Bitnami_VM/Modules/MongoDB| Bitnami VM]] instructions.
 
 
  
 
===Manual Install on Linux===
 
===Manual Install on Linux===
Line 25: Line 19:
 
* In Linux you will need to use PECL to build the mongodb module and then enable in php.
 
* In Linux you will need to use PECL to build the mongodb module and then enable in php.
  
For concrete examples, see the [[../../../APT/Ubuntu_16.04/Modules/MongoDB| Ubuntu 16.04]] instructions.
+
For concrete examples, see the [[../../../APT/Ubuntu_16.04/Modules/MongoDB_Ubuntu_16| Ubuntu 16.04]] instructions.

Latest revision as of 05:18, 12 July 2022

Drivers

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

Manual Install on Mac Sierra +

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.