Skip to content
zionist edited this page Feb 16, 2013 · 1 revision
  1. aptitude install git python-virtualenv
  2. git clone git://github.com/zionist/orphan_list.git
  3. cd orphan_list
  4. virtualenv env
  5. source env/bin/activate
  6. pip install -r tools/pip-requirements
  7. ./deploy
  8. open http://localhost:8070/ in browser

Clone this wiki locally