Skip to content
Koji Ishimoto edited this page Feb 7, 2015 · 7 revisions

moniteur

Monitor your asset size over time, in your browser, or using the provided HTTP API.

npm install -g moniteur
git clone git@github.com:kaelig/moniteur.git
cd moniteur

Deploy to Heroku

You need a redis add-on. I recommend Redis Cloud.

echo web: DEBUG=moniteur:* NODE_ENV=production ./bin/moniteur serve > Procfile
heroku create
heroku addons:add rediscloud
heroku config:set DB_URL=redis://rediscloud:XXXX@pub-redis-XXXX.us-east-X-X.X.ec2.garantiadata.com:13714
git push heroku master

Clone this wiki locally