• Key Features • How To Use • Contribution • Contributors • Communication • License • Credits • Past Programs •
Start off by forking this repository and cloning it to get your local copy.
> git clone https://github.com/NIT-DGPortal/portal-main.git
If you prefer a virtual-environment (pipenv suggested) you should have pip and pipenv installed.
> sudo apt install python3-pip python3-dev
pip3 install --user pipenv
Add pipenv to PATH
echo "PATH=$HOME/.local/bin:$PATH" >> ~/.bashrc
source ~/.bashrc
Navigate to your local directory and initiate a python 3 environment.
> pipenv --three
Activate your virtual environment.
> pipenv shell
Now install all requisites in requirements.txt .
cd pro1
pip install -r requirements.txt
where x is everything inside requirements.txt
Here is what your Pipfile will appear when you're ready to go
django = "*"
gunicorn = "*"
django-heroku = "*"
django-crispy-forms = "*"
django-registration = "*"
requests = "*"
Configure environment variable using python-decople
Navigate to pro1 and rename .env.example to .env
Run the following command in your terminal.
> python manage.py runserver
Navigate to http://localhost:8000 to see it in action.
Head to contribution guidelines to know more about how you can help us to improve.
All related communications take place here
We have been a part of Kharagpur Winter of Code.
Exactly putting we want it to be simple are permissive. Interested contributors are heartedly welcomed. :blush:
For more info head to Wiki for more information
Cheers :fun: