Commit 83f5f494 by Carsten Brandt

try mongodb without sudo

parent 326d26af
......@@ -2,10 +2,12 @@
#
# install mongodb
mongod --version
echo "extension = mongo.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
sudo sh -c 'echo "setParameter = textSearchEnabled=true" >> /etc/mongodb.conf'
cat /etc/mongodb.conf
mongod --version
# version 2.6 has this enabled by default
#sudo sh -c 'echo "setParameter = textSearchEnabled=true" >> /etc/mongodb.conf'
cat /etc/mongodb.conf
sudo service mongodb restart
#sudo service mongodb restart
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment