chrisdone-archive/ircbrowse

An IRC analysis server.

Haskell

80

214 commits

updated Apr 9, 2018

See the code

README

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

Contributors

chrisdone

205 commits

23Skidoo

3 commits

tonymorris

2 commits

3noch

1 commits

chrisdone-archive/ircbrowse

An IRC analysis server.

Haskell

80

214 commits

updated Apr 9, 2018

See the code

README

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

Contributors

chrisdone

205 commits

23Skidoo

3 commits

tonymorris

2 commits

3noch

1 commits

Languages

Haskell

85.7%

JavaScript

13.1%

CSS

1.1%