Skip to content
This repository has been archived by the owner on Nov 28, 2018. It is now read-only.

Latest commit

 

History

History
29 lines (17 loc) · 654 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 654 Bytes

ircbrowse

IRC Browse is a web service for browsing IRC logs. The IRC Browse site is here.

Adding a channel

Add to Ircbrowse.Types.Import and open a pull request.

Building & running

Build:

$ stack install

Create the PostgreSQL database:

$ sudo su postgres --command 'createuser ircbrowse -P'
$ sudo su postgres --command 'createdb ircbrowse -O ircbrowse'

Update the database to the latest migration:

$ stack exec -- ircbrowse ircbrowse.conf --create-version

Run:

$ stack exec -- ircbrowse ircbrowse.conf