Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 611 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 611 Bytes

getevangelized_test

Python- Flask, Bootstrap, jQuery, Handlebars.js

Steps to Install

  1. "git clone https://github.com/macpatel/getevangelized_test.git"
  2. "cd getevangelized_test"
  3. install virtualenv using pip if not installed "pip install virtualenv"
  4. "virtualenv venv" (this will create venv folder)
  5. "pip install -r requirements.txt" (this will install dependencies)
  6. run this command -> ". venv/bin/activate" (yes that is a dot) it will actiavate the virtualenv
  7. cp config_example.py config.py (add you configuration by copying config example file)
  8. "python run.py" (start the application)