All Projects → chrisdone → ircbrowse

chrisdone / ircbrowse

Licence: BSD-3-Clause license
An IRC analysis server.

Programming Languages

haskell
3896 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
shell
77523 projects

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].