Page 1 of 1

Mongodb in vestacp centos

Posted: Tue Jun 27, 2017 10:53 am
by bhode18
How to install mongodb in vestacp centos ?
Please help.

Thanks

Re: Mongodb in vestacp centos

Posted: Tue Jun 27, 2017 2:31 pm
by skurudo
Something like this

Code: Select all

yum install php-pecl-mongo       

Re: Mongodb in vestacp centos

Posted: Sat Jul 01, 2017 8:22 pm
by skamasle
skurudo wrote:Something like this

Code: Select all

yum install php-pecl-mongo       
If not works

Code: Select all

yum install php-pecl-mongo mongodb-org --enablerepo=remi
And you can check official documentations, maybe you need add oficial repos if want recent version

https://docs.mongodb.com/manual/tutoria ... n-red-hat/

Re: Mongodb in vestacp centos

Posted: Tue Jul 25, 2017 12:37 pm
by bhode18
Thanks....