A simple online examination portal being designed to conduct FE SE TE mock tests for Pune University. Login will be based on student PRN(Permanent Registration Number).
Requirments:
WAMP - 32 bit Download it from: http://www.wampserver.com/en/
MongoDB -32 bit Download it from: https://www.mongodb.org/downloads
MongoDB PHP driver: https://s3.amazonaws.com/drivers.mongodb.org/php/index.html
Download 'php_mongo-1.5.1.zip'
Steps for setting up:
Extract the above file.
Select 'php_mongo-1.5.1-5.5-vc11.dll' and rename it to php_mongo.dll.
Paste it the ext directory 'wamp\bin\php\php5.5.12\ext'
Modify the php.ini file - Add 'extension=php_mongo.dll' in php.ini file.
One last thing. Fork this repo in the wamp\www directory.
And you are all set.
Importing the Temporary Database:
Change your directory to the doep folder Use 'mongorestore doep' to restore database.
Source: http://docs.mongodb.org/manual/reference/program/mongorestore/