meetings / stats-dashboard

Meetin.gs statistics repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stats

Statistics for Meetin.gs.

Installation

Manual installation instructions follow.

  1. Configure npm(1), install dependencies and make stats available.
# npm config set prefix /usr/local --global
# npm install
# npm link
  1. Copy Upstart configuration in place.
# install -m 0644 autodeploy/stats.conf /etc/init
  1. Initialize version file.
# git rev-parse <ref> > /etc/the_service_version
  1. Start service.
# service stats start

About

Meetin.gs statistics repository

License:MIT License


Languages

Language:JavaScript 97.2%Language:Shell 2.8%