CGRateS Tutorial Series- Installation – Mongo DB Server Install – Debian 8 – Part 1

Below are the steps to prepare a stand alone mongodb server for cgrates on Debian 8 jessie Install sudo 1 # apt-get install sudo Import key 1 # apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 0C49F3730359A14518585931BC711F9BA15703C6 Add repository URL 1 # echo "deb http://repo.mongodb.org/apt/debian jessie/mongodb-org/3.4 main" | sudo tee /etc/apt/sources.list.d/mongodb-org-3.4.list Update and Install 1 2 3 # apt-get update # apt-get install -y mongodb-org Enable and Start...

2017-11-02 · 1 min · uppal