Skip to content

Releases: BobWatson/hexmetrics

Release 1.0 - Resource Draw & Card Javascript Tooltips

06 Jul 07:05
Compare
Choose a tag to compare

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.

Initial release

03 Jul 05:55
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

The first release; this should have most of what you need aside from a theme and a database.

  • You can use db_create.py to build a database once you have configured one in config.py.