Python - see requirements.txt file. Ruby - see Gemfile. JS - see bower.json and package.json files.
You should change bower.json and package.json files package name to whatever your projects name is
You can use https://github.com/sambev/thirsty to download and install the dependencies for you.
If you didn't do that or the script failed you can run these commands to get them again:
pip install -r requirements.txt
npm install
bower install
Before you get started, run the config_setup in the config directory to get
started. Then you should just be able to:
python server.py