This is a irc log viewer for tiarra.
Firstly, you need to finish these settings.
- tiarra
- Log::DBI
Download or git clone this repository.
$ git clone git://github.com/yono/irc_log_viewer.git
$ cd irc_log_viewer
Install modules with bundle install.
$ bundle install --path vendor/bundle
Copy config/database.yml.sample to config/database.yml.
$ cp config/database.yml.sample config/database.yml
Edit config/database.yml.
$ vim config/database.yml
You need to input database info.
After that, you can start irc_log_viewer with rails s.
$ bundle exec rails s