Skip to content

Instantly share code, notes, and snippets.

View daniellawrence's full-sized avatar
🏠
Working from home

Daniel daniellawrence

🏠
Working from home
View GitHub Profile
@daniellawrence
daniellawrence / install-graphite.sh
Created October 24, 2012 14:03
Installing graphite on a fresh ubuntu server.
#!/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: Daniel@danielscottlawrence.com
################################################################################
GRAPHITE_URL="https://github.com/graphite-project/graphite-web/zipball/master"
GRAPHITE_ZIP="graphite-web-latest.zip"
@kwlzn
kwlzn / uwsgi-pex.md
Last active June 13, 2018 15:55
uWSGI + pex

Building a test pex

setup.py

yakuza:src kw$ cat testapp/setup.py
#!/usr/bin/env python

from distutils.core import setup