Skip to content

Release 1.0 - Resource Draw & Card Javascript Tooltips

Latest
Compare
Choose a tag to compare
@BobWatson BobWatson released this 06 Jul 07:05
· 12 commits to master since this release

This is the first release that's relatively 'done' - it contains two tools, a (very basic) blogging platform, some basic twitter integration, logins and registration and a couple of other not so important things.

To get started:

  1. Copy config.default.py to config.py, edit that file and fill in all your pertinant details.
  2. Run 'python db_create.py'
  3. Run 'python db_migrate.py'
  4. Run 'build_card_db.py'

You should then be able to launch with a basic harness in the root, something like:

from hex.main import app as application
application.run()

I run this with passenger_wsgi on DreamHost at the main http://hexmetrics.ni.tl/ page.