Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 792 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 792 Bytes

spline-pokedex pyramid_pokedex

This is an experimental attempt to port spline-pokedex to pyramid. For more info see veekun#115.

Quickstart instructions:

Assuming you have a virtualenv with pokedex already installed.

  1. pip install -e .
  2. cd veekun
  3. copy pyramid.ini_tmpl to pyramid.ini and edit to your liking. you should probably set beaker.session.secret, although it probably doesn't matter.
  4. mkdir data && pokedex reindex -e postgresql:///yourdb -i data/pokedex-index
  5. pserve --reload pyramid.ini

Testing

  1. cd splinext/pokedex
  2. if necessary, edit test.ini with your database uri and lookup index path
  3. nosetests tests/test_*.py