8,959
edits
Line 13: | Line 13: | ||
** '''fedora''' (192.168.5.55): i686 sugar static | ** '''fedora''' (192.168.5.55): i686 sugar static | ||
** '''arm''' (192.168.5.56): armel kiwix-serve static | ** '''arm''' (192.168.5.56): armel kiwix-serve static | ||
=== Usage === | |||
A utility script, ''kbox'' is present to facilitate start and stop of the VMs. | |||
<code><pre>(buildbot)buildbot@www:~/buildbot$ kbox --help | |||
Usage: kbox [options] | |||
Handy wrapper around virtualbox for kiwix | |||
Options: | |||
-h, --help show this help message and exit | |||
--listlocal list names of VMs. Edit script to change. | |||
--listall list all VMs with their status. | |||
--usb list all USB devices on the host. | |||
--startall start all VMs. | |||
--stopall sends shutdown to all VMs. | |||
--start=VM starts the VM named [VM]. | |||
--stop=VM sends shutdown to the VM named [VM]. | |||
--info=VM displays info for the VM named [VM]. | |||
--ssh=VM connects via SSH to the VM named [VM].</pre></code> | |||
* Example connection to ''ubuntu32'' VM: | |||
<code><pre>kbox --ssh ubuntu32</pre></code> | |||
== Master Setup == | == Master Setup == |
edits