zendesk / graphite_localized_install

Deploying Graphite into its own localized directory with Capistrano.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My graphite localized install. That means each cap deploy installs a localized Graphite with Python and dependancies into the release directory.

Instructions:

  1. git clone
  2. bundle install --path vendor/bundle
  3. bundle exec cap deploy:setup
  4. bundle exec cap deploy
  5. bundle exec cap deploy:database
  6. http://graphite

TODO:

  • Warn when system packages are not installed.
  • StatsD stats aggregator.
  • Diamond system
  • stats collector.

References:

http://graphite.readthedocs.org/en/latest/install.html

http://agiletesting.blogspot.com/2011/04/installing-and-configuring-graphite.html

About

Deploying Graphite into its own localized directory with Capistrano.


Languages

Language:Ruby 97.1%Language:Python 2.9%