Skip to content
This repository has been archived by the owner on Sep 11, 2020. It is now read-only.
Tomas Fiers edited this page Mar 13, 2016 · 22 revisions

Welcome to the Filmograph wiki.

Links

Setting up a new machine

  1. Make sure you have Python 2.7 installed.
  2. Run pip install -r requirements.txt.
  3. (Soon: Install PostgreSQL).
  4. In the secrets directory, rename dummy_secrets.json to secrets.json and fill in the values.
  5. Run python webapp.py to start a test server.

Testing

Run py.test.

Clone this wiki locally