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

Latest commit

 

History

History
34 lines (19 loc) · 868 Bytes

README.md

File metadata and controls

34 lines (19 loc) · 868 Bytes

See Dr. Scratch

I am no longer maintaining this project. The source will remain available, however, the heroku instance will not.

For a more up-to-date project please see:

http://drscratch.org/


Hairball Demo is a simple web service that demonstrates Hairball, the lint-inspired static analysis tool for Scratch. The paper and presentation slides for Hairball can be found at: http://cs.ucsb.edu/~bboe/p/cv#sigcse13

A running version of the Hairball Demo web service can be found at: http://hairball.herokuapp.com

The Hairball source is located at: https://github.com/ucsb-cs-education/hairball

Local Installation

  1. Create python virtual environment

    mkvirtualenv hbdemo

  2. Install requirements

    pip install -r requirements.txt

  3. Run the development server

    gunicorn --worker-class=gevent --timeout 300 --bind 0.0.0.0: app:app