Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 728 Bytes

readme.md

File metadata and controls

13 lines (10 loc) · 728 Bytes

HackToTheRoots: Founders Flat

Setup

To run this project you need to have git, python 2.7+ and pip installed

  1. clone the repository: git clone https://github.com/kelrien/FoundersFlats.git
  2. get the requirements using pip: pip install -r requirements.txt
  3. get your xing consumer key for your site: https://dev.xing.com/plugins/login_with/new
  4. Edit templates/login.html and replace "YOUR-XING-KEY" with a valid consumer id
  5. run python setup.py
  6. run python app.py to start the flask server
  7. Enjoy!