sql >> Database teknologi >  >> NoSQL >> MongoDB

Mongodb og MAMP

Til MAMP 2.1.2 og PHP 5.4.10

  1. Download MongoDB php-driver .

  2. kopier mongo.so til

    /Applications/MAMP/bin/php/php5.4.10/lib/php/extensions/no-debug-non-zts-20100525/
    

    og ved hjælp af terminal

    cd /Applications/MAMP/bin/php/php5.4.10/lib/php/extensions/no-debug-non-zts-20100525/ && wget https://github.com/downloads/stennie/mongo-php-driver/mongo.so
    
  3. åben

    /Applications/MAMP/bin/php/php5.4.10/conf/php.ini
    

    Find ; Extensions

    tilføjeextension=mongo.so

  4. Genstart MAMP.

Ovenstående trin installerer MongoDB driver 1.2.10.

For at installere den nyeste Mongodb-driver ved hjælp af PECL

  1. installer autoconf ved hjælp af homebrew eller Mac-porte

    brew install autoconf
    
  2. Download php 5.4.10-kilde fra php.net.

  3. omdøb ukomprimeret php-kildemappe fra php-5.4.10 til php og indsæt det i denne mappe

    /Applications/MAMP/bin/php/php5.4.10/include/
    
  4. ved hjælp af terminalen åbn php-mappen og kør ./configure

    cd /Applications/MAMP/bin/php/php5.4.10/include/php/ && ./configure
    
  5. Tilføj MAMP bin til din ~/.bash_profile

    echo "export PATH=/Applications/MAMP/bin/php/php5.4.10/bin:$PATH" >> ~/.bash_profile 
    source ~/.bash_profile
    
  6. installer nyeste mongo

    pecl install mongo
    
  7. genstart MAMP-serveren :).



  1. Redis-støttet ASP.NET SessionState-udbyder

  2. WiredTiger og opdateringer på stedet

  3. Sådan installeres og konfigureres Redis på ElasticBeanstalk

  4. Kan selleri celerybeat bruge en Database Scheduler uden Django?