Mongostead7
Mongostead7 copied to clipboard
A bash script to install MongoDB on Laravel Homestead with php7
Hi, this update fix a file creation and link in a cli e fpm directories.
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....