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