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 [email protected]: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:[email protected]:13714
git push heroku master

Clone this wiki locally