Skip to content

Instantly share code, notes, and snippets.

anonymous
anonymous / bootstrap.sh
Created June 2, 2011 17:19
Django on Heroku with Celery and Sentry
virtualenv --no-site-packages .
source bin/activate
bin/pip install Django psycopg2 django-sentry
bin/pip freeze > requirements.txt
bin/django-admin.py startproject mysite
cat >.gitignore <<EOF
bin/
include/
lib/
EOF

Install {NodeJS,NPM}

# Ubuntu 10.4:    sudo apt-get install -y wget curl libssl-dev
# Mac with XCode: it should just work

wget http://nodejs.org/dist/node-v0.4.7.tar.gz
tar xzf node-v0.4.7.tar.gz
cd node-v0.4.7
./configure
@andrewschaaf
andrewschaaf / gist:998886
Created May 30, 2011 13:10
compiling bitcoind on ubuntu-server 10.4
sudo apt-get update
sudo apt-get install -y git-core build-essential libssl-dev libboost-all-dev libdb4.7-dev libdb4.7++-dev libgtk2.0-dev
git clone https://github.com/bitcoin/bitcoin.git
cd bitcoin/src
make -f makefile.unix clean; make -f makefile.unix USE_UPNP= bitcoind
@bergie
bergie / README.md
Created May 18, 2011 11:33
Falsy Values tutorials