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 4, 2016 · 22 revisions

Welcome to the screenkin wiki!

Links

Setting up a new machine

  1. Make sure you have Python 2.7 installed.
  2. Run pip install -r requirements.txt.
  3. Install PostgreSQL.
  4. In secrets/, copy and rename dummy_secrets.json to secrets.json and fill in the values.
  5. Run python webapp.py to start an (insecure) test server.
Clone this wiki locally