I've went back through my .bash_history for my install....

Here's a basic recap.  Please review and feel free to modify/use for
instructional purposes for your project.  I know it's not very neat but it
gets it done:

Quick install for Poker-Network

Install Debian Lenny selecting base package only during install
After install, reboot.
Login as root and run:

apt-get update
apt-get-upgrade
apt-get install openssh-server

pico /etc/apt/sources.list
Change this line:
deb-src http://ftp.gtlib.gatech.edu/debian/ lenny main
to this:
deb-src http://ftp.gtlib.gatech.edu/debian/ sid main
Hit ctrl-x and answer y and press enter to save

apt-get update
apt-get install build-essential dpkg-dev
apt-get install mysql-server
During install of mysql-server you will be prompted to set a mysql root pass
remember this because you'll need it again during poker-network install.

cd /root
apt-get source poker-eval pypoker-eval poker-engine python-poker-network
cd into the poker-eval dir (poker-eval-137.0 at time of this document)
apt-get build-dep poker-eval
debuild
cd /root
cd into the pypoker-eval dir (pypoker-eval-137.0 at time of this document)
apt-get build-dep pypoker-eval
debuild
cd /root
cd into the poker-engine dir (poker-engine-1.3.4 at time of this document)
apt-get build-dep poker-engine
debuild
cd /root
dpkg -i *.deb
The above command will go ahead and install poker-eval, pypoker-eval and
poker-engine
now run dpkg-source -x poker-network_x.x.x.dsc
Current filename as of this document is poker-network_1.7.7-1.dsc
so the command would be dpkg-source -x poker-network_1.7.7-1.dsc
Then cd into the poker-network dir (poker-network-1.7.7 here)
apt-get build-dep poker-network
debuild
cd /root
apt-get install memcached
dpkg -i *.deb (don't worry.. it'll skip the ones you've already install)
during poker-network install you'll be prompted for your mysql root password
you set earlier.  Enter that and also select to automatically have it
configure databases
for various poker-network features.  Set a password for these here as well.

I hope I'm not missing anything... it's a start anyway.

 -Chris
_______________________________________________
Pokersource-users mailing list
Pokersource-users@gna.org
https://mail.gna.org/listinfo/pokersource-users

Reply via email to