root/boozer/install.sh

Revision 31, 498 bytes (checked in by devja..@anarkystic.com, 1 year ago)

importing boozer code

  • Property svn:executable set to
Line 
1 #!/bin/sh
2 sudo apt-get -y --force-yes install subversion python-dev python-setuptools libc6-dev
3
4
5 # install fizzjik
6 cd $HOME
7 svn co http://svn.devjavu.com/termie/fizzjik
8 cd fizzjik
9 python setup.py build
10 sudo python setup.py install
11
12 # install twisted
13 cd $HOME
14 wget -nc http://term.ie/data/twisted_0.1+r20480-1_i386.deb
15 sudo dpkg -i -E twisted_0.1+r20480-1_i386.deb
16
17 # install boozer
18 cd $HOME
19 svn co http://svn.devjavu.com/termie/boozer
20 cd boozer
21 python setup.py build
22 sudo python setup.py install
23
Note: See TracBrowser for help on using the browser.