setup.py
yakuza:src kw$ cat testapp/setup.py
#!/usr/bin/env python
from distutils.core import setup
#!/bin/bash | |
################################################################################ | |
# Quick script to get graphite up and going on a freshly installed ubuntu server | |
# Don't use this in production, this for purely for testing and play boxes. | |
# Written by: [email protected] | |
################################################################################ | |
GRAPHITE_URL="https://github.com/graphite-project/graphite-web/zipball/master" | |
GRAPHITE_ZIP="graphite-web-latest.zip" |