Skip to content

Instantly share code, notes, and snippets.

@punkrats
Created September 9, 2013 14:45
Show Gist options
  • Select an option

  • Save punkrats/6496607 to your computer and use it in GitHub Desktop.

Select an option

Save punkrats/6496607 to your computer and use it in GitHub Desktop.
#/bin/bash
cd ~
mkdir -p sources
cd sources
wget http://mod-auth-token.googlecode.com/files/mod_auth_token-1.0.6-beta.tar.gz
tar -zxvpf mod_auth_token-1.0.6-beta.tar.gz
cd mod_auth_token
apt-get install automake apache2-threaded-dev
rm -f configure
autoreconf -fi
automake -f
./configure && 
make && make install
service apache2 restart
cd ..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment