/waartaa

A web IRC client written in Meteor JS

Primary LanguageJavaScript

waartaa

A web IRC client written in Meteor JS. It is aimed towards being an intuitive, collaborative IRC client across multiple devices of the user along with centralized logging.

Setup

  1. Install Meteor: $ curl https://install.meteor.com | sh
  2. Clone repo: $ git clone https://github.com/rtnpro/waartaa.git
  3. Change dir to waartaa: $ cd waartaa
  4. Copy sample settings file: $ cp server/settings-local.js-dist server/settings-local.js and customize server/settings-local.js as needed.
  5. Install node-irc: mkdir -p .meteor/local/build/server; cd .meteor/local/build/server; npm install irc; cd path/to/waartaa/dir;
  6. Setup basic meteor files: $ meteor // You may get an error when you first run this.
  7. Open .meteor/packages and add standard-app-packages if it does not exist.
  8. Install meteorite: $ npm install meteorite
  9. Add meteor-irc: $ mrt add irc
  10. Run waartaa development server: $ meteor