-
Notifications
You must be signed in to change notification settings - Fork 70
Plot with moniteur
Koji Ishimoto edited this page Feb 7, 2015
·
7 revisions
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
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