Skip to content

Commit

Permalink
oops, uncomment… !
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanhelmig committed Aug 10, 2012
1 parent a601b4b commit 3dbcf0d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions fabfile.py
Expand Up @@ -136,12 +136,12 @@ def graphite_install():

def statsd_install():
_check_sudo()
# sudo('add-apt-repository ppa:chris-lea/node.js -y')
# sudo('apt-get update && apt-get upgrade -y')
# sudo('apt-get install git nodejs npm -y')
sudo('add-apt-repository ppa:chris-lea/node.js -y')
sudo('apt-get update && apt-get upgrade -y')
sudo('apt-get install git nodejs npm -y')

# with cd('/opt'):
# sudo('git clone https://github.com/etsy/statsd.git')
with cd('/opt'):
sudo('git clone https://github.com/etsy/statsd.git')

with cd('/opt/statsd'):
sudo('git checkout v0.5.0') # or comment this out and stay on trunk
Expand Down

0 comments on commit 3dbcf0d

Please sign in to comment.