Morgan Craft

NYC Technologist

prone to code and design

> More About Me

Recent Writings

From my notebook

Installing Git1.7.8+ on Ubuntu 10.04

In the process of create a pre-commit hook for git/github I needed to upgrade my git from the standard package install of 1.7.0 to at least the 1.7.8+ on my Ubuntu 10.04 VM. I googled on how to do this and after sorting through junk results I found an older walkthrough

I decided to just build from source and place the new git in my /usr/local Here is my updated process.

cd ~/Downloads
wget http://git-core.googlecode.com/files/git-1.7.8.2.tar.gz
tar -xvf git-1.7.8.2.tar.gz
sudo apt-get install libcurl4-gnutls-dev libexpat1-dev gettext libz-dev libssl-dev
make prefix=/usr/local all
sudo make prefix=/usr/local install

Posted Jan 02, 3:19 PM

Recent Projects

Open Sourced Code (via github)

Cheerio-Bowl
A public repo for cheerio based web scraper scripts. Using a combination of Mikeal's request module and Cheerio.
Python Pinboard
A python based REST client interface to Pinboard.in's API
Python Eqentia
A python based REST client interface to Eqentia's API
DocDown
A nodejs/coffeescript commandline tool that takes a set of markdown documents and converts them to html
Django-Tumblr
A django app that integrates a tumblr site into a django app, supports read & write along with user authentication

View all my public github repos...

Side Projects (sites I've designed & developed)

ThisLovelyHome
A home & lifestyle website in peaceful north bergen, nj
Designed & Developed
> vist site
Cornsourcing
A digital publication platform focused on midwest based technology and design.
Designed & Developed
> visit site