public
Description: Mist Is STats
Clone URL: git://github.com/elliottcable/mist.git
mist /
name age message
file README.mkdn Sat May 24 19:10:41 -0700 2008 stats, motherfucker [elliottcable]
README.mkdn

mist

mist is *st*ats.

Short, simple. Written from the start, with the goal in mind of never addding more than 0.5s to your pages' load times.

Getting

The authoratative source for this project is available at http://github.com/elliottcable/mist. You can clone your own copy with the following command:

git clone git://github.com/elliottcable/mist.git

If you want to make changes to the codebase, you need to fork your own github repository for said changes. Send a pullrequest to elliottcable when you've got something ready for the master that you think should be integrated into the root source.

Requirements

To run mist, you need the following gems:

  • merb
  • thin
  • datamapper (and associated dopostgres, domysql, etc, for your database)

To develop and contribute to mist, you also need:

  • rspec
  • rake
  • rcov