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:
- Copy config.default.py to config.py, edit that file and fill in all your pertinant details.
- Run 'python db_create.py'
- Run 'python db_migrate.py'
- 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.