MongoDB configuration process with CodeIgniter

1) Download file form http://www.mongodb.org/display/DOCS/Downloads 2) Create folder on C:\ and rename it ‘mongo’. Extract downloaded file into it. 3) Create a directory called ‘data’ inside C:\mongo 4) Create a directory called ‘ C:\mongo\log\log.txt ‘ inside C:\mongo 5) Click on the Start Menu and enter “cmd” in the search box. and type ‘ C:\mongo\bin\mongod –install…

Read More