/bughunt

Nothing to see here. Move along.

Primary LanguageClojure

bughunt

Hunts for bugs on Launchpad

Dependencies

Configure MySQL database

$ mysql -u root
mysql> CREATE DATABASE demo;
mysql> GRANT ALL PRIVILEGES ON demo.* TO 'demo'@'localhost' IDENTIFIED BY 'demo';
mysql> exit;

$ mysql -u root demo < resources/create_db.sql