Skip to content

Installation

Rakesh Thakur edited this page Sep 24, 2016 · 5 revisions

Steps to install ROMImate: (These instructions are only tested on Mac Yosemite)

(In case you decided to run mongo on different port, you will have to change port configuration. Following standard Node.js-Express.js instructions to change db configuration.) It is recommended to install a visual client of MongoDB for easy operation. For me Robomongo (https://robomongo.org/ ) worked well.

**a. pymongo (http://api.mongodb.com/python/current/installation.html ) **b. pandas(http://pandas.pydata.org/pandas-docs/stable/install.html ) **c. statsmodels (http://statsmodels.sourceforge.net/devel/install.html )

Once you complete all these installations:

** Start mongoDB ** Switch to cloned ROMImate folder “mediamixmodeling” from command prompt. ** => To run report interface go to"/reportinsterface/mmmdash" folder and run $npm start # Your report interface should be accessible at http://dev-romimate.com:8088 ** => To run regression analysis engine – go to “~anaysisEngines/” folder and run $python3 LynearRegressionService.py # this service is configured to run at port 8000. It will be silently serving the request of report interface to generate model from sample data.