Skip to content

Installation

Alexander Ebral edited this page Dec 6, 2015 · 4 revisions

###Steps

  • Install mongodb by following instructions: https://docs.mongodb.org/manual/tutorial/install-mongodb-on-ubuntu/

  • Install python packages with pip and requirements.txt. Navigate to folder where is requirements.txt located and do the following command:

    pip install -r requirements.txt

  • Install js libs with bower and bower.json. Navigate to folder where is bower.json located and do the following command:

    bower install

###If you don't have bower, do the following:

sudo apt-get update

sudo apt-get install nodejs npm

sudo ln -s /usr/bin/nodejs /usr/bin/node

sudo npm install -g bower

Clone this wiki locally