Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chrisdone/ircbrowse
An IRC analysis server.
https://github.com/chrisdone/ircbrowse
Last synced: 4 months ago
JSON representation
An IRC analysis server.
- Host: GitHub
- URL: https://github.com/chrisdone/ircbrowse
- Owner: chrisdone-archive
- License: bsd-3-clause
- Archived: true
- Created: 2013-03-02T10:47:27.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2018-04-09T13:13:23.000Z (almost 7 years ago)
- Last Synced: 2024-10-03T14:04:56.696Z (4 months ago)
- Language: Haskell
- Homepage:
- Size: 432 KB
- Stars: 81
- Watchers: 7
- Forks: 20
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - chrisdone/ircbrowse - An IRC analysis server. (others)
README
# ircbrowse
IRC Browse is a web service for browsing IRC logs. The
[IRC Browse site is here](http://ircbrowse.net/).## Adding a channel
Add to
[`Ircbrowse.Types.Import`](https://github.com/chrisdone/ircbrowse/edit/master/src/Ircbrowse/Types/Import.hs)
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