
they find my computer with pxe, loads the linux kernel and initrd over tftp, mounts hdd with nfs, mounts things like /tmp to ramdisk, then boot!
twas annoying to set up, too... had to use some weird hard-to-find settings <_<
Moderators: hoijui, Moderators


 And fun :-D
  And fun :-D




 Just didn't get the calcengine to actually upload the result yet.  Also, it woudl be nice if the server uploaded screenplays to the server, but I feel that can wait temporarily.  Perhaps, at least upload the name of the replay file for now?
  Just didn't get the calcengine to actually upload the result yet.  Also, it woudl be nice if the server uploaded screenplays to the server, but I feel that can wait temporarily.  Perhaps, at least upload the name of the replay file for now?

Code: Select all
sudo apt-get install apache2
sudo apt-get install python-mysqldb
sudo apt-get install mysql-client
sudo apt-get install mysql-server
Code: Select all
mysql -u root -p
<enter password>
create database ailadder;
quit
Code: Select all
cd /var/www
sudo ln -s /data/git/AILadder/webserver/website ailadder
Code: Select all
websiteurl = "http://manageddreams.com/ailadder"
