Skip to content

ContriHub is an event under Avishkar-18 where we are expecting to get more and more people involved in Opens Source activities.

Notifications You must be signed in to change notification settings

deepakbhartii/ContriHub-18

 
 

Repository files navigation

ContriHub-18

OpenSource is an event under Avishkar-18 where we are expecting to get more and more people involved in Open Source activities.

Instructions to run locally

  1. Install Python and some dev tools for Python
  • $ sudo apt-get install python-pip python-dev build-essential
  • $ apt install Python3.6
  • use easy_install for older versions of ubuntu e.g -$ easy_install python3-pip
  1. Install Pip
  • apt install python3-pip
  1. Install other requirements given in requirements.txt file
  • pip install requirements.txt
  1. Modify database engine,
  • Comment line 100-114 in settings.py
  • uncomment line 115-120
  • save changes
  1. sync db
  • python manage.py makemigrations
  • python manage.py migrate
  1. runserver
  • Python manage.py runserver
  • visit 127.0.0.1:8000
  1. Done :-)

Deploy on Heroku -

Deploy

Contact ContriHUB Admins

Deepak Bharti
Abhey Rana
Akshay Sharma

About

ContriHub is an event under Avishkar-18 where we are expecting to get more and more people involved in Opens Source activities.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 42.5%
  • CSS 34.6%
  • Python 11.5%
  • HTML 11.2%
  • Shell 0.2%