Skip to content

maria/cub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bd262ea · Feb 28, 2016
Feb 28, 2016
Feb 28, 2016
Jan 31, 2016
Feb 28, 2016
Feb 28, 2016
Jan 5, 2016
Feb 28, 2016
Nov 10, 2015
Jan 5, 2016
Feb 28, 2016
Nov 10, 2015
Jan 5, 2016
Feb 28, 2016
Jan 5, 2016
Jan 30, 2016
Feb 28, 2016
Jan 5, 2016

Repository files navigation

Connect Hub ( CUB )

A Hub to connect with your inner code ninja and the Open Source community,

Code. Learn. Earn. Share.

Develop

Install requirements:

  • Install Python 2.7 and pip
  • Install NodeJS and npm
  • Install MongoDB

Install project dependencies:

  • Install Python packages: pip install -r dev-requirements.txt
  • Install NodeJS packages: npm install
  • Build frontend: npm run build

Run application:

  • Run celery: celery -A cub worker -l info
  • Run python manage.py runserver