canmove, Confirmed users
6,440
edits
Line 89: | Line 89: | ||
cd pyyaml-3.09 | cd pyyaml-3.09 | ||
python setup.py install | python setup.py install | ||
* nircmd.exe | * nircmd.exe: | ||
* | copy nircmd.exe c:\ | ||
* Tools repository: | |||
cd c:\ | |||
hg clone http://hg.mozilla.org/tools | |||
== Apache == | == Apache == | ||
449d033ebcc056ec1f203c6a59f9b2bd *httpd-2.2.15-win32-x86-no_ssl.msi | 449d033ebcc056ec1f203c6a59f9b2bd *httpd-2.2.15-win32-x86-no_ssl.msi | ||
* Download and install Apache version 2.2.15 | |||
* Download and install Apache version | |||
* Set 'Network Domain' and 'Server Name' to 'localhost'. | * Set 'Network Domain' and 'Server Name' to 'localhost'. | ||
* Create an empty directory so Apache doesn't complain: | * Create an empty directory so Apache doesn't complain: | ||
mkdir c:/talos-slave/ | mkdir c:/talos-slave/talos-data/talos | ||
* Change DocumentRoot and 'C:/Program Files..." <Directory> tag to 'c:/talos-slave/ | * Change DocumentRoot and 'C:/Program Files..." <Directory> tag to 'c:/talos-slave/talos-data/talos'. | ||
* Turn off logging, remove any lines that begin with "CustomLog" | * Turn off logging, remove any lines that begin with "CustomLog" | ||
* Reboot | |||
=a= | =a= | ||
schtasks /create /xml "talos slave.xml" /tn slave | schtasks /create /xml "talos slave.xml" /tn slave |