Mongostead7 icon indicating copy to clipboard operation
Mongostead7 copied to clipboard

A bash script to install MongoDB on Laravel Homestead with php7

Results 5 Mongostead7 issues
Sort by recently updated
recently updated
newest added

Hi, this update fix a file creation and link in a cli e fpm directories.

help wanted

Installing PHP7 mongoDb extension with apt-get

help wanted

Could this repo be updated to support PHP 7.2 as well?

Hi, thanks a lot for your script, it have successfully installed mongodb! Now i'm trying to connect it with Robomongo. I have made forward port on 27017 and 3000. But,...

The mongodb.ini files should be referenced/linked (ln -s) in the following locations /etc/nginx/conf.d/30-mongodb.ini, /etc/php/7.1/fpm/conf.d/30-mongodb.ini and /etc/php/7.1/cli/conf.d.30-mongodb.ini. However it just gets copied to the location where the script is initialized from....