Skip to content
This repository has been archived by the owner on May 16, 2020. It is now read-only.

hasgeek/contactpoint

Repository files navigation

Installation

  1. sudo pip install --upgrade -r requirements.txt
  2. sudo apt-get install pcscd python-pyscard a. Note: 'universe' should be active in Software Sources in order to install both pcscd & python-pyscard.

Running

  1. Copy instance/env.sample.py to instance/env.py
  2. If you want to run the application in development environment, change the environment in instance/env.py
  3. ./runserver.py or python runserver.py